2017 © Pedro Peláez
 

library config

Config extension for daimakuai-admin

image

daimakuai-ext/config

Config extension for daimakuai-admin

  • Friday, November 24, 2017
  • by daimakuai
  • Repository
  • 0 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

daimakuai-extensionsconfig

StyleCI Packagist Total Downloads, (*1)

Inspired by https://github.com/laravel-backpack/settings., (*2)

Screenshot

wx20170810-100226, (*3)

Installation

$ composer require daimakuai-extensions/config

$ php artisan migrate

Open app/Providers/AppServiceProvider.php, and call the Config::load() method within the boot method:, (*4)

<?php

namespace App\Providers;

use Jblv\Admin\Config\Config;
use Illuminate\Support\ServiceProvider;

class AppServiceProvider extends ServiceProvider
{
    public function boot()
    {
        Config::load();
    }
}

Then run:, (*5)

$ php artisan admin:import config

Open http://your-host/admin/config, (*6)

Usage

After add config in the panel, use config($key) to get value you configured., (*7)

License

Licensed under The MIT License (MIT)., (*8)

The Versions

24/11 2017

dev-master

9999999-dev https://github.com/daimakuai-ext/config

Config extension for daimakuai-admin

  Sources   Download

MIT

The Requires

 

The Development Requires

by yt

laravel setting daimakuai

24/11 2017

dev-analysis-qrQ6E3

dev-analysis-qrQ6E3 https://github.com/daimakuai-ext/config

Config extension for daimakuai-admin

  Sources   Download

MIT

The Requires

 

The Development Requires

by yt

laravel setting daimakuai