In my application, the dropdown is not working. I found out I have to have popper.js installed. I tr...
Soon a new social network with dual platforms will launch that has been developed with Laravel (Lume...
To save time posting all this again, here is a link: http://stackoverflow.com/questions/26188556/hid...
I am working with another developer on my application. He is using raw php and I am using Laravel. H...
I thought I would give someone Christmas early this year. Enjoy! Laravel Tutorials Blog http://www.c...
Finally found the mistake. I could kick myself back to Texas. Anyhow, here it is if ($validator->...
I also tried changing the property to 'active' => User::where('active', '=', '1')->get();
I did var_dump($auth) and get bool(false) That is basically saying that the $auth array strings are...
I removed the 'active' => 1 and it still throws the error in my conditional.
Thinking about using sentry, but I do not want to give up on this. I always figure out the solution....
The Laravel portal for problem solving, knowledge sharing and community building.