LEMPSTACK (LINUX,NGINX,MYSQL,PHP-FPM)ComposerandGitNodeJSandNPMREDISwith php redis ext andMONGO(pecl install mongodb)
- use
maketo search usefulruntimecommands. - use
php artisan findto searchartisancommands. - use
php artisan schedule:testto searchschdulecommands. - use
php artisan docsto searchlaraveldocument topics. - use
php artisan changelogto add new change log entry to __CHANGELOG.md file. - use
php artisan reloadto restart queue workers, reverb server, horizon, pulse and octane workers. - use
php artisan statsto see code details. - use
php artisan cache:listto see cache ui for specific cache store. - use
php artisan list dddto see available ddd commands. - use
php artisan api:statusto view status of all API versions.
- use
php artisan make:data-migrationto make data migrations when changing database states (not running in testing env)
- goto Setting -> PHP -> Quality Tools
- activate your idea's
Laravel Pintinspection - activate your idea's
PHPStaninspection
- goto http://adhub.local/super-admin
- use
adminuser credentials: admin@admin.com, password - use
ctrl+iorcmd+ifor global search modal - use
ctrl+korcmd+kfor search resources - use
ctrl+shtf+aorcmd+shft+afor quick create resources
- run
make fix-permissionsfor fix project directory access - run
make setupto configure Nginx for http://adhub.local - apply required changes in env files (
MYSQL,REDIS,MONGO, ...) - run
make devto an init project and start servers - if you use
herdgoto http://adhub-laravel.test - for
adminuser use these credentials: admin@admin.com, password - fill pusher credentials in .env for use
chatify - you are up,
exploreand havefun
- run
make buildto build docker images - run
make composer run devto init project - run
make composer testpfto create test databases and run tests parallel - run
make horizonto start horizon
- apply required changes in .env.testing file
- run
make testpffor create test databases and run tests parallel - if you set up
coverageengine like Xdebug, you can get coverage report

