ceddyg / clara-installer
Repository to quick set up the database information and first admin, using Sentinel.
Installs: 397
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ceddyg/clara-installer
Requires
- php: >=7.2
- ceddyg/clara-sentinel: ^4.0
- doctrine/dbal: ^2.7
- illuminate/support: ^6.0|^7.0
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.