adygcode / retro-blade-kit
Unofficial 'Retro' (Laravel 11) Blade Starter Kit
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:project
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10.1
- livewire/livewire: ^3.6
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.15
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- laravel/telescope: ^5.7
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^3.8
- pestphp/pest-plugin-laravel: ^3.2
README
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 authentication
- Email Verification enabled
- Laravel Debug Bar
- Laravel Telescope
- Laravel Livewire
- Font Awesome 6 (Free)
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:
Via the Laravel Installer
Create a new Laravel application using this starter kit through the official Laravel Installer:
laravel new my-app --using=adygcode/retro-blade-kit
Retro Template Development
Adrian Gould: Lecturer (ASL1), North Metropolitan TAFE, Perth WA
- GitHub Pages: https://adygcode.github.io
- GitHub Repos: https://github.com/AdyGCode
- Starter Kit Repo: Retro Blade Starter Kit
License
The Laravel "Retro Blade" Starter Kit is open-sourced software licensed under the MIT license.