Download the PHP package simonmarcellinden/databasesettings without Composer
On this page you can find all versions of the php package simonmarcellinden/databasesettings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simonmarcellinden/databasesettings
More information about simonmarcellinden/databasesettings
Files in simonmarcellinden/databasesettings
Package databasesettings
Short Description Package for save seeings in your database.
License MIT
Homepage https://github.com/simonmarcellinden/mediable
Informations about the package databasesettings
DatabaseSettings for Laravel/Lumen
DatabaseSettings is a package to easily store settings in the database and retrieve the setting using config('settings').
Installation
Via Composer
Register the package's service provider in config/app.php. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled.
Open and add the service provider to bootstrap/app.php
Publish the configurations
Run this on the command line from the root of your project:
Run the migrations to add the required tables to your database.
Run seed for example settings
Default Routes
Default routes for store/update & view setting
Add a Script or Style Source directly into your route or controller
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.