dependabot[bot] 77d33821de chore(deps): bump dependabot/fetch-metadata from 1.1.1 to 1.2.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-21 22:14:32 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:10:41 +00:00
2022-02-19 16:31:48 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-02-19 16:31:26 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00
2022-01-04 12:06:56 +00:00

:package_description

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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 :vendor_slug/:package_slug

You can publish and run the migrations with:

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

You can publish the config file with:

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

Optionally, you can publish the views using

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

This is the contents of the published config file:

return [
];

Usage

$skeleton = new VendorName\Skeleton();
echo $skeleton->echoPhrase('Hello, VendorName!');

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.

Description
A package skeleton for developing Filament plugins.
Readme 292 KiB
Languages
PHP 93.5%
JavaScript 6.2%
CSS 0.3%