Menu ---

Blog | Fisayo Afolayan.

A curation of personal opinions and technical articles.

Category: Slim 3

How to build a RESTful API in Slim 3 – Part 2: Creating application endpoints

In Php, Slim 3, Slim FrameworkOctober 18, 20181191 Views
In the previous chapter, we had a brief introduction to slim3 and we set up our application to use Laravel’s Eloquent to communicate with our database. We also created our database schema and setup Phinx to help with our migration files. In this guide, we will proceed to build our controller and models. We will also create endpoints and test the output data using Postman. …
Continue Reading

How to build a RESTful API in Slim 3 – Part 1: Application setup

In Php, Slim 3, Slim FrameworkOctober 18, 2018529 Views
In this tutorial, you will learn how to build a voucher pool microservice application using Slim 3 framework. We will build a voucher pool which will be a collection of voucher codes that customers can use on a website in order to get discounts. When a customer uses a voucher code once, we want to know who used the code and when it was used. Part one of this article will focus on our application setup and how to create our database migrations. …
Continue Reading

Site Footer

Connect

  • Home
  • Email
  • Github

Social

  • Twitter
  • Instagram
  • Talks

Other Links

  • Medium
  • LinkedIn
  • My Boring CV