/tall_boilerplate

Laravel Vite template using Laravel 11, Livewire 3, Tailwindcss 3

Primary LanguagePHP

TALL Stack Boilerplate

StyleCI

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

Docker Ports

Ports used in the project:

Software Port
nginx 80
phpmyadmin 8080
mysql 3306
php 9000
redis 6379

Features (WIP)

  • Basic Pages: Landing, About, Contact Us
  • Login and Registration
  • Forgot Password, Email Confirmation, Password Reset
  • Error Pages: 404, 503, 405, 500
  • Basic User functionalities
  • User Roles and Permissions
  • Sending Email
  • Dashboard
  • Content Management System
  • Messages and Inbox
  • Notifications
  • Laravel X-Components
  • Social Media Login
  • Import and Export (Excel)
  • Generate Printable Files (PDF)

TALL Versions

  • TailwindCSS - 3.0
  • AlpineJs - 3.0
  • Laravel - 11.0
  • Livewire - 3.0