van-ons/laravel-environment-importer
最新稳定版本:v0.8.3
Composer 安装命令:
composer require van-ons/laravel-environment-importer
包简介
A Laravel package for easy importing of a configured environment.
README 文档
README
Laravel Environment Importer
A Laravel package for easy importing of a configured environment.
Quick start
Requirements
| Dependency | Minimum version |
|---|---|
| PHP | 8.0 |
| Laravel | 10.0 |
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
See Basic usage for more information.
Documentation
Please see the documentation for detailed information about installation and usage.
Contributing
Please see contributing for more information about how you can contribute.
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.
统计信息
- 总下载量: 2.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-17
