mitirrli/laravel-api

Laravel Framework For API.
1 1
Install
composer require mitirrli/laravel-api
PHP:^7.3|^8.0
License:MIT
Last Updated:Jan 24, 2023
Links: GitHub  ·  Packagist
Maintainer: Mitirrli

本地开发

创建项目
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