Pushing to a Remote Branch with a Different Name
You just have to run the following command
You just have to run the following command
Run this in your command line: For more information please follow. https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos
If you have JSON type columns in your database and want to run query on JSON type field. You can use the following query. In the above query <json_column> must be replace by your column name. $.id and $.response contains the JSON key of your columns. You can use for multiple values also. For example… Read More »
Redirect to https If you want to redirect each request coming should go to https instead of HTTP without any plugin. then Step1: Go to root directory of your website and look for .htaccess file. It should be exist in root directory. Step2: Find the ‘RewriteEngine On’ Add the following code after that. 1 2… Read More »
From the laravel official Laravel includes a variety of global “helper” PHP functions. Many of these helper functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient. Helpers are pre built utility functions in laravel which we can use directly without any… Read More »
If you want to know which php repositories are popular or trending on github now. Follow the following URL : Trending PHP repositories on GitHub
If you want to find duplicate rows from your table use the following query. SELECT column1,column2 COUNT(*) users GROUP BY column1, column2 HAVING COUNT(*) > 1SELECT column1,column2 COUNT(*) users GROUP BY column1, column2 HAVING COUNT(*) > 1 Following are steps : To test the above query on sample table Step1 : First of all you need a table (Assuming you have… Read More »
Jai Shree ganesh.