jobilla / laravel-cloud-native-utilities

MIT License
4 stars 2 forks source link

Cloud Native Utilities for Laravel

This library contains a collection of resources we use at Jobilla for our Laravel microservices. It's aimed at minimising the friction of setting up a new service by providing sensible defaults from the get-go.

What you get out of the box

Installation

  1. composer require jobilla/cloud-native-laravel
  2. php artisan vendor:publish --tag=cloud-native-config (note that this will also publish a logging.php that overwrites the default Laravel logging config)
  3. Optionally, run php artisan vendor:publish --tag=dockerfile to publish a Dockerfile to your project root