enomotodev / laravel-dev-mark
Differentiate development environment from production.
1.0.0
2020-05-13 07:46 UTC
Requires
- php: >=7.0
- laravel/framework: ^5.5|^6|^7
This package is auto-updated.
Last update: 2024-11-13 17:48:40 UTC
README
Differentiate development environment from production.
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