PHPackages                             ethericsolution/laravel-starter-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ethericsolution/laravel-starter-kit

ActiveProject[Framework](/categories/framework)

ethericsolution/laravel-starter-kit
===================================

A lightweight starter kit for Laravel applications

1.0.0(4mo ago)021MITBladePHP ^8.2CI passing

Since Jan 10Pushed 3mo agoCompare

[ Source](https://github.com/ethericsolution/laravel-starter-kit)[ Packagist](https://packagist.org/packages/ethericsolution/laravel-starter-kit)[ RSS](/packages/ethericsolution-laravel-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (2)Used By (0)

Laravel Starter Kit
===================

[](#laravel-starter-kit)

[![Laravel](https://camo.githubusercontent.com/b72e0aa3b09f6ee9f1cd47f19792a8204408312803c6b277768a5d2c99ffd60c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31322e782d7265642e737667)](https://laravel.com)[![PHP](https://camo.githubusercontent.com/5fe05c705bf034839bda7651781e4d0a9d42f4a840478ca5e343873a0361bb89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322b2d626c75652e737667)](https://php.net)[![License](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](LICENSE)

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](https://flyonui.com/) - A modern, lightweight UI library for rapid web development.

Features
--------

[](#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
------------

[](#requirements)

- PHP 8.2+
- Composer
- Node.js + npm (or pnpm)
- MySQL, PostgreSQL, SQLite, or another supported database

Screenshots
-----------

[](#screenshots)

[![Login](screenshots/login.png)](screenshots/login.png)[![Register](screenshots/register.png)](screenshots/register.png)[![Forgot Password](screenshots/forgot%20password.png)](screenshots/forgot%20password.png)[![Password Confirmation](screenshots/password%20confirmation.png)](screenshots/password%20confirmation.png)[![Verify Email](screenshots/verify%20email.png)](screenshots/verify%20email.png)[![2 Factor Validation](screenshots/2%20factor%20validation.png)](screenshots/2%20factor%20validation.png)[![Dashboard](screenshots/dashboard.png)](screenshots/dashboard.png)[![Profile](screenshots/profile.png)](screenshots/profile.png)[![2 Factor Activate](screenshots/2%20factor%20activate%20screen.png)](screenshots/2%20factor%20activate%20screen.png)[![Users List](screenshots/users%20list.png)](screenshots/users%20list.png)[![User Form](screenshots/user%20form.png)](screenshots/user%20form.png)

How to use
----------

[](#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
------------

[](#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.

1. Fork the project
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

Support
-------

[](#support)

If you find this project helpful, consider supporting me:

[ ![Buy Me A Coffee](https://camo.githubusercontent.com/0cf29a542375e1a46e84d8bf5805a4e5c0a6ee98b6547ccdc0c55eed49d99c69/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f76322f64656661756c742d79656c6c6f772e706e67)](https://www.buymeacoffee.com/hkmakwana1212)License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance78

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

128d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e41b883afdd9db210a81c67923ca2756afae3f60624c94a58dc1fe42d5999373?d=identicon)[hkmakwana12](/maintainers/hkmakwana12)

---

Top Contributors

[![hkmakwana12](https://avatars.githubusercontent.com/u/102182113?v=4)](https://github.com/hkmakwana12 "hkmakwana12 (16 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ethericsolution-laravel-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/ethericsolution-laravel-starter-kit/health.svg)](https://phpackages.com/packages/ethericsolution-laravel-starter-kit)
```

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
