Skip to content

Batiscaff/laravel-fields-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom fields

Installation

  1. Install the package via composer:
composer require batiscaff/laravel-fields-kit
  1. Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
'providers' => [
    // ...
    Batiscaff\FieldsKit\FieldsKitServiceProvider::class,
];
  1. You should publish the migration and the config/fields-kit.php config file with:
php artisan vendor:publish --provider="Batiscaff\FieldsKit\FieldsKitServiceProvider"
  1. Run the migrations: After the config and migration have been published and configured, you can create the tables for this package by running:
php artisan migrate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published