/parksys

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

Initialize Application

  • Clone repository
  • run composer install
  • duplicate .env.example into .env and configure configuration and database connection
  • run npm install && npm run dev to scaffold required css and js
  • run php artisan migrate to migrate database
  • run php artisan db:seed to seed required configuration to database
  • run php artisan serve to serve the application.