scool/foundation

Foundation classes for Scool
2,033 1
Install
composer require scool/foundation
Latest Version:0.2.1
PHP:~5.6|~7.0
License:MIT
Last Updated:Sep 7, 2017
Links: GitHub  ·  Packagist
Maintainer: acacha

foundation

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Common classes for all scool modules.

Install

Via Composer in your Laravel project executes:

$ composer require scool/foundation

Add to file config/app.php the FoundationServiceProvider:

...
 /*
 * Package Service Providers...
 */
 Scool\Foundation\Providers\FoundationServiceProvider::class,
... 

And publish files with:

php artisan vendor:publish --tag=scool_foundation

Usage

Modify your App\User class to:

<?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.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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

Credits

License

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

Related Packages

jvmartin/laravel5-foundation6-pagination

Foundation for Sites 6 pagination for Laravel 5.

143 0
mendicm/laravel-inky

Foundation Inky email templates in Laravel

6,143 1
anahkiasen/former

A powerful form builder

1,466,466 1,332
stolz/laravel-form-builder

Laravel form builder with Zurb Foundation integration

865 4
dansmith/laravel5-foundation

Zurb Foundation components for Laravel5

4,614 10