christianvizarra / laravel-service-provider
Clone from draperstudio DRY Service Provider for Laravel 5 Packages
dev-master / 1.0.x-dev
2016-10-19 16:56 UTC
Requires
- php: ^5.6 || ^7.0
- illuminate/support: 5.1.* || 5.2.*
Requires (Dev)
- graham-campbell/testbench: ^3.1
- mockery/mockery: ^0.9.4
- phpunit/phpunit: ^5.0
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2025-03-05 19:50:47 UTC
README
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