TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Tag

PHP

How Laravel Elixir Work?

If you are developing application with Laravel, and haven't used Laravel elixir, you are missing a cool feature of this framework. Laravel Elixir will speed up your site loading, specially when you have so many http request. If you want to…

How to Use Faker and Seeds in Laravel 5?

Developing application with Laravel framework has become very easy. If you want to develop any web application, you will definitely refer to Laravel as PHP developer. Beside other amazing features that Laravel 5 gives us, here is something…

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…

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…