/Basic-Laravel-API

Created a basic Laravel API based on the tutorial made by DigitalOcean

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

With this basic Laravel API you can:

  • make a GET request to see all posts or a single post in the database
  • make a POST request to create a post
  • make a PUT request to update a post