2017 © Pedro Peláez
 

library laravel-settings-ui

Laravel Settings UI

image

imtigger/laravel-settings-ui

Laravel Settings UI

  • Wednesday, August 23, 2017
  • by imtigger
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,147 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 16 % Grown

The README.md

Laravel Settings UI

Simple UI for anlutro/laravel-settings, (*1)

Requirements

Installation

This plugin can only be installed from Composer., (*2)

Run the following command:, (*3)

$ composer require imtigger/laravel-settings-ui

Add the following to your config/app.php:, (*4)

'providers' => [
    ...
    Imtigger\LaravelSettingsUI\LaravelSettingsUIServiceProvider::class,
]

Add route to web.php, (*5)

Route::get('/setting', ['as' => 'laravel-settings-ui', 'uses' => '\\Imtigger\\LaravelSettingsUI\\Controller@get']);
Route::post('/setting', ['as' => 'laravel-settings-ui.post', 'uses' => '\\Imtigger\\LaravelSettingsUI\\Controller@post']);

Publish config, form and view, (*6)

php artisan vendor:publish --provider="Imtigger\LaravelSettingsUI\LaravelSettingsUIServiceProvider" 

Usage

Edit app/Forms/LaravelSettingsForm.php to add/remove fields, (*7)

All fields in this Form is automagically saved, (*8)

Edit resources\views\vendor\laravel-settings-ui\settings.blade.php to adapt it to your favorite theme!, (*9)

Final word: Remember use middleware to protect routes, (*10)

Laravel Form Builder Documentations, (*11)

Laravel Settings Documentations, (*12)

The Versions

23/08 2017

dev-master

9999999-dev

Laravel Settings UI

  Sources   Download

property

The Requires

 

by Avatar Tiger

16/05 2017

0.1.2

0.1.2.0

Laravel Settings UI

  Sources   Download

property

The Requires

 

by Avatar Tiger

22/03 2017

0.1.1

0.1.1.0

Laravel Settings UI

  Sources   Download

property

The Requires

 

by Avatar Tiger

17/03 2017

0.1

0.1.0.0

Laravel Settings UI

  Sources   Download

property

The Requires

 

by Avatar Tiger