REST-API-Project-2

时间:2021-02-15 10:50:32
【文件属性】:
文件名称:REST-API-Project-2
文件大小:90KB
文件格式:ZIP
更新时间:2021-02-15 10:50:32
PHP 使用Laravel的Rest Api项目 所用包装 JWT授权 安装说明 使用git clone存储库 将.env.example文件复制到.env并在那里编辑数据库凭据 运行composer install 运行php artisan key:generate 运行php artisan migrate --seed (它包含一些种子数据供您测试) 就是这样:启动主URL并使用默认凭据admin@admin.com password 贡献准则 分叉存储库 在本地克隆存储库 运行git checkout dev 创建一个新的本地分支 在当地分支机构工作 推送到远程 测试,完成或准备工作后,推送到远程 合并到开发人员 执照 Laravel论坛是根据的开源软件。
【文件预览】:
REST-API-Project-2-master
----bootstrap()
--------cache()
--------app.php(2KB)
----.env.example(778B)
----.gitattributes(111B)
----public()
--------web.config(1KB)
--------robots.txt(24B)
--------favicon.ico(0B)
--------index.php(2KB)
--------.htaccess(603B)
----database()
--------migrations()
--------.gitignore(26B)
--------factories()
--------seeds()
----artisan(2KB)
----webpack.mix.js(538B)
----config()
--------services.php(950B)
--------view.php(1KB)
--------database.php(5KB)
--------hashing.php(2KB)
--------jwt.php(10KB)
--------queue.php(3KB)
--------logging.php(3KB)
--------cors.php(823B)
--------filesystems.php(3KB)
--------broadcasting.php(2KB)
--------session.php(7KB)
--------app.php(9KB)
--------auth.php(4KB)
--------cache.php(3KB)
--------mail.php(3KB)
----composer.lock(221KB)
----phpunit.xml(1KB)
----README.md(811B)
----resources()
--------views()
--------js()
--------lang()
--------sass()
----.styleci.yml(174B)
----.editorconfig(220B)
----tests()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----.gitignore(163B)
----storage()
--------logs()
--------app()
--------framework()
----app()
--------User.php(1KB)
--------Http()
--------Providers()
--------Exceptions()
--------Model()
--------Console()
----server.php(563B)
----routes()
--------console.php(593B)
--------channels.php(551B)
--------api.php(702B)
--------web.php(492B)
----package.json(1KB)
----composer.json(2KB)

网友评论