wsssoftware/laraveltoolkit

A Laravel Toolkit with basics tools

1.0.0-beta.9 2024-11-06 19:47 UTC

README

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

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.