ceddyg/clara-installer

Repository to quick set up the database information and first admin, using Sentinel.
401
Install
composer require ceddyg/clara-installer
Latest Version:4.0.2
PHP:>=7.2
License:MIT
Last Updated:Apr 19, 2020
Links: GitHub  ·  Packagist
Maintainer: CeddyG

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.

Related Packages

laravel-doctrine/fluent

A fluent PHP mapping driver for Doctrine2.

454,056 43
laravel-doctrine/migrations

Doctrine Migrations for Laravel

2,934,328 78
laravel/database

Get Laravel database for your non laravel projects. Built on top of illuminate/d...

36,155 90
ytake/laravel-couchbase

Couchbase providers for Laravel

52,423 30