-
Introducing Splade | Laravel Splade
Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, enhanced with renderless Vue 3 components. In essence, you can write your app using the...
-
How Splade works | Laravel Splade
Splade is super easy to use but rather complicated under the hood. Let's break down the <x-data> component by using the example below: First, the Blade compiler will render the x-data component. This....
-
Form | Laravel Splade
The Form Component allows you to send forms asynchronously. This way, you'll prevent full page reloads and can present validation errors without reevaluating the form with old submitted data. In addit...
-
Table Overview | Laravel Splade
Splade has an advanced Table component that supports auto-fill, searching, filtering, sorting, toggling columns, and pagination. You may also perform bulk actions and exports.
-
Table Built-in Query Builder | Laravel Splade
Besides rendering the head, body, and pagination, the component supports many other features like filtering, searching, sorting, and more. The built-in Query Builder has been tested with MySQL, Postgr...
-
Manual installation | Laravel Splade
Install the Laravel Splade package using composer: Add the Route Middleware to the Http/Kernel.php file: Then in the routes file, typically web.php, you may use the Middleware: Lastly, in the register...