inertia-laravel-components maintained by ycs77
Inertia.js Laravel Components
[!IMPORTANT] This package is only supported Laravel v7~v10, it's recommended to use Inertia Engage package instead with Laravel 11+ usage.
The Inertia.js Laravel & Vue components library.
Components list:
Installation
Install the package via composer:
composer require ycs77/inertia-laravel-components
Error Handler
Publish error page:
php artisan vendor:publish --tag=inertia-error-vue
# or ts
php artisan vendor:publish --tag=inertia-error-vue-ts
Change extends handler class:
app/Exceptions/Handler.php
use Inertia\Exceptions\Handler as ExceptionHandler;
class Handler extends ExceptionHandler
Pagination
Publish pagination css file:
php artisan vendor:publish --tag=inertia-pagination-css
Publish pagination component:
php artisan vendor:publish --tag=inertia-pagination-vue
# or ts
php artisan vendor:publish --tag=inertia-pagination-vue-ts
License
The MIT License (MIT). Please see License File for more information.