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

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

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