imarcom/laravel-consolidation

Consolidate files between core codebase and customer codebase

dev-master 2019-07-24 20:39 UTC

This package is auto-updated.

Last update: 2024-04-25 07:06:43 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();