manelgavalda/enrollment_mobile

Package enrollment_mobile for scool project

0.1.0 2016-12-11 18:20 UTC

README

Latest Stable VersionSoftware License Build Status Scrutinizer Code Quality Build Status StyleCI Total Downloads

Projecte mòdul enrollment_mobile

Install

Via Composer:

$ composer require scool/enrollment_mobile

Add to file config/app.php the PaymentsServiceProvider:

/*
* Package Service Providers...
*/
Scool\EnrollmentMobile\Providers\PaymentsServiceProvider::class,

And publish files with:

php artisan vendor:publish --tag=scool_enrollment_mobile

Change extends for acacha/foundation user with HasRole trait.

use Scool\Foundation\User as Authenticatable;

PHP7.0-gd extension for PDF:

sudo apt-get install php7.0-gd

Usage

public function run()
{
    $this->call(EnrollmentMobileSeeder::class);
}

Requeriments

This package use:

  • Composer
  • Laravel
  • acacha/names
  • acacha/l5-repository
  • scool/foundation
  • acacha/stateful-eloquent
  • Admin-lte Template
  • php7.0-gd extension

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

Execute:

$ phpunit

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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

Credits

License

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