2017 © Pedro Peláez
 

library foundation

Foundation classes for Scool

image

scool/foundation

Foundation classes for Scool

  • Thursday, September 7, 2017
  • by acacha
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,966 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

foundation

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Common classes for all scool modules., (*2)

Install

Via Composer in your Laravel project executes:, (*3)

``` bash $ composer require scool/foundation, (*4)


Add to file **config/app.php** the FoundationServiceProvider: ```php ... /* * Package Service Providers... */ Scool\Foundation\Providers\FoundationServiceProvider::class, ...

And publish files with:, (*5)

php artisan vendor:publish --tag=scool_foundation

Usage

Modify your App\User class to:, (*6)

<?php

namespace App;

use Scool\Foundation\User as ScoolUser;

class User extends ScoolUser
{

}

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email sergiturbadenas@gmail.com instead of using the issue tracker., (*10)

Credits

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

07/09 2017

dev-master

9999999-dev https://github.com/acacha-scool/foundation

Foundation classes for Scool

  Sources   Download

MIT

The Requires

 

The Development Requires

foundation scool

25/11 2016

0.2.1

0.2.1.0 https://github.com/acacha-scool/foundation

Foundation classes for Scool

  Sources   Download

MIT

The Requires

 

The Development Requires

foundation scool

25/11 2016

0.2.0

0.2.0.0 https://github.com/acacha-scool/foundation

Foundation classes for Scool

  Sources   Download

MIT

The Requires

 

The Development Requires

foundation scool

17/11 2016

0.1.0

0.1.0.0 https://github.com/acacha-scool/foundation

Foundation classes for Scool

  Sources   Download

MIT

The Requires

 

The Development Requires

foundation scool