Looking to hire Laravel developers? Try LaraJobs

laravel-consolidation maintained by imarcom

Description
Consolidate files between core codebase and customer codebase
Last update
2019/07/24 22:39 (dev-master)
License
Downloads
904

Comments
comments powered by Disqus

Consolidation

Installation

You can install the package via composer:

composer required imarcom/laravel-consolidation

You can publish the config file with:

php artisan vendor:publish --provider="Imarcom\Consolidation\ConsolidationServiceProvider" --tag="config"

You must add the routes to routes/web.php:

Route::consolidation();