Download the PHP package samrat131/laravel-options-table without Composer
On this page you can find all versions of the php package samrat131/laravel-options-table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download samrat131/laravel-options-table
More information about samrat131/laravel-options-table
Files in samrat131/laravel-options-table
Download samrat131/laravel-options-table
More information about samrat131/laravel-options-table
Files in samrat131/laravel-options-table
Vendor samrat131
Package laravel-options-table
Short Description Add delete retrive settings/options to laravel application
License MIT
Package laravel-options-table
Short Description Add delete retrive settings/options to laravel application
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-options-table
Laravel Options Table
This package allow to add delete retrive options value in laravel applications.
Installation
To use laravel-options-table in your project, please use Composer to add the package to your laravel applications
Edit config/app.php
file and add following lines (only for laravel version below 5.5)
Vendor Publish & Migrate
Run this command in terminal php artisan vendor:publish --tag="migrations"
to publish migration file of this package.
After that run php artisan migrate
to migrate the table. This will create options
table in your database.
Usage
Add value
Retrive value
Delete value
All versions of laravel-options-table with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package samrat131/laravel-options-table contains the following files
Loading the files please wait ....