awema-pl / module-tab-builder
Module tab builder for layout
Installs: 53
Dependents: 14
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- illuminate/support: ~5|~6|~7|~8|~9
This package is auto-updated.
Last update: 2024-10-15 01:08:42 UTC
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Documentation
NPM scripts
Development mode npm run watch
or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
Installation
Via Composer
$ composer require awema-pl/module-tab-builder
The package will automatically register itself.
You can publish the migration with:
php artisan vendor:publish --provider="AwemaPL\TabBuilder\Providers\TabBuilderServiceProvider" --tag="migrations"
After the migration has been published you can create the table for TabBuilder by running the migrations:
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="AwemaPL\TabBuilder\Providers\TabBuilderServiceProvider" --tag="config"
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
Credits
License
GNU General Public License v3.0. Please see the license file for more information.