Answer Posted / sachin-laradev
You can use print_r(); die();
OR
dd($var);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to configure route cache and clear route cache in laravel?
How do you register service providers?
How to generate application key in laravel? Why it is neccessary?
How do you install laravel?
How to use custom table in laravel modal?
How to install and start, stop mysql on valet?
what is Laravel-Routing ?
What do you understand by database migrations in laravel? How can we use it?
What is a service supplier?
What is laravel 5?
What is the use of blade?
Does laravel support php 7?
What is Route Parameters ?
How to create view Laravel - File Uploading ?
How to get current action name in laravel?