Download the PHP package finwax/laravel-microservice-base without Composer
On this page you can find all versions of the php package finwax/laravel-microservice-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-microservice-base
Laravel Microservice Base
About
This project is base of microservice implements on Laravel.
Usage
Install
Get scripts
Note: run scripts from the corresponding directory!
Download and prepare project
Then do first launch
Fill and validate env files for dev/test and production.
Then use
or
Update
Use update script
Control
If it needs - use docker compose exec lv ...command
.
Run dev server
Provide existing migrations
Optimize composer + cache config, events, routes, views
Clear caches
View
Check example endpoints:
http://127.0.0.1:8087/health/check
- service works normalhttp://127.0.0.1:8087/health/availability
- service is availablehttp://127.0.0.1:8087/greeting/hello-protected
- auth via Zitadelhttp://127.0.0.1:8087/greeting/hello-unprotected?name=Nohj
- GET params passed well
Links
All versions of laravel-microservice-base with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
mggflow/lv-msvc Version ^3.1
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
mggflow/lv-msvc Version ^3.1
The package finwax/laravel-microservice-base contains the following files
Loading the files please wait ....