mirror of
https://github.com/10h30/Test-Laravel-Auth-Basics.git
synced 2026-06-05 15:07:43 +09:00
583796d5021c371a43d8e4ba255bcf9fe42810db
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 based on Tailwind framework.
How to use
- Clone the project with
git clone - Copy
.env.examplefile to.envand 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
- Check out our adminpanel generator QuickAdminPanel
- Purchase our Livewire Kit
- Subscribe to our YouTube channel Laravel Daily
Description
Languages
PHP
76.7%
Blade
23.3%

