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

What is monolog library in laravel?

417


What are the directory structure of laravel 5.8?

413


What is antiforgerytoken used for?

469


What are route prefixes?

433


How will you create a helper file in laravel?

409






Tell us have you used lumen before?

414


Explain the difference between implicit and explicit route binding in laravel?

420


How will you explain homestead in laravel?

422


Why laravel over other php frameworks?

410


How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?

388


what are Important Points contracts in Laravel ?

927


How to use cookies in laravel?

416


Is laravel better than wordpress?

453


How to configure route cache in laravel?

501


How to enable multiple php versions in homestead?

397