laravel-plugin laravel-fieldable
Add functionality to add field and values dynamicly to laravel. How you use them is up to you.
lassehaslev/laravel-fieldable
Add functionality to add field and values dynamicly to laravel. How you use them is up to you.
- Saturday, March 4, 2017
- by LasseHaslev
- Repository
- 1 Watchers
- 0 Stars
- 37 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
lassehaslev/fieldable
Warning!! This package is under development and app breaking changes will come before release!!, (*1)
Install
``` bash
composer require lassehaslev/laravel-fieldable, (*2)
## Usage
## API
#### FieldType
``` php
// Add new FieldType
$fieldType = FieldType::add([
'name'=>'FieldType name',
'view'=>'rellative path from config( 'fieldable.views.fields' )'
]);
// Get the full path to the field type view
// To overwrite the setting, edit fieldable.views.path in config/fieldable.php
$fieldType->viewPath();
Development
Install dependencies
``` bash, (*3)
Install dependencies
composer install, (*4)
Install dependencies for automatic tests
yarn, (*5)
#### Runing tests
``` bash
# Run one time
npm run test
# Automaticly run test on changes
npm run dev
dev-master
9999999-dev
Add functionality to add field and values dynamicly to laravel. How you use them is up to you.
Sources
Download
The Requires
The Development Requires
by
Lasse S. Haslev
0.0.2
0.0.2.0
Add functionality to add field and values dynamicly to laravel. How you use them is up to you.
Sources
Download
The Requires
The Development Requires
by
Lasse S. Haslev
dev-development
dev-development
Add functionality to add field and values dynamicly to laravel. How you use them is up to you.
Sources
Download
The Requires
The Development Requires
by
Lasse S. Haslev
0.0.1
0.0.1.0
Add functionality to add field and values dynamicly to laravel. How you use them is up to you.
Sources
Download
The Requires
The Development Requires
by
Lasse S. Haslev