https://github.com/adygcode/chirper-2025-s1
https://github.com/adygcode/chirper-2025-s1
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adygcode/chirper-2025-s1
- Owner: AdyGCode
- Created: 2025-04-28T09:15:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T01:28:13.000Z (about 1 year ago)
- Last Synced: 2025-05-08T23:57:15.447Z (about 1 year ago)
- Language: PHP
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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.