$collection = collect(['name' => 'Desk', 'price' => 200]);
$collection->toJson();
// '{"name":"Desk", "price":200}'
use AppModelsUser;
$user = User::find(1);
return $user->toJson();
Code Example |
---|
Php :: laravel carbon date format |
Php :: laravel function |
Php :: wordpress options |
Php :: destruct php |
Php :: foreach smarty |
Php :: resource route laravel 8 |
Php :: php while loop |
Php :: Write a php program to print hello world |
Php :: Return length of string PHP |
Php :: php kommentar |
Php :: PHP join() Function |
Php :: laravel bootstrap navbar active |
Php :: php sort time |
Php :: laravel relationship delete all |
Php :: static class methods php |
Php :: how to get the size of an uploaded file in laravel |
Php :: php send post request |
Php :: laravel create resource |
Php :: call_user_func() |
Php :: PDO Prepared Statement php |
Php :: transient wp |
Php :: new order email filter woocommerce |
Php :: laravel public static variable |
Php :: yii2 migration --fields foreign |
Php :: Keep values in search form after submit |
Php :: Regex to remove span tags using php [duplicate] |
Php :: how to add x-xss-protection header |
Php :: comment blade php |
Php :: empty func php |
Php :: rest api php |