Treceți la conținutul principal

Postări

Se afișează postări din octombrie, 2017

Laravel 5 "Hello World" example using Xampp and Composer

This is a tutorial about creating your first project in the Laravel framework and running it with the help of Xampp. This tutorial has been done for Laravel 5 and, since then, some of the framework's files and folders have changed but the process of setting up the project is identical so you can still use it today. Image 1 - Laravel welcome page - image by C.R.G. You can download the project via Git  here . Here 's the youtube link to a similar tutorial. Other links you may want to visit: Laravel docs Xampp download Composer download Notepad++ download Also, you can learn more abour laravel and model-view-controllers on wiki. First, I'll start by explaining what is Laravel.   Laravel is a free and open-source PHP web framework, intended for the development of web  applications following the MVC or Model–View–Controller architectural pattern.  Some of the features of Laravel are a modular packaging system with a dedicated  dependency manager, different