Seegatesite.com - Laravel is different from other PHP framework, where you can download the master file fully and placed on your web server. Laravel has a dependence on some PHP library, where the library isn't included in the laravel's source. So we ...
tutorial
Concept Object Oriented Programming PHP for beginners
This article I will discuss the basic object oriented programming in PHP, including encapsulation and inheritance and polymorphism. Encapsulation is the concept to hide information from the user which consists of methods and properties. While ...
Tutorial create wordpress theme for beginners
This article will be an continued article, as to explain how to create a wordpress theme in a single post would be a very long time. We will try to build a simple theme from scratch, specifically for beginners, (for who already expert just give me ...