Project from Database Management.
- composer
- npm
To install the app follow these steps:
- Download/clone the repo,
- Open terminal and go to your project folder,
- Type in
composer install
, npm install
,npm run dev
,sudo chmod -R 777 storage/
,sudo chmod -R 777 bootstrap/cache
,- copy .env.example to .env and fill it with data you'll need (database, mail),
php artisan key:generate
,php artisan migrate:fresh --seed
php artisan serve
- Voila