imarcom / laravel-consolidation
Consolidate files between core codebase and customer codebase
Package info
github.com/imarcom/laravel-consolidation
Language:HTML
pkg:composer/imarcom/laravel-consolidation
dev-master
2019-07-24 20:39 UTC
Requires
- php: >=7.0
- illuminate/support: 5.5.*
This package is auto-updated.
Last update: 2026-03-25 10:59:07 UTC
README
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();