mitirrli/laravel-api
本地开发
创建项目
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
Related Packages
rupeshstha/core-foundation
A foundational package for streamlined development, offering essential core func...
47
1
hmacauth/laravel-hmac-auth
HMAC API authentication for Laravel with signature verification, replay attack p...
0
0
owlfice/citadel
Citadel - A production-ready Laravel backend boilerplate with OAuth2, permission...
1
0
php-tmdb/laravel
Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...
53,306
162