wsssoftware / laraveltoolkit
A modern toolkit of components and utilities for Laravel applications, developed by WSS Software.
Fund package maintenance!
Allan Mariucci Carvalho
Requires
- php: ^8.4
- ext-bcmath: *
- ext-dom: *
- ext-intl: *
- czproject/git-php: ^4.3
- illuminate/contracts: ^11.24|^12.0
- inertiajs/inertia-laravel: ^v1.3.0|^2.0.1
- jaybizzle/crawler-detect: ^1.3.2
- spatie/laravel-package-tools: ^1.19.0
Requires (Dev)
- laravel/pint: ^v1.21.0
- nunomaduro/collision: ^8.6.1
- orchestra/testbench: ^10.0.0
- pestphp/pest: ^3.7.4
- pestphp/pest-plugin-arch: ^v3.0.0
- pestphp/pest-plugin-laravel: ^3.1.0
- spatie/laravel-ray: ^1.39.1
- dev-main
- 2.x-dev
- 1.x-dev
- 1.10.0
- 1.9.14
- 1.9.13
- 1.9.12
- 1.9.11
- 1.9.10
- 1.9.9
- 1.9.8
- 1.9.7
- 1.9.6
- 1.9.5
- 1.8.0
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 1.0.0-beta.19
- 1.0.0-beta.18
- 1.0.0-beta.17
- 1.0.0-beta.16
- 1.0.0-beta.15
- 1.0.0-beta.14
- 1.0.0-beta.13
- 1.0.0-beta.12
- 1.0.0-beta.11
- 1.0.0-beta.10
- 1.0.0-beta.9
- 1.0.0-beta.8
- 1.0.0-beta.7
- 1.0.0-beta.6
- 1.0.0-beta.5
- 1.0.0-beta.4
- 1.0.0-beta.3
- 1.0.0-beta.2
- 1.0.0-beta.1
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
This package is auto-updated.
Last update: 2025-07-01 21:58:08 UTC
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Important
Some features from this package work in association with the package vuetoolkit. For mor information read it's related docs.
Installation
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"
This is the contents of the published config file:
return [
];
Usage
ACL
A minimalist implementation of an access control level
Colors
A toolset of helpers for colors.
Deploy
A simple deploy and maintenance mode.
Flash
Simple flash messages from backend to front end.
FilePond
A bridge between FilePond and Laravel
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.
Multi domain application
If you are using a multi-domain application with InertiaJs, you can use this guide to configure your cors policies and add a middleware to replace redirects for Inertia::location() when needed.
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.