imarcom / laravel-consolidation
Consolidate files between core codebase and customer codebase
Installs: 895
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: >=7.0
- illuminate/support: 5.5.*
This package is auto-updated.
Last update: 2024-10-25 08:06:31 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();