Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 323 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 323 Bytes

Laravel Open Structure

cp .env{.example,}
docker-compose up -d
docker-compose exec app sh
php artisan ide-helper:generate

Try url http://localhost:22040

Generate files

php artisan make:use-case --module=NewModule --cases=new_use_case_A,new_use_case_B,new_use_case_C