Skip to content

Latest commit

History

History
80 lines (51 loc) 路 1.82 KB

File metadata and controls

80 lines (51 loc) 路 1.82 KB

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.