skip to Main Content
author
157 views
1 vote

Laravel – How to convert string to a datetime in PHP for SQL Server

I’m trying to save some records in SQL Server using PHP and Laravel and CSV files, in csv files I

author
153 views
0 votes

Query Correction of Laravel

I am using this Query.
Safety::with( ['imageName'] )->where( ['property_id', '=', $property->property_id ], ['unit_id', '=', $property->unit_id ],['type','=', 'gas' ])->latest()->first();
I am

Back To Top
Search