laravel restful api 源码
关于Laravel Restful API Laravel Restful API是一个基于构建的Restful API项目,专注于REST API和微服务。 如何开始 本机方式 运行以下命令 composer install 执行后,您必须检查.env文件并更正适当的数据库设置,注意:确保您设置的deos数据库在本地数据库系统中存在。 php artisan key:generate php artisan migrate php artisan db:seed php artisan passport:install php artisan passport:client --personal 启动它,只需运行命令 php artisan serve 测验 在测试之前,请注意我们首先需要拥有一个.env.testing环境文件,我们有一个示例,要应用它,您需要做的就是使用以下命
文件列表
laravel-restful-api
(预估有个238文件)
.gitignore
149B
default.css
4KB
artisan
2KB
web.config
1KB
app-dark.css
145KB
app.css
145KB
.gitignore
26B
.gitattributes
111B
Dockerfile
2KB
supervisord.conf
297B
暂无评论