brunogroth / Livewire

Learning Livewire | PHP & Laravel & Livewire & TailwindCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  4. Run migrations by executing php artisan migrate
  5. 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 | LinkedIn | Portfolio

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

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.

About

Learning Livewire | PHP & Laravel & Livewire & TailwindCSS

License:MIT License


Languages

Language:PHP 79.1%Language:Blade 20.3%Language:JavaScript 0.6%Language:CSS 0.1%