Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brunogroth/livewire
- Owner: brunogroth
- License: mit
- Created: 2023-05-02T00:13:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-14T22:01:57.000Z (over 1 year ago)
- Last Synced: 2024-11-11T03:23:12.395Z (2 months ago)
- Topics: laravel, laravel10, livewire, livewire-components, mysql, mysql-database, postcss, tailwind, tailwind-css, tailwindcss
- Language: PHP
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
## 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).