islamdb/orchid-setting

Setting in orchid platform

v2.0.0 2022-03-09 02:30 UTC

This package is auto-updated.

Last update: 2024-05-14 07:22:31 UTC


README

Orchid Setting is a package that helps you to make global setting for your app

Installation

The manual assumes that you already have a copy of Laravel with Orchid

You can install the package using the Сomposer. Run this at the command line:

composer require islamdb/orchid-setting

This will update composer.json and install the package into the vendor/ directory. And then you have to publish config and migration file. You can publish them by running this at the command line:

php artisan vendor:publish --provider="IslamDB\OrchidSetting\OrchidSettingServiceProvider"