An open API service indexing awesome lists of open source software.

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.

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/)