Normally if you don't specify the laravel version when creating laravel project with composer, it will choose the latest version of laravel, so what if i want to use older laravel version?
Sometimes when you work on a project (laravel project), you didn't know exactly what laravel version you currently working on. In this article i will show you how to check laravel version.
In the MVC world, V stands for view, a view is reponsible for displaying web page when a url is requested. In this article i will show you how to create view in laravel 4.2.