Tag Archives: Laravel tutorial

learn-laravel-with-example

Add data in database in laravel

Hello World, Welcome to my website. Today we will discuss about how we can add data in database in laravel. In the previous tutorial, we have discussed about how we can implement form validation in laravel.

In this tutorial, we will extends the previous article. In this article, we will learn how can connect database with laravel add how we can add data in database.  I have devided this tutorial in following steps.

  • Setup controller for adding data
  • Show success message in add form

Continue reading

create-todo-app-with-laravel-part-1-add-and-show-data

Create todo app with laravel

Hello World, Welcome to Laravel tutorial series Learn laravel with example. In the previous tutorial we have learned that how to setup laravel on local system and how to create simple hello world with laravel. In this tutorial we will start to create todo app with laravel. I have divided the todo app tutorial in following parts,

  • Add and Show Task
  • Update and Delete Task

Continue reading

create-hello-world-app-with-laravel

Create Hello World app with laravel

Hello World, Welcome to the Learn Laravel with example. In the first tutorial of this series, in the previous tutorial, we have learned that what is laravel and what will we create with laravel in this series. In this tutorial we will setup laravel on our local environment and create hello world app with laravel.

We will learn the following things in this tutorial.

Continue reading

learn-laravel-with-example

Learn laravel with example

Hello World, Welcome to Laravel tutorial series Learn laravel with example. In this series, we will learn laravel with example project. Todo list will be our example project. In this project, we will perform the basic function like create, read, update and delete with laravel and MySQL database. We will learn following concept in this article.

  • MVC concept
  • Introduction of Laravel
  • Todo list project overview

I have divided this tutorial series in following parts.

Continue reading