ceddyg/clara-installer

Repository to quick set up the database information and first admin, using Sentinel.

4.0.2 2020-04-19 16:20 UTC

This package is auto-updated.

Last update: 2024-04-20 01:18:57 UTC


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.