/laravel-modules

Sample Laravel app with Modules & Repository Pattern

Primary LanguagePHP

Laravel Modules

This is sample of Laravel application with modules integration.

How to

  • Build docker image $ make build
  • Run docker image $ make run
  • Run DB migration $ php artisan db:migrate
  • Run DB seed $ php artisan db:seed
  • Browse to http://localhost:8080