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