hlack / php-vanilla-registration-api
使用请求进行认证操作的Backend Api。
dev-master
2023-04-05 18:41 UTC
Requires
- php: ^8
- fakerphp/faker: ^1.21
- illuminate/cache: ^8
- illuminate/database: ^8
- illuminate/events: ^8
- illuminate/filesystem: ^8
- illuminate/http: ^8
- illuminate/pagination: ^8
- illuminate/routing: ^8.83
- illuminate/validation: ^8.83
- laravel/helpers: ^1
- league/flysystem: ^1.0
- phpmailer/phpmailer: ^6.8
- psy/psysh: ^0.10.4
- symfony/process: ^5
- vlucas/phpdotenv: ^5
Requires (Dev)
- doctrine/dbal: ~2.10
- illuminate/console: ^8
- illuminate/view: ^8
Suggests
- doctrine/dbal: Allow renaming columns and dropping SQLite columns.
This package is auto-updated.
Last update: 2024-09-05 21:57:10 UTC
README
使用请求进行用户注册和认证的小型后端Api [自定义]。
安装
composer create-project --prefer-dist hlack/php-vanilla-registration-api
设置
-
将
.env.example复制到.env并填写您的配置。 -
运行
php artisan migrate:fresh --seed
许可证
此助手在MIT许可证(MIT)下发布。有关更多信息,请参阅包含的许可证文件。