A Laravel package for easy importing of a configured environment.
| Dependency | Minimum version |
|---|---|
| PHP | 8.0 |
| Laravel | 10.0 |
First, install the package via Composer:
composer require van-ons/laravel-environment-importerThen, publish the configuration file:
php artisan vendor:publish --tag="environment-importer-config"Next, open the configuration file (config/environment-importer.php) and adjust it to your needs.
You can execute the import command by running:
php artisan environment:importSee Basic usage for more information.
Please see the documentation for detailed information about installation and usage.
Please see contributing for more information about how you can contribute.
Please see changelog for more information about what has changed recently.
Please see upgrading for more information about how to upgrade.
Please see security for more information about how we deal with security.
We would like to thank the following contributors for their contributions to this project:
The scripts and documentation in this project are released under the MIT License.

