2017 © Pedro Peláez
 

library laravel-service-provider

Clone from draperstudio DRY Service Provider for Laravel 5 Packages

image

christianvizarra/laravel-service-provider

Clone from draperstudio DRY Service Provider for Laravel 5 Packages

  • Wednesday, October 19, 2016
  • by christianvizarra
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 25 % Grown

The README.md

Laravel Service Provider

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

Install

Via Composer, (*2)

``` bash $ composer require christianvizarra/laravel-service-provider, (*3)


## Usage ``` php <?php namespace Vendor\Package; class ServiceProvider extends \DraperStudio\ServiceProvider\ServiceProvider { public function boot() { $this->publishMigrations() $this->publishConfig() $this->publishViews() $this->publishAssets() $this->loadViews() $this->loadTranslations() $this->mergeConfig('); } }

Change log

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

Testing

bash $ composer test, (*5)

Contributing

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

Security

If you discover any security related issues, please email hello@draperstudio.tech instead of using the issue tracker., (*7)

Credits

License

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

laravel-service-provider

forked of draperstudio/laravel-service-provider, (*9)

The Versions

19/10 2016

dev-master

9999999-dev https://github.com/DraperStudio/laravel-service-provider

Clone from draperstudio DRY Service Provider for Laravel 5 Packages

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel-service-provider draperstudio revived christianvizarra

19/10 2016

dev-dev

dev-dev https://github.com/DraperStudio/laravel-service-provider

Clone from draperstudio DRY Service Provider for Laravel 5 Packages

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel-service-provider draperstudio revived christianvizarra