Email: [email protected]
The .env and .end.example files are different than the ones on the web server, they contain the correct database credentials and have the debug set to false. Make sure to add your local database name and password to your .env or .env.example file.
- Download and install XAMPP
- Download and install NPM
- Download and install git
- Clone this repository
- Inside your project directory run:
- composer install
- cp .env.example .env
- php artisan key:generate
- php artisan migrate
- php artisan db:seed
- npm install
- npm run dev
- php artisan serve
- Go to the link generated by the previous command (localhost:8000 or 127.0.0.1:8000)