imarcom/laravel-consolidation

Consolidate files between core codebase and customer codebase

Installs: 904

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/imarcom/laravel-consolidation

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

This package is auto-updated.

Last update: 2025-09-25 09:56:17 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();