PHPackages                             metafroliclabs/laravel-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. metafroliclabs/laravel-kit

ActiveProject[Framework](/categories/framework)

metafroliclabs/laravel-kit
==========================

This project provides a starter boilerplate for Laravel applications with essential authentication, profile management, and content page routes.

v1.1.1(1y ago)118MITPHPPHP ^8.1

Since Feb 14Pushed 1y agoCompare

[ Source](https://github.com/metafroliclabs/laravel-kit)[ Packagist](https://packagist.org/packages/metafroliclabs/laravel-kit)[ RSS](/packages/metafroliclabs-laravel-kit/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (13)Versions (7)Used By (0)

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

Laravel Starter Boilerplate
===========================

[](#laravel-starter-boilerplate)

This project provides a starter boilerplate for Laravel applications with essential authentication, profile management, and content page routes.

Installation
------------

[](#installation)

1. **Create a new project using Composer:**

    ```
    composer create-project metafroliclabs/laravel-kit
    ```
2. **Setup environment:**

    - Configure database and application settings.
3. **Run migrations:**

    ```
    php artisan migrate
    ```
4. **Install Passport (if required for Sanctum):**

    ```
    php artisan passport:install
    ```
5. **Start the application:**

    ```
    php artisan serve
    ```

Available Routes
----------------

[](#available-routes)

### Authentication Routes

[](#authentication-routes)

MethodEndpointControllerDescriptionPOST`/signup`AuthControllerUser signupPOST`/login`AuthControllerUser loginPOST`/logout`AuthControllerUser logout (auth)*Middleware:* `auth:sanctum` is required for `/logout`.

### Password Recovery Routes

[](#password-recovery-routes)

MethodEndpointControllerDescriptionPOST`/forget-password`ForgetPasswordControllerRequest password resetPOST`/verify-code`ForgetPasswordControllerVerify reset codePOST`/set-password`ForgetPasswordControllerReset password### Profile Management (Protected)

[](#profile-management-protected)

MethodEndpointControllerDescriptionGET`/get-profile`ProfileControllerGet user profilePOST`/edit-profile`ProfileControllerEdit user profilePOST`/change-password`ProfileControllerChange passwordGET`/notifications/all/list`ProfileControllerList all notificationsGET`/notifications/read/list`ProfileControllerList read notificationsGET`/notifications/unread/list`ProfileControllerList unread notificationsGET`/notifications/unread/count`ProfileControllerGet unread notification countPOST`/notifications/{id}`ProfileControllerMark a single notification as read/unreadPOST`/notifications/read`ProfileControllerMark all notifications as read*All routes require `auth:sanctum` middleware.*

### Page Routes (Protected)

[](#page-routes-protected)

MethodEndpointControllerDescriptionPOST`/contact-us`PageControllerSubmit contact formGET`/content`PageControllerGet static content*`auth:sanctum` middleware is required.*

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance50

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Every ~27 days

Recently: every ~34 days

Total

6

Last Release

368d ago

Major Versions

v0.0.3 → v1.0.12025-04-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/196910403?v=4)[MFL](/maintainers/metafroliclabs)[@metafroliclabs](https://github.com/metafroliclabs)

---

Top Contributors

[![wasifrazasalsoft5987](https://avatars.githubusercontent.com/u/126851459?v=4)](https://github.com/wasifrazasalsoft5987 "wasifrazasalsoft5987 (28 commits)")

---

Tags

frameworklaravelboilerplate

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[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.

3891.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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