dive-be / laravel-fez
Zero config document head management
Installs: 2 852
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- illuminate/config: ^9.0
- illuminate/console: ^9.0
- illuminate/contracts: ^9.0
- illuminate/database: ^9.0
- illuminate/http: ^9.0
- illuminate/pipeline: ^9.0
- illuminate/routing: ^9.0
- illuminate/support: ^9.0
- illuminate/view: ^9.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.6
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.2
- phpunit/phpunit: ^9.5
README
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.