## Laravel Breeze: Tailwind Pages Skeleton Laravel boilerplate repository to create simple demo-projects. It allows to quickly add new routes/pages, and has examples of a table page, and a form page. It uses the Starter Kit [Laravel Breeze](https://github.com/laravel/breeze) based on Tailwind framework. ![Laravel Breeze Table page](https://laraveldaily.com/wp-content/uploads/2021/09/Screenshot-2021-09-19-at-09.51.38.png) ![Laravel Breeze Form page](https://laraveldaily.com/wp-content/uploads/2021/09/Screenshot-2021-09-19-at-09.51.50.png) ----- ### How to use - Clone the project with `git clone` - Copy `.env.example` file to `.env` and edit database credentials there - Run `composer install` - Run `php artisan key:generate` - Run `php artisan migrate --seed` (it has some seeded data for your testing) - That's it: launch the main URL --- ## More from our LaravelDaily Team - Enroll in our [Laravel Online Courses](https://laraveldaily.teachable.com/) - Check out our adminpanel generator [QuickAdminPanel](https://quickadminpanel.com) - Purchase our [Livewire Kit](https://livewirekit.com) - Subscribe to our [YouTube channel Laravel Daily](https://www.youtube.com/channel/UCTuplgOBi6tJIlesIboymGA)