metafroliclabs/laravel-kit
Composer 安装命令:
composer create-project metafroliclabs/laravel-kit
包简介
This project provides a starter boilerplate for Laravel applications with essential authentication, profile management, and content page routes.
README 文档
README
Laravel Starter Boilerplate
This project provides a starter boilerplate for Laravel applications with essential authentication, profile management, and content page routes.
Installation
-
Create a new project using Composer:
composer create-project metafroliclabs/laravel-kit
-
Setup environment:
- Configure database and application settings.
-
Run migrations:
php artisan migrate
-
Install Passport (if required for Sanctum):
php artisan passport:install
-
Start the application:
php artisan serve
Available Routes
Authentication Routes
| Method | Endpoint | Controller | Description |
|---|---|---|---|
| POST | /signup |
AuthController | User signup |
| POST | /login |
AuthController | User login |
| POST | /logout |
AuthController | User logout (auth) |
Middleware: auth:sanctum is required for /logout.
Password Recovery Routes
| Method | Endpoint | Controller | Description |
|---|---|---|---|
| POST | /forget-password |
ForgetPasswordController | Request password reset |
| POST | /verify-code |
ForgetPasswordController | Verify reset code |
| POST | /set-password |
ForgetPasswordController | Reset password |
Profile Management (Protected)
| Method | Endpoint | Controller | Description |
|---|---|---|---|
| GET | /get-profile |
ProfileController | Get user profile |
| POST | /edit-profile |
ProfileController | Edit user profile |
| POST | /change-password |
ProfileController | Change password |
| GET | /notifications/all/list |
ProfileController | List all notifications |
| GET | /notifications/read/list |
ProfileController | List read notifications |
| GET | /notifications/unread/list |
ProfileController | List unread notifications |
| GET | /notifications/unread/count |
ProfileController | Get unread notification count |
| POST | /notifications/{id} |
ProfileController | Mark a single notification as read/unread |
| POST | /notifications/read |
ProfileController | Mark all notifications as read |
All routes require auth:sanctum middleware.
Page Routes (Protected)
| Method | Endpoint | Controller | Description |
|---|---|---|---|
| POST | /contact-us |
PageController | Submit contact form |
| GET | /content |
PageController | Get static content |
auth:sanctum middleware is required.
License
This project is licensed under the MIT License.
metafroliclabs/laravel-kit 适用场景与选型建议
metafroliclabs/laravel-kit 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 18 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 02 月 14 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「boilerplate」 「laravel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 metafroliclabs/laravel-kit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 metafroliclabs/laravel-kit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 metafroliclabs/laravel-kit 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
PHP class to extend when building a WordPress plugin allowing you to follow smart plugin setup standards.
Anax htmlform module.
Laravel 5.7 Boilerplate based on Bootstrap 4 and Tabler for Backend.
WordPress Plugin Framework
A Laravel 6 API Boilerplate to create a ready-to-use REST API. User Authentication using JWT.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-14