Member-only story

API with Laravel

Rasathurai Karan
2 min readJun 12, 2022

--

Small intro about Laravel

If you know PHP and oops concept , let’s take the laravel on your hands . The development of web applications and websites has become increasingly simple in recent years. So let’s jump to this article.

Let's get a concept of larval. Laravel is a PHP framework for building web applications. Laravel has a large library of pre-programmed functionality (such as authentication, routing, and HTML templating).This is the biggest advantage of using Laravel. It offers authentication and application starter kits. So you don’t need to manually write code for authentication.

Request for learning Laravel

  1. PHP
  2. OOP concepts
  3. HTML
  4. MVC Architecture

A small intro about API

“API” stands for “application programming interface,” and APIs are the unsung heroes of the modern web. From a technical perspective, an API is a set of programming instructions and standards for accessing a web-based software application or service.

API with Laravel

How to get data from database using API

initially create a laravel project. laravel new myWebApp.

--

--

No responses yet