https://github.com/adygcode/saas-fed-l12-world
Demo Livewire Drop Down Boxes using Laravel 12 and Livewire 3
https://github.com/adygcode/saas-fed-l12-world
Last synced: 9 months ago
JSON representation
Demo Livewire Drop Down Boxes using Laravel 12 and Livewire 3
- Host: GitHub
- URL: https://github.com/adygcode/saas-fed-l12-world
- Owner: AdyGCode
- License: agpl-3.0
- Created: 2025-05-27T05:31:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T06:24:30.000Z (about 1 year ago)
- Last Synced: 2025-05-27T07:23:56.751Z (about 1 year ago)
- Language: PHP
- Size: 24.4 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-Starter-Kit.md
- License: License.md
Awesome Lists containing this project
README
# Laravel Retro Blade Starter Kit
A Blade port of the Laravel 11 Starter Kit.
Template includes:
- Blade Templates circa Laravel 11
- Navigation bar on guest and app layouts
- Footer in guest and app layouts
- [Laravel Sanctum](https://laravel.com/docs/sanctum) authentication
- Email Verification enabled
- [Laravel Debug Bar](https://laraveldebugbar.com)
-
- [Laravel Telescope](https://laravel.com/docs/telescope)
- [Laravel Livewire](https://livewire.laravel.com)
- [Font Awesome 6 (Free)](https://fontawesom.com)
Originally created to allow students to use an easier to understand base template when
learning how to develop using Laravel.
## Installation
### Via Laravel Herd
One-click install a new application using this starter kit through [Laravel Herd](https://herd.laravel.com):
### Via the Laravel Installer
Create a new Laravel application using this starter kit through the official [Laravel Installer](https://laravel.com/docs/12.x/installation#installing-php):
```bash
laravel new my-app --using=adygcode/retro-blade-kit
```
## Retro Template Development
Adrian Gould: Lecturer (ASL1), [North Metropolitan TAFE](https://northmetrotafe.wa.edu.au), Perth WA
- GitHub Pages: [https://adygcode.github.io](https://adygcode.github.io)
- GitHub Repos: [https://github.com/AdyGCode](https://github.com/AdyGCode)
- Starter Kit Repo: [Retro Blade Starter Kit](https://github.com/AdyGCode/retro-blade-kit)
## License
The Laravel "Retro Blade" Starter Kit is open-sourced software licensed under the MIT license.