Skip to content

otilor/laravel-config-maker

Repository files navigation


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.

About

This package creates a specified configuration file.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages