devsavage/slim4-authentication
最新稳定版本:0.2.0
Composer 安装命令:
composer create-project devsavage/slim4-authentication
包简介
An authentication system using Slim Framework v4
README 文档
README
An authentication system using Slim 4 (in development)
Checkout the current roadmap for features.
Getting Started
Prerequisites
You will need the following to get started:
- Web Server
- PHP 8.1 or newer
- URL rewriting enabled
- SSL certification in production. Check out HTTPS Is Easy for additional help.
- Node
- Composer
Installation
Clone the project
$ git clone https://github.com/devsavage/slim4-authentication.git your-project-name
Install Composer dependencies
$ cd your-project-name && composer install
Install Node dependencies
$ npm install
Rename .env-example to .env
Update the .env file to your configuration
Publish database migrations
After your .env file's DB details are updated, run the command below
$ php .\vendor\bin\phinx migrate
Continued configuration
View the wiki for tips on finishing additional setup and view additional information on how to use this project.
Vulnerabilities
Please report any vulnerabilities using the information found at: https://savagedev.io/security.txt
License
This project is licensed under the MIT License - see the LICENSE file for details
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-07