Looking to hire Laravel developers? Try LaraJobs

laravel-api maintained by mitirrli

Description
Laravel Framework For API.
Last update
2023/01/24 13:06 (dev-dependabot/composer/vimeo/psalm-5.6.0)
License
Links
Downloads
1
Tags

Comments
comments powered by Disqus

本地开发

创建项目
composer create-project mitirrli/laravel-api -vvv
更新子模块
git submodule update
复制部署文件
cp .docker/production/Dockerfile .
安装需要的包
npm i
使用docker
docker-compose up --build -d

常用命令

更新项目

composer update-project

启动项目

fpm
composer serve
octane
composer octane

调试

telescope

路径
{{url}}/telescope

tinker

使用
php artisan tinker