| Package Data | |
|---|---|
| Maintainer Username: | CeddyG |
| Package Create Date: | 2017-08-12 |
| Package Last Update: | 2020-04-19 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-28 03:06:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 397 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
A controller and services to setup your .env and the first admin (using Sentinel) fastly.
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"
After publishing, go to the installation page (exemple : localhost/install) and enter the informations.
Done.