- copy .env.example to .env and insert db credentials
- install dependencies with
composer install - execute
php artisan migrateto generate db-tables - (optional) execute
php artisan db:seedto generate dummy data - run
npm installandnpm run devto generate assets (css, js) - either use
php artisan serve(easy) or apache/nginx to serve the application (not so easy, use google to setup the config)
xam-ps/laravel_library
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|