Basic function of a system is here for TailwindCSS, AlpineJs, Livewire and Laravel.
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
Email: user@domain.com || Password: secret
Ports used in the project:
Software | Port |
---|---|
nginx | 80 |
phpmyadmin | 8080 |
mysql | 3306 |
php | 9000 |
redis | 6379 |
- 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)
- TailwindCSS - 3.0
- AlpineJs - 3.0
- Laravel - 11.0
- Livewire - 3.0