2017 © Pedro Peláez
 

library spas

Spas package

image

syscover/spas

Spas package

  • Wednesday, April 11, 2018
  • by carlospalacin
  • Repository
  • 2 Watchers
  • 0 Stars
  • 88 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Spas for Laravel 5.3

Total Downloads, (*1)

Installation

1 - After install Laravel framework, insert on file composer.json, inside require object this value, (*2)

"syscover/spas": "~2.0"

and execute on console:, (*3)

composer update

2 - Register service provider, on file config/app.php add to providers array, (*4)

Syscover\Spas\SpasServiceProvider::class,

3 - Execute publish command, (*5)

php artisan vendor:publish

4 - Execute optimize command load new classes, (*6)

php artisan optimize

5 - And execute migrations and seed database, (*7)

php artisan migrate
php artisan db:seed --class="SpasTableSeeder"

6 - Execute command to load all updates, (*8)

php artisan migrate --path=database/migrations/updates

Activate Package

Access to Pulsar Panel, and go to:, (*9)

Administration-> Permissions-> Profiles, and set all permissions to your profile by clicking on the open lock.
, (*10)

Go to Administration -> Packages, edit the package installed and activate it., (*11)

The Versions

11/04 2018

dev-master

9999999-dev

Spas package

  Sources   Download

The Requires

 

by SYSCOVER SL

laravel pulsar syscover spas

24/02 2017

v2.0.1

2.0.1.0

Spas package

  Sources   Download

The Requires

 

by SYSCOVER SL

laravel pulsar syscover spas

24/02 2017

v2.0.2

2.0.2.0

Spas package

  Sources   Download

The Requires

 

by SYSCOVER SL

laravel pulsar syscover spas

12/08 2016

v1.0.0

1.0.0.0

Spas package

  Sources   Download

The Requires

  • php >=5.5.9

 

by SYSCOVER SL

laravel pulsar syscover spas