2017 © Pedro Peláez
 

library laravel-app-settings

Save data in a table called "app_settings" and retrieve them.

image

a2way/laravel-app-settings

Save data in a table called "app_settings" and retrieve them.

  • Monday, August 31, 2015
  • by budhajeewa
  • Repository
  • 1 Watchers
  • 3 Stars
  • 185 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

A2Way Laravel App Settings

Installing

  1. Require the package.
composer require a2way/laravel-app-settings
  1. Add the service provider the providers array in your config/app.php file.
'A2Way\LaravelAppSettings\LaravelAppSettingsServiceProvider',
  1. Publish the migration file.
php artisan vendor:publish --provider="A2Way\LaravelAppSettings\LaravelAppSettingsServiceProvider"
  1. Run the migration.
php artisan migrate
  1. Use.
php artisan tinker
>>>A2Way\LaravelAppSettings\AppSettings::set('hello', 'world');
=>true
>>> A2Way\LaravelAppSettings\AppSettings::get('hello');
=> "world"

The Versions

31/08 2015

dev-master

9999999-dev

Save data in a table called "app_settings" and retrieve them.

  Sources   Download

The Requires

 

by Supun Budhajeewa

31/08 2015

1.1.0

1.1.0.0

Save data in a table called "app_settings" and retrieve them.

  Sources   Download

The Requires

 

by Supun Budhajeewa

31/08 2015

dev-dev

dev-dev

Save data in a table called "app_settings" and retrieve them.

  Sources   Download

The Requires

 

by Supun Budhajeewa

07/05 2015

1.0.0

1.0.0.0

Save data in a table called "app_settings" and retrieve them.

  Sources   Download

The Requires

 

by Supun Budhajeewa

07/05 2015

1.0.0-rc-2

1.0.0.0-RC2

Save data in a table called "app_settings" and retrieve them.

  Sources   Download

The Requires

 

by Supun Budhajeewa

07/05 2015

1.0.0-rc-1

1.0.0.0-RC1

Save data in a table called "app_settings" and retrieve them.

  Sources   Download

The Requires

 

by Supun Budhajeewa