Skip to content

Extract values from one row string for foreach

I extracted two inputed usernames from a text string with @ mention tag. Now I want to put them in foreach loop so I can use my doctrine instance to search for their user name. My code: function find(…

Route is redirecting to wrong page

I’m working on Laravel 5 and I’ve set up the routes for all the pages. I have a dashboard that has certain icons which when clicked redirects to different pages. Now, this particular icon “Total …