2017 © Pedro Peláez
 

laravel-package stash-package

Stash package for Laravel

image

zingle-com/stash-package

Stash package for Laravel

  • Wednesday, November 29, 2017
  • by zquintana
  • Repository
  • 3 Watchers
  • 0 Stars
  • 110 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 39 % Grown

The README.md

Stash Package

Provides basic stash bindings and helpers into Laravel., (*1)

Installation

Install the base package with composer., (*2)

~~~ bash $ composer require zingle-com/stash-package, (*3)


Add service provider to your providers after the Illuminate providers, but before your project service providers. ~~~ php // config.php // ... 'providers' => [ // ... Illuminate\Validation\ValidationServiceProvider::class, Illuminate\Session\SessionServiceProvider::class, Illuminate\Notifications\NotificationServiceProvider::class, /** * Vendors */ // ... ZingleCom\Stash\StashServiceProvider::class, // ... /** * Project providers */ ],

Finally install the vendor assets:, (*4)

~~~ bash $ php artisan vendor:publish --provider="ZingleCom\Stash\StashServiceProvider" ~~~, (*5)

The Versions

29/11 2017