vertex-it/voiler

v3.0.1 2023-09-20 13:33 UTC

This package is auto-updated.

Last update: 2024-04-16 12:03:26 UTC


README

Voiler Logo

Total Downloads Latest Stable Version License

Installation

Install the package via composer:

composer require vertex-it/voiler

You can publish the config:

php artisan vendor:publish --tag=config

You can install tailwind:

npm install -D tailwindcss@latest postcss@latest autoprefixer@latest

You can install jquery:

npm install jquery jquery-cropper jquery-timepicker

You can install datatables:

npm install datatables.net-dt datatables.net-buttons-dt datatables.net-select-dt datatables.net-responsive-dt datatables.net-fixedheader-dt datatables.net-fixedcolumns-dt

You can publish the assets:

php artisan vendor:publish --tag=assets --force

Optional

You can publish the views:

php artisan vendor:publish --tag=views --force

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email mile.panic96@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.