ycs77/inertia-laravel-components

Inertia.js Laravel & Vue 组件库

v0.4.2 2024-05-14 17:21 UTC

This package is auto-updated.

Last update: 2024-09-15 15:26:02 UTC


README

Latest Version on Packagist Software License Style CI Build Status Total Downloads

重要

此包仅支持 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)。请参阅 许可文件 了解更多信息。