I make a better one. Please see TALL
Lali - Laravel Livewire Starter Project is The skeleton application for the Laravel starter project with TALL Stack.
Build with Livewire full page component and SPA (Single Page Application) with wire:navigate. It provides a feature-rich boilerplate to kickstart your project and accelerate your development process. Ready to go create your awesome project.
- Demo
- System Requirements
- Built in Packages
- Tailwind Plugin
- Features
- Installation
- Contributing
- License
User : user.example@mail.com - password
Admin : admin.example@mail.com - password
I personally recommended to register your own email to try the email verification system.
- PHP 8.2
- Composer
- NodeJS & NPM
- MySQL
- Laravel Debugbar
- Laravel IDE Helper
- Pest
- Laravel Lang
- Livewire Toaster
- Laravel Socialite (Pro)
- Spatie Permission (Pro)
- Browser Sessions (Pro)
LaLi comes packed with essential features and a well-structured codebase to get you started quickly:
- Auth Layout
- Register
- OAuth (Github, Gmail) (Pro)
- Login
- OAuth (Github, Gmail) (Pro)
- Logout
- Verify Email
- Password
- Confirm Password
- Request Password Reset
- Reset Pasword
- Create Pasword (Pro)
- Terms of Service
- Privacy Policy
- Register
- Main Layout
- Home
- Example
- App Layout
- User Dashboard
- Profile
- Profile Information
- Linked Account (Pro)
- Roles and Permissions (Pro)
- Update Password
- Browser Sessions (Pro)
- Delete Account
- Settings
- Language
- Terms of Service and Privacy Policy
- Example
- Admin Layout
- Admin Dashboard
- User Statistic
- Total Users
- Admin Role Users (Pro)
- Registered User This Month
- Verified Email User
- Unverified Email User
- Latest Created User
- Latest Updated User
- User Statistic
- User
- Create
- Index
- Delete
- Search
- Sort By
- Sort Direction
- Per Page
- Filter
- Email Status (Pro)
- Role (Pro)
- Select
- Select (Pro)
- Deselect (Pro)
- Select Page (Pro)
- Deselect Page (Pro)
- Select All (Pro)
- Deselect All (Pro)
- Bulk Actions
- Delete (Pro)
- Assign Role (Pro)
- Remove Role (Pro)
- Show
- Edit
- User Information
- User Roles (Pro)
- User Permissions (Pro)
- Roles (Pro)
- Create (Pro)
- Index (Pro)
- Delete (Pro)
- Search (Pro)
- Sort By (Pro)
- Sort Direction (Pro)
- Per Page (Pro)
- Show (Pro)
- Edit (Pro)
- Permissions (Pro)
- Create (Pro)
- Index (Pro)
- Delete (Pro)
- Search (Pro)
- Sort By (Pro)
- Sort Direction (Pro)
- Per Page (Pro)
- Show (Pro)
- Edit (Pro)
- Example
- Admin Dashboard
- Custom Error Page
- 401
- 402
- 403
- 404
- 419
- 429
- 500
- 503
- Tested with Pest
- Feature Test
- Livewire
- SPA (Single Page Application) with wire:navigate
- Full Page Livewire Component
- Toaster Notification
- 4 Layouts
- Auth Layout
- Main Layout
- App Layout (default)
- Admin Layout
- Theme Auto by System Preferences with TailwindCSS
- Dark Mode
- Light Mode
- Languages
- English (default)
- Indonesian
- Turkey (Pro)
- Create a new project
composer create-project arifbudimanar/lali
- Run NPM Install
npm install
- Ready to use
php artisan serve
- Clone this repository
git clone https://github.com/arifbudimanar/lali.git
- Run Composer Install
composer install
- Run NPM Install
npm install
- Copy .env.example to .env
cp .env.example .env
- Run NPM Dev
npm run dev
- Run Migration and Seeding
php artisan migrate php artisan db:seed php artisan db:seed Usereeder
- Run the server (Optional)
php artisan serve
- Open the browser and go to http://localhost:8000 or http://lali.test
Use email testing like Mailpit (local), Mailtrap (online), etc for testing local user email verification.
- Fork the arifbudimanar/lali repository
- Clone repository:
git clone https://github.com/[your_github_username]/lali.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature' -s
- Push feature branch:
git push origin my-new-feature
- Submit a pull request
Thank you to my sponsors! It helps me to keep working on this project and help the demo server spinning.
- juhniorsantos - $10
Sponsor me and your name will be on the list also get access to private repo Lali Pro.
LaLi is open-source software licensed under the MIT License. Feel free to use it in your projects, and we appreciate any contributions or feedback you might have.