gabrielfemi / laravel-config-maker
Creates configuration file
v1.0
2020-11-17 16:26 UTC
Requires
- php: ^7.4
- illuminate/contracts: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2024-10-20 03:57:37 UTC
README
⚙
Laravel Config Maker
Quickly create your configuration files.
composer require gabrielfemi/laravel-config-maker
Usage
php artisan config:make test
This creates a file in the config
directory called test.php
The default content of the file is
return [
];
Testing
composer test
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
License
The MIT License (MIT). Please see License File for more information.