ycs77 / inertia-laravel-components
Inertia.js Laravel & Vue 组件库
v0.4.2
2024-05-14 17:21 UTC
Requires
- php: >=7.3
- inertiajs/inertia-laravel: >=0.3.6
- laravel/framework: ^7.0|^8.0|^9.0|^10.0
README
重要
此包仅支持 Laravel v7~v10,建议使用 Inertia Engage 包替代,适用于 Laravel 11+ 版本。
Inertia.js Laravel & Vue 组件库。
组件列表
安装
通过 composer 安装包
composer require ycs77/inertia-laravel-components
错误处理器
发布错误页面
php artisan vendor:publish --tag=inertia-error-vue
# or ts
php artisan vendor:publish --tag=inertia-error-vue-ts
更改扩展处理器类
app/Exceptions/Handler.php
use Inertia\Exceptions\Handler as ExceptionHandler; class Handler extends ExceptionHandler
分页
发布分页 CSS 文件
php artisan vendor:publish --tag=inertia-pagination-css
发布分页组件
php artisan vendor:publish --tag=inertia-pagination-vue
# or ts
php artisan vendor:publish --tag=inertia-pagination-vue-ts
许可协议
MIT 许可协议 (MIT)。请参阅 许可文件 了解更多信息。