arifbudimanar / lali
The skeleton application for the Laravel starter project with TALL Stack.
Fund package maintenance!
arifbudimanar
www.paypal.me/arifbudimanarrosyid
Installs: 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 100
Watchers: 1
Forks: 10
Open Issues: 0
Type:project
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.8.1
- laravel/framework: ^10.38.0
- laravel/sanctum: ^3.3.2
- laravel/tinker: ^2.8.2
- livewire/livewire: ^3.3.2
- masmerise/livewire-toaster: ^2.0.3
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.9.2
- barryvdh/laravel-ide-helper: ^2.13
- fakerphp/faker: ^1.23.0
- laravel-lang/common: ^4.1.1
- laravel/pint: ^1.13.7
- laravel/sail: ^1.26.3
- mockery/mockery: ^1.6.7
- nunomaduro/collision: ^7.10.0
- pestphp/pest: ^2.28.1
- phpunit/phpunit: ^10.5.3
- spatie/laravel-ignition: ^2.3.2
- dev-main
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-05-07 06:29:11 UTC
README
I make a better one. Please see TALL
Lali - Laravel Livewire Starter Project
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.
Table of Contents
- Demo
- System Requirements
- Built in Packages
- Tailwind Plugin
- Features
- Installation
- Contributing
- License
Demo
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.
System Requirements
- PHP 8.2
- Composer
- NodeJS & NPM
- MySQL
Built in Packages
- Laravel Debugbar
- Laravel IDE Helper
- Pest
- Laravel Lang
- Livewire Toaster
- Laravel Socialite (Pro)
- Spatie Permission (Pro)
- Browser Sessions (Pro)
Tailwind Plugin
Features
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)
Installation
Via Composer
- Create a new project
composer create-project arifbudimanar/lali
- Run NPM Install
npm install
- Ready to use
php artisan serve
Via Git Clone
- 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
Email Verification
Use email testing like Mailpit (local), Mailtrap (online), etc for testing local user email verification.
Contributing
- 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
Sponsors
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.
License
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.