Repository files navigation Adhub App Made With Laravel
Root
Admin
Requirements for development
LEMP STACK (LINUX, NGINX, MYSQL, PHP-FPM)
Composer and Git
NodeJS and NPM
REDIS with php redis ext and MONGO (pecl install mongodb)
use make to search useful runtime commands.
use php artisan find to search artisan commands.
use php artisan schedule:test to search schdule commands.
use php artisan docs to search laravel document topics.
use php artisan changelog to add new change log entry to __CHANGELOG.md file.
use php artisan reload to restart queue workers, reverb server, horizon, pulse and octane workers.
use php artisan stats to see code details.
use php artisan cache:list to see cache ui for specific cache store.
use php artisan list ddd to see available ddd commands.
use php artisan api:status to view status of all API versions.
use php artisan make:data-migration to make data migrations when changing database states (not running in testing env)
goto Setting -> PHP -> Quality Tools
activate your idea's Laravel Pint inspection
activate your idea's PHPStan inspection
goto http://adhub.local/super-admin
use admin user credentials: admin@admin.com , password
use ctrl+i or cmd+i for global search modal
use ctrl+k or cmd+k for search resources
use ctrl+shtf+a or cmd+shft+a for quick create resources
run make fix-permissions for fix project directory access
run make setup to configure Nginx for http://adhub.local
apply required changes in env files (MYSQL, REDIS, MONGO, ...)
run make dev to an init project and start servers
if you use herd goto http://adhub-laravel.test
for admin user use these credentials: admin@admin.com , password
fill pusher credentials in .env for use chatify
you are up, explore and have fun
run make build to build docker images
run make composer run dev to init project
run make composer testpf to create test databases and run tests parallel
run make horizon to start horizon
apply required changes in .env.testing file
run make testpf for create test databases and run tests parallel
if you set up coverage engine like Xdebug, you can get coverage report
You can’t perform that action at this time.