2017 © Pedro PelĂĄez
 

library laravel-support

Support package for Laravel 5.1

image

vi-kon/laravel-support

Support package for Laravel 5.1

  • Saturday, June 11, 2016
  • by vincekovacs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 219 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Installation

Composer

There are multiple way to install package via composer, (*1)

  • To your composer.json file add following lines:, (*2)

    // to your "require" object
    "vi-kon/laravel-support": "^1.0"
    
  • Or run following command in project root:, (*3)

    composer require vi-kon/laravel-auth
    

    This command will add above line in your composer.json file and download required package files., (*4)

Setup

In your Laravel project add following lines to config/app.php:, (*5)

// to providers array
\ViKon\Support\SupportServiceProvider::class,

In app\Http\Kernel.php file add following lines to $middleware array:, (*6)

// to $middleware array
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
// Add after \Illuminate\View\Middleware\ShareErrorsFromSession::class,
\ViKon\Support\Middleware\View\ShareSuccessesFromSession::class,

Note: In Laravel 5.2 add these lines instead of $middleware array to array marked with web key inside $middlewareGroups array., (*7)


[Back to top][top], (*8)

The Versions

11/06 2016

dev-develop

dev-develop

Support package for Laravel 5.1

  Sources   Download

The Requires

 

The Development Requires

by KovĂĄcs Vince

laravel admin

24/04 2016

dev-master

9999999-dev

Support package for Laravel 5.1

  Sources   Download

The Requires

 

The Development Requires

by KovĂĄcs Vince

laravel admin

24/04 2016

v1.1.0

1.1.0.0

Support package for Laravel 5.1

  Sources   Download

The Requires

 

The Development Requires

by KovĂĄcs Vince

laravel admin

10/04 2016

v1.0.0

1.0.0.0

Support package for Laravel 5.1

  Sources   Download

The Requires

 

The Development Requires

by KovĂĄcs Vince

laravel admin

12/11 2015

v1.0.0-RC1

1.0.0.0-RC1

Support package for Laravel 5.1

  Sources   Download

The Requires

 

The Development Requires

by KovĂĄcs Vince

laravel admin