lumen-jwtauth:带有JWT入门套件的Lumen Micro PHP框架

时间:2024-05-02 16:17:07
【文件属性】:

文件名称:lumen-jwtauth:带有JWT入门套件的Lumen Micro PHP框架

文件大小:37KB

文件格式:ZIP

更新时间:2024-05-02 16:17:07

PHP

Lumen 8 JWT Auth微服务 具有JWT Auth for Real World的Lumen Micro PHP框架 安装 克隆此存储库后,转到应用程序根文件夹并运行composer install $ composer install 编辑您的.env文件(如果不存在),只需从.env.example复制 APP_NAME="Lumen JWT" APP_ENV=local APP_KEY= APP_DEBUG=false APP_URL=http://localhost APP_TIMEZONE=UTC LOG_CHANNEL=stack LOG_SLACK_WEBHOOK_URL= DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=yourdnname DB_USERNAME=yourdbuser


【文件预览】:
lumen-jwtauth-main
----composer.json(1KB)
----phpunit.xml(724B)
----bootstrap()
--------app.php(4KB)
----config()
--------jwt.php(8KB)
--------auth.php(415B)
----artisan(1KB)
----database()
--------seeders()
--------factories()
--------migrations()
----routes()
--------v1()
--------web.php(605B)
----tests()
--------MovieCRUDTest.php(4KB)
--------UserRegistrationTest.php(5KB)
--------EndpointTest.php(940B)
--------TestCase.php(314B)
--------UserAuthTest.php(3KB)
----resources()
--------views()
----app()
--------Models()
--------Listeners()
--------Http()
--------Jobs()
--------Providers()
--------Exceptions()
--------Console()
--------Libraries()
--------Events()
----storage()
--------logs()
--------app()
--------framework()
----.env.example(325B)
----.gitignore(99B)
----public()
--------index.php(897B)
--------.htaccess(593B)
----.styleci.yml(71B)
----README.md(2KB)
----swagger.yaml(10KB)

网友评论