van-ons/laravel-environment-importer

A Laravel package for easy importing of a configured environment.
4,844
Install
composer require van-ons/laravel-environment-importer
Latest Version:v1.0.0
PHP:^8.2
License:MIT
Last Updated:Sep 14, 2026
Links: GitHub  ·  Packagist
Maintainer: vanons

Laravel Environment Importer

Tests Latest version on GitHub Total downloads GitHub issues License Plumb score

A Laravel package for easy importing of a configured environment.

Quick start

Installation

First, install the package via Composer:

composer require van-ons/laravel-environment-importer

Then, 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.

Usage

You can execute the import command by running:

php artisan environment:import

Documentation

Please see the documentation for detailed information about installation and usage.

Contributing

Please see Contributing for more information about how you can contribute.

Testing

composer test

Changelog

Please see Changelog for more information about what has changed recently.

Upgrading

Please see Upgrading for more information about how to upgrade.

Security

Please see Security for more information about how we deal with security.

Credits

We would like to thank the following contributors for their contributions to this project:

License

The scripts and documentation in this project are released under the MIT License.


Related Packages

nicklayb/laravel-db-import

Laravel database import package for easy manipulations

9,913 2
unnutz/laravel-environment-config

Bring back environment configuration cascading to Laravel

211 1
maatwebsite/excel

Supercharged Excel exports and imports in Laravel

169,501,170 12,703
cyber-duck/laravel-excel

This package provides a way to export an Eloquent collection as an excel file an...

232,615 74
highsolutions/laravel-lang-import-export

A Laravel package providing artisan commands to import and export language files...

339,763 24