sslr / laravel-clean-architecture-example

my personal example of Laravel clean architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is this repo about

Clean Architect Laravel

###run

  • we assume docker desktop is up and running
  • open up a terminal
  • cd project directory
  • run "cp .env.example .env"
  • run "docker-compose up -d"
  • open http://0.0.0.0:23005/
  • login with user: "root" and password: "very_secret" and build a database named: "lvclean"
  • find laravel-8x_php container ID and run "docker exec -it CONTAINER_ID bash"
  • inside the bash run "composer install"
  • after install is done, again inside the bash run "php artisan migrate"
  • again inside the bash run "php artisan db:seed"
  • now find the "claen-lv.postman_collection.json" inside the root directory and import it to post man

About

my personal example of Laravel clean architecture


Languages

Language:PHP 81.8%Language:Blade 14.1%Language:Dockerfile 3.0%Language:Shell 0.6%Language:JavaScript 0.5%