Skip to content

🟡🔴🔵 Learning Website using Breeze and livewire

Notifications You must be signed in to change notification settings

parsa-mostafaie/letslearn

Repository files navigation

 

Letslearn

Fullstack music website using Laravel (Breeze Starter Kit), Livewire, Tailwind CSS.

Install Dependencies

Frontend

npm install

Backend

composer install

Run Project

composer run dev

Visit localhost:8000 to access the application.

Environment Configuration

  1. Copy the .env.example file to .env:
cp .env.example .env
  1. Generate an application key:
php artisan key:generate
  1. Update your database, mail configuration in the .env file.

Database Migration

Run the following command to migrate the database:

php artisan migrate

Database Seeder

Run the following command to seed the database:

php artisan db:seed

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • Thanks to the creators of Livewire, Laravel, Breeze, and Tailwind CSS for their amazing frameworks and tools that made this project possible.

About

🟡🔴🔵 Learning Website using Breeze and livewire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages