HTTP response code shows that a HTTP request has been completed with some codes like 200, 201 etc. We can understand it like when a
Php Show All Errors
We can show all errors and warning in php with ini_set. Write this two lines In index.php or php.ini or main file of your project.
What is Google Firebase
Firebase is a very cool tool of Google. Firebase is a very important tool for both mobile and web applications. Firebase is very helpful for
Ubuntu unzip into folder
Ubuntu is most popular operating system for development purpose and using by most of the developer. Ubuntu also come with many hosting provider like AWS,
Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column can’t have a default value
Today we discuss about an error in Laravel migration for json type and text type. Laravel provide migration feature for quickly create DB table through
How to setup laravel git project
1. First of all Create a database for project in your system 2. Download composer https://getcomposer.org/download/ and install it in your system 3. Copy git
Laravel 7.x Installation
Server requirements PHP >= 7.2.5 BCMath PHP Extension Ctype PHP Extension Fileinfo PHP extension JSON PHP Extension Mbstring PHP Extension OpenSSL PHP Extension PDO PHP
Php Array Function: array_search()
array_search() function will return key of searched value in given array. Example 1 Output: Syntax: array_search(value,array,strict) Parameter and its description value: Required: search value in
Php Array Function: in_array()
If we want to search any value in array then we can use in_array() function. This function will return true or false according to search
Php Array Function: array_push()
When we want to insert element in an array then we can use array_push() function. php array_push() function insert one or more elements to the