library laravel-app-settings
Save data in a table called "app_settings" and retrieve them.
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
A2Way Laravel App Settings
Installing
- Require the package.
composer require a2way/laravel-app-settings
- Add the service provider the
providers
array in your config/app.php
file.
'A2Way\LaravelAppSettings\LaravelAppSettingsServiceProvider',
- Publish the migration file.
php artisan vendor:publish --provider="A2Way\LaravelAppSettings\LaravelAppSettingsServiceProvider"
- Run the migration.
php artisan migrate
- Use.
php artisan tinker
>>>A2Way\LaravelAppSettings\AppSettings::set('hello', 'world');
=>true
>>> A2Way\LaravelAppSettings\AppSettings::get('hello');
=> "world"
dev-master
9999999-dev
Save data in a table called "app_settings" and retrieve them.
Sources
Download
The Requires
by
Supun Budhajeewa
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
dev-dev
dev-dev
Save data in a table called "app_settings" and retrieve them.
Sources
Download
The Requires
by
Supun Budhajeewa
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
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
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