https://github.com/imsus/livewire-tailwindcss-boilerplate
Starter template integrating Livewire and Tailwindcss for your Laravel Projects.
https://github.com/imsus/livewire-tailwindcss-boilerplate
laravel livewire tailwindcss
Last synced: about 2 months ago
JSON representation
Starter template integrating Livewire and Tailwindcss for your Laravel Projects.
- Host: GitHub
- URL: https://github.com/imsus/livewire-tailwindcss-boilerplate
- Owner: imsus
- Created: 2019-08-23T12:28:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:57:11.000Z (over 3 years ago)
- Last Synced: 2025-03-27T18:18:37.983Z (about 1 year ago)
- Topics: laravel, livewire, tailwindcss
- Language: PHP
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Livewire Tailwindcss Boilerplate (LTB)
LTB is a starter template to integrate Livewire and Tailwindcss in your Laravel Project.
## Installation
1. Clone this repo.
2. Install PHP dependencies using Composer. `composer install`
3. Install JS dependencies using NPM/Yarn. `npm install` / `yarn install`
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)