2017 © Pedro Peláez
 

library laravel-settings

A package that allows saving persistent settings to either JSON or database in Laravel 5

image

takeawaytown/laravel-settings

A package that allows saving persistent settings to either JSON or database in Laravel 5

  • Monday, November 13, 2017
  • by takeawaytown
  • Repository
  • 0 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Build Status Latest Stable Version Total Downloads License, (*1)

Laravel Settings

Laravel 5.x persistent settings using Database and/or JSON, (*2)

Install process

  1. Require this package with composer :, (*3)

    composer require takeawaytown/laravel-settings, (*4)

  2. Register the ServiceProvider to the providers array in config/app.php, (*5)

    TakeawayTown\LaravelSettings\SettingsServiceProvider::class,, (*6)

  3. Add an alias for the facade to aliases array in your config/app.php, (*7)

    'Settings' => TakeawayTown\LaravelSettings\Facades\Settings::class,, (*8)

  4. Publish the config and migration files:, (*9)

    php artisan vendor:publish --provider="TakeawayTown\LaravelSettings\SettingsServiceProvider" --force, (*10)

Change config/settings.php according to your needs., (*11)

Create the settings table., (*12)

php artisan migrate

Credits to main author

Anlutro Laravel Settings: anlutro/laravel-settings, (*13)

The Versions

13/11 2017

dev-master

9999999-dev

A package that allows saving persistent settings to either JSON or database in Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott

laravel settings persistent takeawaytown

13/11 2017

1.0.3

1.0.3.0

A package that allows saving persistent settings to either JSON or database in Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott

laravel settings persistent takeawaytown

13/11 2017

1.0.2

1.0.2.0

A package that allows saving persistent settings to either JSON or database in Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott

laravel settings persistent

13/11 2017

1.0.1

1.0.1.0

A package that allows saving persistent settings to either JSON or database in Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott

12/11 2017

0.0.5

0.0.5.0

Persistent settings in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott

12/11 2017

1.0.0

1.0.0.0

Persistent settings in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott

12/11 2017

v0.0.4

0.0.4.0

Persistent settings in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott

12/11 2017

v0.0.3

0.0.3.0

Persistent settings in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott

12/11 2017

0.0.2

0.0.2.0

Persistent settings in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott

12/11 2017

0.0.1

0.0.1.0

Persistent settings in Laravel 5.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Scott