Fullstack music website using Laravel (Breeze Starter Kit), Livewire, Tailwind CSS.
npm installcomposer installcomposer run devVisit localhost:8000 to access the application.
- Copy the
.env.examplefile to.env:
cp .env.example .env- Generate an application key:
php artisan key:generate- Update your database, mail configuration in the
.envfile.
Run the following command to migrate the database:
php artisan migrateRun the following command to seed the database:
php artisan db:seedContributions 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.