Tag Archives Fedora

FLISol Panama 2019

FLISol Panama 2019

By Posted on 7236 views

What is FLISol? FLISoL is the largest Free Software dissemination event in Latin America and is aimed at all types of audiences: students, academics, businessmen, workers, public officials, enthusiasts and even people who do not have much computer knowledge. The FLISoL has been celebrated since 2005 and since 2008 it was adopted on the 4th Saturday of April, every year. The admission is free and its main objective is to …

Create your First Application with Laravel

Create your First Application with Laravel

By Posted on 15960 views

Since it’s initial launch in 2011, Laravel has experienced exponential growth. In 2015 it became the most outstanding PHP framework in GitHUb. Laravel’s philosophy is to develop PHP code in an elegant and simple way based on a model MVC (Model-View-Controller). It has a modular and extensible code through a package manager and robust support for database management. This guide is elaborated thinking in people who are starting with Laravel, …

Install Laravel with Apache and MySQL

Install Laravel with Apache and MySQL

By Posted on 7990 views

This article is a step-by-step tutorial to start with PHP, install Laravel, Apache and MySQL in the Linux environment (Fedora). Laravel is one of the open source frameworks easier to implement and assimilate for PHP. His philosophy is to develop PHP code in an elegant and simple way based on a model MVC (Model-View-Controller). It has a modular and extensible code through a package manager and robust support for database …