Fullstack music website using Laravel (Breeze Starter Kit), Livewire, Tailwind CSS.
npm install
composer install
composer run dev
Visit localhost:8000 to access the application.
- Copy the
.env.example
file to.env
:
cp .env.example .env
- Generate an application key:
php artisan key:generate
- Update your database, mail configuration in the
.env
file.
Run the following command to migrate the database:
php artisan migrate
Run the following command to seed the database:
php artisan db:seed
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to the creators of Livewire, Laravel, Breeze, and Tailwind CSS for their amazing frameworks and tools that made this project possible.