An open API service indexing awesome lists of open source software.

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

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

Install with Herd

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