Database Setup in Laravel

18. April 2016 Beginner, Laravel 4
Database Setup in Laravel
Here we ‘ll look at database setup for a laravel application. Actually there are 2 places where we can include our database setup details like database connection, database host, database port, database name, database username, database password. Those 2 locations are : .env file( located at root of the project /.env) database.php (loacated at /config/database.php ...

Application Structure in Laravel

17. April 2016 Beginner, Laravel 2
Application Structure in Laravel
Here we ‘ll look at the application structure of this elegant framework Laravel. In previous posts,  about introduction to laravel and how to install laravel framework , we now look at the application structure of laravel. For creating a laravel application , in the terminal type laravel new projectname it will create a new laravel application ...

Install Laravel Framework

16. April 2016 Beginner, Laravel 3
Install Laravel Framework
In this post we will install laravel framework . There are a few system requirements to install laravel framework as stated in laravel official website , PHP >= 7.1.3 OpenSSL PHP Extension PDO PHP Extension Mbstring PHP Extension Tokenizer PHP Extension XML PHP Extension Videos: Install Laravel Framework Install Laravel Framework In Ubuntu: https://www.youtube.com/watch?v=6wKmW621Vo0 Install Laravel Framework ...

Laravel Introduction

15. April 2016 Beginner, Laravel 3
Laravel Introduction
Introduction to Laravel Framework Lets look at Laravel Introduction in this post, Laravel is one of the most popular and best php framework among developers, although Laravel is released in 2011 , it has become the most widely used php framework. It has been voted as the best framework for many years now, lets look ...