FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

consignr/plugin-skeleton: A package skeleton for developing Filament plugins. · GitHub

 
 

Repository files navigation

A collection of Filament resources for IATA dangerous goods data

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require consignr/filamentiatamanual

You can publish and run the migrations with:

php artisan vendor:publish --tag="filamentiatamanual-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="filamentiatamanual-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag="filamentiatamanual-views"

This is the contents of the published config file:

return [
];

Usage

$filamentIATAManual = new CConsignr\FilamentIATAManual();
echo $filamentIATAManual->echoPhrase('Hello, CConsignr!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A package skeleton for developing Filament plugins.

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL