File upload by using laravel

how to upload image in laravel

In above video we will learn how to upload file like JPG,PNG,GIF etc by using laravel framework and also set validation before upload an image. Step 1: Set file upload… Read more
install theme into laravel

How to setup your website in laravel framework

See above video to learn how to setup your website in laravel framework Step 1: Run your project with below command Step 2 : open browser and open this link… Read more
install laravel framework

How to install laravel framework

Steps 1 : Go to : https://laravel.com/docs/5.6 Step 2 : Open Command prompt and run below command Step 3 : php artisan serve Step 4 : open browser and open… Read more