crud

Laravel API
Laravel

Laravel Secure RESTful API CRUD With Access Token tutorial

Sometimes we need to build a single-page application or we just need two applications to talk to each other for example backend Laravel app needs to communicate with the frontend Vuejs app, here comes the RESTful API solution.

Read More
Laravel CRUD web application tutorial with Example
Laravel

Laravel CRUD web application tutorial with Example

In this tutorial, I’m going to explain to you how to create a sample CRUD Laravel web application with code example from the real world for inserting, editing, showing, and delete data from the database that will put you in the start position. we use Laravel 8, so let get started.

Read More