CeddyG / clara-installer by CeddyG

Repository to quick set up the database information and first admin, using Sentinel.
367
0
1
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: 2024-03-28 03:14:12
Package Statistics
Total Downloads: 367
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Clara installer

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.