/laravel-roomme-test

Roomme PHP test 2

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Running Application

  1. Clone or unzip the package
  2. Open terminal, then type ''composer install''
  3. Duplicate .env.example and rename it to .env
  4. Edit and configure database configuration inside .env file
  5. run ''php artisan migrate'' to start database migration
  6. run ''php artisan passport:install'' to install laravel passport
  7. run ''php artisan db:seed'' to run database seeder
  8. finally, run ''php artisan serve'' to start the server

Running Test

  1. Make sure you're already follow step above
  2. run ''php artisan test''

License

The Laravel framework is open-sourced software licensed under the MIT license.