Is there a better way to write this up? <?php // Composer: "fzaninotto/faker": "v...
I'm trying to put together a project for a repository. I'm trying to work with my project locally th...
What way should I be using deletes to send a id to the user destroy method? <td class="cente...
I currently have the following destroy function for my user's controller. When the destroy method is...
I'm attempting to try and create a sidebar within my dashboard CMS project that I am creating with L...
That takes care of the models but what about the database? CleverCookie said: //role model public...
So you are suggesting just a role_id in the users? Reason I'm asking about this is because if I get...
The Laravel portal for problem solving, knowledge sharing and community building.