TECHNIG
Gateway for IT Experts and Tech Geeks

Laravel 5.2 Basic Routing

Previously, we learned how to install and configure Laravel framework. And now we are going to continue our topic about how Laravel routing and views works. If you haven't install Laravel yet, I recommend you to review our previous topic…

CSS Solution for Web Designers – Part1

CSS or Cascading Style Sheets is a style sheet language used to define visual appearance and formatting of HTML documents. CSS is very simple to use and easy to learn, but using it in real project and creating something cool, awesome and…

How to install Laravel 5 using Laravel installer?

Laravel 5 is one of the most popular PHP framework, meanwhile the documentation is not as clear as we should expect. When I was trying to follow the documentation guide for installing this framework on windows, I was getting some unexpected…

5 Useful PHP Function for Working with Files

PHP is definitely one of the most popular programming language for web developers. And this article is about 5 useful function that every PHP developer must know when working with files and directories. 1. file_put_contents — Write a…

Installing Laravel 5 on Windows OS

Laravel ( current version Laravel 5 ) is one of the most popular PHP framework. In this tutorial we are going to show you how to install this framework on windows operating system. Although installing this framework on windows in a little…