Download the PHP package mattostromhall/laravel-make-in without Composer
On this page you can find all versions of the php package mattostromhall/laravel-make-in. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mattostromhall/laravel-make-in
More information about mattostromhall/laravel-make-in
Files in mattostromhall/laravel-make-in
Package laravel-make-in
Short Description A wrapper around the artisan make command to move created classes to a specified path and update the namespace accordingly.
License MIT
Homepage https://github.com/mattostromhall/laravel-make-in
Informations about the package laravel-make-in
Laravel Make In
A wrapper around the artisan make command to move created classes to a specified path and update the namespace accordingly. This is not needed if you follow the default folder structure of a laravel project as the make command itself provides this in the name argument of the command.
However, if for instance you are following a Domain Driven approach, this saves you manually moving the files and updating namespaces after creation.
Installation
You can install the package via composer:
Usage
The commands currently available are
The base path and namespace for a command can be set through your .env file by adding the following, with values for the base path and namespace you'd like to use for the command:
Alternatively you can publish the config file and set the values you require there with:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Matt Ostrom-Hall
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-make-in with dependencies
spatie/laravel-package-tools Version ^1.11
illuminate/contracts Version ^v9.1