2017 © Pedro Peláez
 

library config

Config extension for admin

image

linnella/config

Config extension for admin

  • Tuesday, June 26, 2018
  • by val3x
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 50 % Grown

The README.md

Config manager for admin

Installation

$ composer require linnella/config:dev-master

$ php artisan migrate

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

<?php

namespace App\Providers;

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

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

Then run:, (*2)

$ php artisan admin:import config

Open http://host/admin/config, (*3)

Usage

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

License

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

The Versions

26/06 2018

dev-master

9999999-dev

Config extension for admin

  Sources   Download

MIT

The Requires

 

The Development Requires

by 171922

setting

26/06 2018

v1.0

1.0.0.0

Config extension for admin

  Sources   Download

MIT

The Requires

 

The Development Requires

by 171922

setting