Download the PHP package roy404/laravel-commands without Composer
On this page you can find all versions of the php package roy404/laravel-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download roy404/laravel-commands
More information about roy404/laravel-commands
Files in roy404/laravel-commands
Package laravel-commands
Short Description A package for custom Laravel Artisan commands
License MIT
Informations about the package laravel-commands
LARAVEL - Custom configurations
To install the package, run the following command:
Available Custom Commands
-
Set Up the Custom Commands Provider
To integrate the custom commands provider into your application, follow these steps:- Navigate to
bootstrap/providers.php
. - Add the following line to the array of providers:
- Navigate to
-
Setup Custom Authentication
Generates authentication scaffolding with roles, admin, and user routes by default: -
Clear the cache: After adding the new provider, you should clear the cache and config cache to make sure your changes are applied:
-
Setup Docker Environment:
Builds the project container with Docker, including MySQL, Memcached, phpMyAdmin, and Xdebug:After the docker configurations installed, run the following command below to generate new app key:
You can now build the image: