ethericsolution / laravel-starter-kit
A lightweight starter kit for Laravel applications
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Type:project
pkg:composer/ethericsolution/laravel-starter-kit
Requires
- php: ^8.2
- laravel/fortify: ^1.33
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- spatie/laravel-query-builder: ^6.3
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.16
- fakerphp/faker: ^1.23
- laravel/boost: ^1.8
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.3
- pestphp/pest-plugin-laravel: ^4.0
This package is auto-updated.
Last update: 2026-01-12 05:50:04 UTC
README
A lightweight starter kit for Laravel applications — preconfigured with common packages and sensible defaults to help you get a new project up and running quickly.
Built with: FlyonUI - A modern, lightweight UI library for rapid web development.
Features
- Authentication: Complete user authentication system with Laravel Fortify
- Two-Factor Authentication: Built-in 2FA support for enhanced security
- Email Verification: User email verification out of the box
- Modern UI: Beautiful interface powered by FlyonUI and Tailwind CSS
- Query Builder: Advanced API query building with Spatie Laravel Query Builder
- Debug Tools: Laravel Debugbar for development debugging
- Testing: Pre-configured with Pest for comprehensive testing
- Code Quality: Laravel Pint for code formatting and style consistency
Requirements
- PHP 8.2+
- Composer
- Node.js + npm (or pnpm)
- MySQL, PostgreSQL, SQLite, or another supported database
Screenshots
How to use
To create a new Laravel project using this starter kit, run the following command:
laravel new --using=ethericsolution/laravel-starter-kit
Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Support
If you find this project helpful, consider supporting me:
License
This project is licensed under the MIT License - see the LICENSE file for details.










