Build Status Total Downloads Latest Stable Version License

Initialize App

  • Clone this repository
  • duplicate .env.example to .env and configure database connection and other config.
  • run composer install
  • run php artisan migrate to migrate database
  • run php artisan db:seed to seed required configuration to database
  • run php artisan serve then navigate to http://127.0.0.1:8000 to see the application