To set the project on your local machine, run the following commands
This project requires the following:
- php 7.2
- composer
- laravel
- Run
git clone https://github.com/pictdaNG/plbpp-laravel.git - Run
cd plbpp-laravel - Run
composer install - Run
cp .env.example .env - Update the
.envfile with your DB config keys - Run
php artisan key:generate - Run
php artisan serve
Access the project at localhost:8000 or 127.0.0.1:8000