How to create Controller Laravel - File Uploading ?

Answer Posted / surbhi

Create a controller called UploadFileController by executing the following command.

php artisan make:controller UploadFileController --plain

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to do dependency injection in laravel controllers?

527


What is eloquent?

562


What are Global Middleware and Route Middleware ?

616


How do you do dependency injection in laravel?

507


What is a flush() ?

795


What are laravel facades?

565


What permissions are required to be on storage and the bootstrap/cache directories to run laravel?

507


List some official packages provided by laravel?

473


What is laravel language?

514


Tell me what is database migration? And how to use it to add insert initial data to database?

497


How to use ajax in any form submission?

511


Command to connect vagrant via ssh?

523


What is factory in laravel?

542


How auth is used?

541


What are the steps to configure homestead?

557