2017 © Pedro Peláez
 

library enrollment_mobile

Package enrollment_mobile for scool project

image

manelgavalda/enrollment_mobile

Package enrollment_mobile for scool project

  • Sunday, June 18, 2017
  • by manelgavalda
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

enrollment_mobile

Latest Stable Version![Software License][ico-license] Build Status Scrutinizer Code Quality Build Status StyleCI Total Downloads, (*1)

Projecte mòdul enrollment_mobile, (*2)

Install

Via Composer:, (*3)

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


Add to file **config/app.php** the PaymentsServiceProvider:

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


And publish files with: ```bash php artisan vendor:publish --tag=scool_enrollment_mobile

Change extends for acacha/foundation user with HasRole trait., (*6)

use Scool\Foundation\User as Authenticatable;

PHP7.0-gd extension for PDF:, (*7)

sudo apt-get install php7.0-gd

Usage

``` php public function run() { $this->call(EnrollmentMobileSeeder::class); }, (*8)


## 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](CHANGELOG.md) for more information what has changed recently. ## Testing Execute: ``` bash $ phpunit

Contributing

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

Security

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

Credits

License

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

The Versions

18/12 2016
13/12 2016
10/12 2016
04/12 2016
01/12 2016

dev-analysis-qMw5EM

dev-analysis-qMw5EM https://github.com/scool/enrollment_mobile

Package enrollment_mobile for scool project

  Sources   Download

MIT

The Requires

 

The Development Requires

scool enrollment_mobile