dive-be/laravel-fez

This package is abandoned and no longer maintained. No replacement package was suggested.

Zero config document head management

0.5 2022-02-12 17:18 UTC

This package is auto-updated.

Last update: 2023-05-03 08:59:49 UTC


README

Latest Version on Packagist

TODO

⚠️ Minor releases of this package may cause breaking changes as it has no stable release yet.

What problem does this package solve?

TODO

Installation

You can install the package via composer:

composer require dive-be/laravel-fez

You can publish and run the migrations with:

php artisan vendor:publish --provider="Dive\Fez\FezServiceProvider" --tag="migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="Dive\Fez\FezServiceProvider" --tag="config"

This is the contents of the published config file:

return [
];

Usage

$laravel-fez = new Dive\Fez();
echo $laravel-fez->echoPhrase('Hello, Dive!');

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email oss@dive.be instead of using the issue tracker.

Credits

License

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