enomotodev/laravel-dev-mark

Differentiate development environment from production.

1.0.0 2020-05-13 07:46 UTC

This package is auto-updated.

Last update: 2024-04-13 16:40:30 UTC


README

Differentiate development environment from production.

Screenshot

screenshot

Installation

Require this package with composer. It is recommended to only require the package for development.

composer require --dev enomotodev/laravel-dev-mark

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

Without auto-discovery

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

LaravelDevMark\ServiceProvider::class,

Customize layout

Copy the package config to your local config with the publish command:

php artisan vendor:publish --provider="LaravelDevMarkServiceProvider"

License

Laravel Dev Mark is open-sourced software licensed under the MIT license