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
How to do dependency injection in laravel controllers?
What is eloquent?
What are Global Middleware and Route Middleware ?
How do you do dependency injection in laravel?
What is a flush() ?
What are laravel facades?
What permissions are required to be on storage and the bootstrap/cache directories to run laravel?
List some official packages provided by laravel?
What is laravel language?
Tell me what is database migration? And how to use it to add insert initial data to database?
How to use ajax in any form submission?
Command to connect vagrant via ssh?
What is factory in laravel?
How auth is used?
What are the steps to configure homestead?