Package Data | |
---|---|
Maintainer Username: | christianvizarra |
Maintainer Contact: | hello@draperstudio.tech (DraperStudio) |
Package Create Date: | 2016-10-19 |
Package Last Update: | 2016-10-19 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-11 15:01:15 |
Package Statistics | |
---|---|
Total Downloads: | 34 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Via Composer
$ composer require christianvizarra/laravel-service-provider
<?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(');
}
}
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email hello@draperstudio.tech instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
=======
forked of draperstudio/laravel-service-provider