- Never start a development project from scratch again.
- minimize volt laravel dashboard
- for any qustion or suggestion feel free to open an issue or create a pull request ๐
- clone the project
git clone
- create a file with name .env
touch .env
- copy content of .env.example to .env
- set up your database connection in .env
- run
composer insatll
- generate app key
php artisan key:generate
- run
php artisan migrate --seed
(note --seed will fill the database with dummy data) - your are good to go ๐