mirror of
https://github.com/10h30/Test-Laravel-Auth-Basics.git
synced 2026-06-05 15:07:43 +09:00
31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
## 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.
|
|
|
|

|
|
|
|

|
|
|
|
-----
|
|
|
|
### 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)
|