Skip to content

Coding

Google-Cloud-Mysql-Api

Beginner’s Guide to Deploying PHP Laravel on the Google Cloud Platform

Laravel is one of the leading frameworks used by the PHP Community. On the other hand, Google offers an excellent more cost-effective Cloud Platform on its own. But make to run your existing Laravel application may be a nightmare if you don’t follow these steps. I have tried a lot and finally found the solution, even you can run your latest Laravel version also.

Read More »Beginner’s Guide to Deploying PHP Laravel on the Google Cloud Platform

yii-framework

Yii PHP Framework Application Workflow

Yii is one of the major php framework and its comes with lot of inbuilt features that every php developer requires and loves. But most of the Yii Developers doesn’t really know how the Yii framework application works as well. Here is the end point to explain the process of Yii PHP Framework Application Workflow Process.
Read More »Yii PHP Framework Application Workflow

android-studio-vs-eclipse

Differences between Android Studio and Eclipse

what are the differences between the two can mean for your development proces?

This article shows the differences between android studio and eclipse

Differences in working with Android Studio and Eclipse

First thing is that there is no need of workspaces and sub projects.in eclipse we are familiar with the multiple components projects and libraries. which are compiled into .jar files which are included in the final resulting application.Read More »Differences between Android Studio and Eclipse

sql

GROUPBY vs HAVING

Group by Vs Having always give confusion to the new programmers. Here is the detailed work flow of both of the features of SQL.
Read More »GROUPBY vs HAVING

Yii

Remove index.php in the url of Yii website

Complete URL management for a Web application involves two aspects:

  1. When a user request comes in terms of a URL, the application needs to parse it into understandable parameters.
  2. The application needs to provide a way of creating URLs so that the created URLs can be understood by the application.

For a Yii application, these are accomplished with the help of CUrlManager.

Yii is one of favourite php framework of all time. Here we give another one hidden secret of Yii which is very helpful for changing the URL structure to your application for more convenient reading.

Read More »Remove index.php in the url of Yii website