How will you create a helper file in laravel?
Answer / Harphool Jat
In Laravel, to create a helper file, create a new PHP file in the `app/Helpers` directory and add your custom functions. After that, register the Helper in `composer.json` under the `autoload` section and run `composer dump-autoload`.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to send mail using queue in laravel 5?
How to share sites with external world on valet?
What is reverse routing in laravel?
Explain how to add csrf protection in laravel?
what is Restful Resource Controllers ?
Explain how to install installing mariadb on homestead?
How to disable maintaince mode in laravel?
Is laravel based on symfony?
What is an api route?
How to create real time sitemap.xml file in laravel?
What do you know about csrf token in laravel? How can someone turn off csrf protection for a specific route?
What is auth? How is it used?