Skip to content

Latest commit

 

History

History
executable file
·
8 lines (7 loc) · 439 Bytes

README.md

File metadata and controls

executable file
·
8 lines (7 loc) · 439 Bytes

Library project

  1. copy .env.example to .env and insert db credentials
  2. install dependencies with composer install
  3. execute php artisan migrate to generate db-tables
  4. (optional) execute php artisan db:seed to generate dummy data
  5. run npm install and npm run dev to generate assets (css, js)
  6. either use php artisan serve (easy) or apache/nginx to serve the application (not so easy, use google to setup the config)