Installing laravel on ubuntu step by step

Follow the following steps exactly to installing laravel on ubuntu operating system Basic Need : apache server installed php 5.8 and above internet connection Root permission for terminal // notice: in these steps i had use “brijesh” an an example for project name you can user your own porject name by replacing it with yours. Step1: First install composer user […]

Read More
 

WordPress Content Functions

These are the pre-define function defined in wordpress we just need to use it directly where we wanted. the most common functions we normally use is get title , get site url etc. So basically these are for beginners and you become expert while regular using this. there are comment with every function to explain […]

Read More