Looking to hire Laravel developers? Try LaraJobs

inertia-laravel-components maintained by ycs77

Description
The Inertia.js Laravel & Vue components library
Author
Last update
2024/05/15 06:08 (dev-main)
License
Downloads
415
Tags

Comments
comments powered by Disqus

Inertia.js Laravel Components

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

[!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.