ceddyg/clara-installer
Composer 安装命令:
composer require ceddyg/clara-installer
包简介
Repository to quick set up the database information and first admin, using Sentinel.
README 文档
README
A controller and services to setup your .env and the first admin (using Sentinel) fastly.
Installation
composer require ceddyg/clara-installer
Add to your providers in 'config/app.php'
CeddyG\ClaraInstaller\InstallerServiceProvider::class,
Then to publish the files.
php artisan vendor:publish --provider="CeddyG\ClaraInstaller\InstallerServiceProvider"
Use
After publishing, go to the installation page (exemple : localhost/install) and enter the informations.
Done.
统计信息
- 总下载量: 399
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-12