gabrielfemi/laravel-config-maker

Creates configuration file

v1.0 2020-11-17 16:26 UTC

This package is auto-updated.

Last update: 2024-09-20 03:40:54 UTC


README


Laravel Config Maker

Latest Version on Packagist GitHub Tests Action Status Total Downloads

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.