Learn how to build a Serverless Laravel application
Matthieu Napoli wrote a nice tutorial on how to build a serverless Laravel app.
Serverless basically means "Running apps without worrying about servers". The main difference with a traditional hosting is that you do not maintain the servers and reserve their capacity. They are scaled up or down automatically and you pay only for what you use.
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5.7 Laravel 5.6 Laravel 5.5 Laravel 5.4 Laravel 5.3 Laravel 5 Laravel 5.1 Laravel 5.2 Intermediate