65053/what-do-you-meant-by-dd-function-in-laravel
Hey @kartik
dd stands for "Dump and Die."
Laravel's dd() function can be defined as a helper function, which is used to dump a variable's contents to the browser and prevent the further script execution.
Example:
dd($array);
Hey, You may use the make method to ...READ MORE
Hello @kartik, You can generate parentheses by passing ...READ MORE
Hey @Kartik. Directories used in a common Laravel ...READ MORE
Laravel reverse routing is generating URL's based ...READ MORE
Hey @kartik, First you must have xampp install ...READ MORE
Hello, First you need to have laravel install ...READ MORE
Hii, First you need to start Apache and ...READ MORE
Hey, You just need to go Laravel folder through ...READ MORE
Hey kartik, Laravel includes a middleware to rate ...READ MORE
Hello, Insert(): This function is simply used to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.