Skip to content

wsssoftware/LaravelToolkit

Repository files navigation

A Laravel Toolkit with basics tools

Packagist Version NPM Version GitHub Tests Action Status GitHub Code Style Action Status codecov Packagist Downloads NPM Downloads

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

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

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.