Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brunogroth/livewire

Learning Livewire | PHP & Laravel & Livewire & TailwindCSS
https://github.com/brunogroth/livewire

laravel laravel10 livewire livewire-components mysql mysql-database postcss tailwind tailwind-css tailwindcss

Last synced: 16 days ago
JSON representation

Learning Livewire | PHP & Laravel & Livewire & TailwindCSS

Awesome Lists containing this project

README

        

Laravel Logo


Laravel Logo

## Hey!
This is a simple project I made with study porpouses. Stacks: Laravel, Livewire, MySQL and TailwindCSS.


## Installation
1. Clone the project
2. To install all dependencies, go to the project root directory and run `composer install` and `npm install`
3. Create `.env` file and copy content from `.env.example`
6. Run migrations by executing `php artisan migrate`
7. Start the project by running `php artisan serve` and start the vite server (for serving css and js files) by running `npm run dev`

## Author

**Bruno Groth**
[GitHub](https://github.com/brunogroth) | [LinkedIn](https://linkedin.com/in/bruno-groth/) | [Portfolio](https://brunogroth.github.io/Portfolio-React-Website)

## Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/brunogroth/Livewire/issues).

## Show your support

Give a ⭐ if you like this project!

## Thanks

Special thanks for The Codeholic tutorial on this video.

## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).