Looking to hire Laravel developers? Try LaraJobs

laravel-fez maintained by dive-be

Description
Zero config document head management
Author
Last update
2022/06/12 16:36 (dev-master)
License
Downloads
2 855
Tags

Comments
comments powered by Disqus

Zero config document head management

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.