Download the PHP package wsssoftware/laravuewind without Composer
On this page you can find all versions of the php package wsssoftware/laravuewind. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wsssoftware/laravuewind
More information about wsssoftware/laravuewind
Files in wsssoftware/laravuewind
Package laravuewind
Short Description This is my package laravuewind
License MIT
Homepage https://github.com/wsssoftware/laravuewind
Informations about the package laravuewind
Laravuewind
Laravuewind is a package that provides a set of tools to integrate and improve the development of applications using Laravel with Vue and Tailwind.
Backend Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Frontend Installation
On package.json file, add the following line to scripts config:
On tailwind.config.js
file, add the following line to content config:
Note: If you use plugins that add
primary
andsecondary
colors as a non default pattern (100, 200, 300) like daisyui, you must call this plugin first.
Insert VueJS plugin
Form components
InputGroup
InputGroup is a component that allows you to group an input field with a label and/or feedback fields. To know more about it, please check it's implementation and Maskito if you want to use masks.
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
- Allan Mariucci Carvalho
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravuewind with dependencies
composer/composer Version ^2.4.2
czproject/git-php Version ^4.0.5
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0|^11.0
ext-fileinfo Version *
ext-intl Version *