Skip to content

Tag: laravel

Laravel Applications Invalid argument supplied for foreach() Errors

I am learning PHP Laravel and I am developing shopping cart project. I am able to add the product into list but, when I click shopping cart link. I am getting following error. FacadeIgnitionExceptionsViewException Invalid argument supplied for foreach() (View: C:UsersKhundokar NirjorDesktoplaravel Tutorialsho…

Changing navigation and link URLs?

I am new to laravel and this will be inappropriate question. Although I searched I couldn’t find the answer. My project run smoothly with php artisan serve command. I just wanted to remove the artisan command. So I added my project into htdoc folder of XAMPP. Then I changed according to this answer http…