wsssoftware / laraveltoolkit
A Laravel Toolkit with basics tools
Fund package maintenance!
Allan Mariucci Carvalho
Requires
- php: ^8.3
- ext-dom: *
- illuminate/contracts: ^11.24
- inertiajs/inertia-laravel: ^v1.3.0|^2.x-dev
- jaybizzle/crawler-detect: ^v1.2.120
- spatie/laravel-package-tools: ^1.16.5
Requires (Dev)
- ext-intl: *
- laravel/pint: ^v1.18.1
- nunomaduro/collision: ^v8.4.0
- orchestra/testbench: ^9.5.0
- pestphp/pest: ^v3.2.5
- pestphp/pest-plugin-arch: ^v3.0.0
- pestphp/pest-plugin-laravel: ^v3.0.0
- spatie/laravel-ray: ^1.37.1
This package is auto-updated.
Last update: 2024-11-06 19:51:22 UTC
README
A helpful and useful tools for Laravel projects integrated with Vue, Inertia, Primevue and others.
Installation Laravel
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"
Installation JS
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}', // ... ]
Usage
ACL
A minimalist implementation of an access control level
Colors
A toolset of helpers for colors.
Flash
Simple flash messages from backend to front end.
FilePond
A bridge between FilePond and Laravel
Link
Based on Inertia link but with some new feats.
PrimeVue Data
A minimalist implementation of DataTables and DataView on Laravel
SEO
Tools to help dev to handle with SEO features.
SiteMap
A toolkit to automatically generate sitemaps for application
Stored Assets
Tools to help handle with storing assets.
Theme Switcher
A JS class that handles theme changes
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.