A helpful and useful tools for Laravel projects integrated with Vue, Inertia, Primevue and others.
You can install the package via composer:
composer require wsssoftware/laraveltoolkit
You can publish the config file with:
php artisan vendor:publish --tag="laraveltoolkit-config"
You can publish the sitemap config file with:
php artisan vendor:publish --tag="laraveltoolkit-sitemap"
npm i -D laraveltoolkit
To Laravel Toolkit be able to compile its tailwind you must add this line on tailwind config file
content: [
// ...
'./node_modules/laraveltoolkit/resources/**/*.{js,vue,ts}',
// ...
]
A minimalist implementation of an access control level
A toolset of helpers for colors.
Simple flash messages from backend to front end.
A bridge between FilePond and Laravel
Based on Inertia link but with some new feats.
A minimalist implementation of DataTables and DataView on Laravel
Tools to help dev to handle with SEO features.
A toolkit to automatically generate sitemaps for application
Tools to help handle with storing assets.
A JS class that handles theme changes
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.