Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the Versions Laravel - Understanding Release Process ?

Answer Posted / surbhi

When it comes to Laravel, there are two active versions as given below -

Laravel 4- released in May 2013
Laravel 5.1- released in February 2015
Laravel 5.1 also includes various releases with the latest version of Laravel 5.1.5 which includes all the robust features for web development.

The following points are worth notable in the context of understanding the release process of Laravel -

The old directory of app/models is removed in Laravel 5.1.

All the controllers, middleware and requests are grouped within a directory under the app/Http folder.

A new folder namely Providers directory is replaced with the app/start files in the previous versions of Laravel 4.x.

All the language files and views are moved to the resources directory.

New artisan command route:cache is used for registration of new routes and is included with the release of Laravel 5.1 and further versions.

Laravel supports HTTP middleware and also includes CSRF tokens and authentication model.

All the authentication models are located under one directory namely resources/views/auth. It includes user registration, authentication and password controllers.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me in which language it was written?

735


What are pros and cons of using laravel framework?

831


Explain how to generate pretty urls in laravel?

779


Explain named routes in laravel?

784


What is the use of route in laravel?

738


How to do dependency injection in laravel controllers?

742


How to create view Laravel - File Uploading ?

1440


Explain automatic injection in laravel?

790


How to run a php file in laravel?

809


What is meant by Error Log ?

1413


Is multiple php versions are supported by homestead?

734


What are helper functions in laravel?

834


Explain the concept of contracts in laravel.

691


Explain binding primitives?

788


How to remove /public from url in laravel?

790