mehmetb / quotes
通过配置发布 Laravel 视图变量
1.0.0
2022-09-26 08:24 UTC
Requires
- php: ^8.0|^8.1
- illuminate/console: ^9.0
- illuminate/container: ^9.0
- illuminate/http: ^9.0
- illuminate/support: ^9.0
- illuminate/view: ^9.0
This package is auto-updated.
Last update: 2024-09-26 12:39:45 UTC
README
此包自动将配置文件中定义的键发送到活动视图页面。如果路由目录中有名称,配置文件中有键,则自动发送值。这是一个简单的包。
设置
composer require mehmetb/quotes
在 config/app.php 中注册提供者
Quotes\QuotesServiceProvider::class,
运行
php artisan quotes:install
用法
您可以在视图 blade 文件中的 $page 变量中访问它。 https://github.com/mehmetbltt23/Laravel-auto-view-publish-quotes/tree/master/src/Examples