Build Status Total Downloads Latest Stable Version License

Package Services

Requirements

  1. PHP 7.4.x
  2. MySQL 8.0.x
  3. Composer installed

How to run on local machine:

  1. Create user in MySQL with username = root and empty password
  2. Create new database in mysql called package
  3. Run composer install
  4. Create a new file name .env based on the .env.example file
  5. Run php artisan key:generate
  6. Run php artisan migrate to run migration
  7. Run php artisan db:seed to run default seeder
  8. Run php artisan server and the server will listen on http://127.0.0.1:8000