2017 © Pedro Peláez
 

library laravel-gestionmaintenance

Add Maintenance Gestion for Laravel 5

image

dlouvard/laravel-gestionmaintenance

Add Maintenance Gestion for Laravel 5

  • Thursday, July 27, 2017
  • by damoon271
  • Repository
  • 1 Watchers
  • 1 Stars
  • 217 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

laravel-maintenance

Use Laravel with the plugin maintenance, (*1)

  1. Features
  2. Installation
  3. Usage
  4. Options

, (*2)

Features

  • Add Maintenance Gestion in your application

, (*3)

Installation

In your project base directory run, (*4)

composer require "dlouvard/laravel-gestionmaintenance":"master@dev"

To bring up the config file run, if you want to customize, (*5)

php artisan vendor:publish
php artisan migrate

Then edit config/app.php and add the service provider within the providers array., (*6)

'providers' => array(
    ...
    Dlouvard\LaravelGestionmaintenance\GestionmaintenanceServiceProvider::class,

, (*7)

Usage

Middleware : Add \Dlouvard\LaravelGestionmaintenance\Middleware\MaintenanceMiddleware::class in $middlewareGroups -> 'web' in app/kernel.php, (*8)

View for login : @include('vendor.maintenances._maintenance_login'), (*9)

View for header : @include('vendor.maintenances._maintenance_header'), (*10)

The Versions

27/07 2017

dev-master

9999999-dev

Add Maintenance Gestion for Laravel 5

  Sources   Download

The Requires

 

by Damien Louvard

laravel maintenance framework damien louvard laravel maintenance maintenance laravel