dynamicbits/larabit
最新稳定版本:v1.2.2
Composer 安装命令:
composer require dynamicbits/larabit
包简介
Larabit is a robust Laravel package designed to streamline database interactions within Laravel applications. It offers a foundational service equipped with a comprehensive set of convenient methods, empowering developers to efficiently handle database operations. The package also provides authentic
README 文档
README
Larabit is a robust Laravel package designed to offer a foundational service equipped with a comprehensive set of convenient methods, empowering developers to efficiently handle database operations.
Requirements
| Requirement | Version |
|---|---|
| PHP | 8.2 or greater |
| Laravel | 11 or greater |
Installation
You can install Larabit via Composer. Run the following command:
composer require dynamicbits/larabit
Usage
Generate Service Layer
Run the larabit:service artisan command to generate a service layer for a specified model. Example:
php artisan larabit:service Product
Authentication Setup
Run the larabit:auth command to create an AuthController and the related authentication services. Note that it does not generate any views, so you'll need to configure them yourself:
php artisan larabit:auth
API Authentication
To set up API authentication, run the following command:
php artisan larabit:auth-api
- This command will create API routes, requests, and controllers.
- The API supports Laravel Sanctum or Passport. Ensure you have either one installed for proper functioning.
- The User model must implement the HasApiTokens trait.
统计信息
- 总下载量: 370
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-12-05