christianvizarra/laravel-service-provider

Clone from draperstudio DRY Service Provider for Laravel 5 Packages
34
Install
composer require christianvizarra/laravel-service-provider
PHP:^5.6 || ^7.0
License:MIT
Last Updated:Oct 19, 2016
Links: GitHub  ·  Packagist
Maintainer: christianvizarra

Laravel Service Provider

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

Install

Via Composer

$ composer require christianvizarra/laravel-service-provider

Usage

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

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

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

Credits

License

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

=======

laravel-service-provider

forked of draperstudio/laravel-service-provider

Related Packages

draperstudio/laravel-service-provider

DRY Service Provider for Laravel 5 Packages

3,710 3
draperstudio/laravel-parsedown

Parsedown Wrapper for Laravel 5

1,943 0
draperstudio/laravel-cookie-consent

Easy drop-in Cookie Consent (Silktide) for Laravel 5

373 3
draperstudio/laravel-reviewable

Reviewable Polymorphic Eloquent Models for Laravel 5

140 7
draperstudio/laravel-commentable

Commentable Polymorphic Eloquent Models for for Laravel 5

1,299 39