<tutorialjinni.com/>

Laravel IN Query

Posted Under: PHP on Feb 26, 2020
Laravel IN Query
Code snippet for "IN" Query in Eloquent and in Query Builder.

School Management System Free Download

Posted Under: PHP on Sep 16, 2018
School Management System Free Download
Managing a school is a difficult task. Tracking student's performance, teachers, course offered, result generation and keeping track of fees manually is a mess.

PHP Flatten Multidimensional Array with Keys

Posted Under: PHP on Aug 19, 2018
PHP Flatten Multidimensional Array with Keys
This simple snippet can flatten a multi dimensional Array and keep the keys intact.

endsWith in PHP

Posted Under: PHP on Aug 18, 2018
endsWith in PHP
PHP snippet function to check whether a string endsWith with a specified string or not. Function returns Boolean. This function can also handle case sensitivity.

startWith in PHP

Posted Under: PHP on Aug 18, 2018
startWith in PHP
PHP snippet function to check whether a string startWith with a specified string or not. Function returns Boolean. This function can also handle case sensitivity.