lumen-restful-api:为KODOTI平台的流明课程创建的API

时间:2021-05-24 06:57:54
【文件属性】:
文件名称:lumen-restful-api:为KODOTI平台的流明课程创建的API
文件大小:58KB
文件格式:ZIP
更新时间:2021-05-24 06:57:54
PHP 带有流明的RESTFul API 为KODOTI RESTFul API课程创建了以下API。 如何筹集项目? 安装Composer依赖项 composer install 更改连接字符串 为您的.env文件更新连接字符串,并执行以下命令。 php artisan migrate:refresh --seed 注意:请记住在创建数据库之前 关于创建的用户 具有数据库的用户已通过播种器分配了密码123456 。 您是否想了解这个? 在KODOTI,我们有一门课程,我们将学习如何开发此API,还将看到如何通过HEROKU发布到生产环境。
【文件预览】:
lumen-restful-api-master
----bootstrap()
--------app.php(4KB)
----public()
--------index.php(897B)
--------.htaccess(593B)
----database()
--------migrations()
--------factories()
--------seeds()
----artisan(1KB)
----composer.lock(190KB)
----phpunit.xml(756B)
----README.md(871B)
----runme.bat(31B)
----resources()
--------views()
----.styleci.yml(71B)
----.editorconfig(220B)
----tests()
--------TestCase.php(314B)
--------ExampleTest.php(390B)
----.gitignore(87B)
----storage()
--------logs()
--------app()
--------framework()
----app()
--------Listeners()
--------User.php(879B)
--------Jobs()
--------Http()
--------Repositories()
--------Providers()
--------DTOs()
--------Models()
--------Events()
--------Exceptions()
--------Console()
----routes()
--------web.php(2KB)
----composer.json(1KB)

网友评论