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(10mo ago)117MITPHPPHP ^8.1

Since Feb 14Pushed 10mo 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 1mo ago

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

32

—

LowBetter than 72% of packages

Maintenance54

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

316d ago

Major Versions

v0.0.3 → v1.0.12025-04-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1c0d705f7cd18c9672b279e630028a40941e18682e212df2fedd2d4e0ac2253?d=identicon)[metafroliclabs](/maintainers/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

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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