https://github.com/rochi88/tall_boilerplate
Laravel Vite template using Laravel 12, Livewire 4, Tailwindcss 4
https://github.com/rochi88/tall_boilerplate
boilerplate jetstream-laravel laravel livewire spatie-laravel-permission tailwindcss team vite
Last synced: 5 months ago
JSON representation
Laravel Vite template using Laravel 12, Livewire 4, Tailwindcss 4
- Host: GitHub
- URL: https://github.com/rochi88/tall_boilerplate
- Owner: rochi88
- Created: 2022-08-09T09:40:15.000Z (almost 4 years ago)
- Default Branch: 4.x
- Last Pushed: 2026-01-15T09:52:25.000Z (6 months ago)
- Last Synced: 2026-01-15T12:49:04.649Z (6 months ago)
- Topics: boilerplate, jetstream-laravel, laravel, livewire, spatie-laravel-permission, tailwindcss, team, vite
- Language: PHP
- Homepage:
- Size: 3.45 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TALL Stack Boilerplate
Basic function of a system is here for TailwindCSS, AlpineJs, Livewire and Laravel.
## Install application
```
git clone https://github.com/rochi88/tall_boilerplate.git
cp .env.example .env
composer update
php artisan key:generate
php artisan migrate:fresh --seed
php artisan storage:link
php artisan serve
```
```
npm i && npm run dev
```
Now visit `` http://localhost:8000 or http://127.0.0.1:8000 ``
## Admin Credentials
> Email: user@domain.com || Password: secret
## Features (WIP)
- [ ] Basic Pages: Landing, About, Contact Us
- [x] Login and Registration
- [x] Forgot Password, Email Confirmation, Password Reset
- [ ] Error Pages: 404, 503, 405, 500
- [x] Basic User functionalities
- [x] User Roles and Permissions
- [ ] Sending Email
- [x] Dashboard
- [ ] Content Management System
- [ ] Messages and Inbox
- [ ] Notifications
- [x] Laravel X-Components
- [ ] Social Media Login
- [ ] Import and Export (Excel)
- [ ] Generate Printable Files (PDF)
## TALL Versions
- TailwindCSS - 4.0
- AlpineJs - 3.0
- Laravel - 12.0
- Livewire - 4.0