array to json php – The json_encode() function is an inbuilt function in PHP. It’s used to convert the value
Category: Programming
laravel email – How to Change From Name in Laravel Mail?
laravel email uses 100% working free customisable library SwiftMailer to step b ystep code with send emails. laravel email –
laravel attachment – Laravel Send Email with Multiple Attachment Example
laravel attachment with Send Email with Multiple Attachment is always cumbersome work in web application. Laravel provides a very simple
unique collection – Laravel Collection Get Unique Values Example
unique collection method can be used to get all the unique items in the collection. it’s part of the Enumerable
Laravel Sum Query with Where Condition Example
Laravel Sum Query – i often need to get sum of total visitors, amount, salary etc in PHP laravel. get
sql concatenate two columns – How to Concat First Name and Last Name in Laravel?
sql concatenate two columns with Concat First Name and Last Name in laravel db select query with Controller Code bellow.
laravel search query – How to Search First Name and Last Name in Laravel Query?
Laravel search query with multiple conditions add simple “where” clauses to your search queries Example with Like Operator. laravel search
laravel group by – Laravel Group By with Max Value Query Example
Laravel Group By with Max Value Query you need help in getting the max id of a table that is
mysql connect to remote database – Laravel Connect Remote Database using SSH Tunnel Example
mysql connect to remote database To connect remote database using ssh tunnel in laravel Example with demo step by step
get all dates between two dates php – How to Get All Dates Between Two Dates in PHP?
get all dates between two dates php and display it. The PHP date function is used to format a date.
calculate age from date of birth – How to Calculate Age from Date of Birth in PHP?
calculate age from date of birth and display it. The PHP date function is used to format a date. here
get previous date from given date in php – How to Check If Date is Past Date in PHP?
get previous date from given date in php and display it. The PHP date function is used to format a