I am trying to echo out data from the database with a foreach loop. In return it returns this error:...
Hello everyone. I need to create a feature of user following. So I could let users follow each other...
I have this pivot table: http://3.1m.yt/0_7a5sa.png I need to return multiple names of users (from u...
I want to store multiple checkboxes from a form to database.  {!! Form::checkbox('expectatio...
Hi I am failing to insert multiple checkbox values to database. it returns the error: ErrorExceptio...
ahmadaljazzar said: Add this to your controller. use App\Profile; Class 'App\Profile' not found S...
So this is what I've done in DashboardController.php (controller of the page that gets the authetica...
julianSelser said: Long story short: the AuthController has a bit of logic where it redirects you b...
Solved. there was misspelling in the controller above. fixed it and now everything's just fine.
I don't know how but it seems to be working now. I haven't changed nothing and the server was up all...
The Laravel portal for problem solving, knowledge sharing and community building.