imarcom/laravel-consolidation

Consolidate files between core codebase and customer codebase

Maintainers

Package info

github.com/imarcom/laravel-consolidation

Homepage

Language:HTML

pkg:composer/imarcom/laravel-consolidation

Transparency log

Statistics

Installs: 904

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-06-25 11:31:51 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();