I have googled around and came up with nothing useful... How do people test their Errors? Here is me...
so what do you guys do when creating tests? I have a setup method on the testcase (parent class) tha...
Hi So i have been looking at the caching solutions and there are so many, redis, opcache, memcache a...
My app allows my company to upload banners that their client can then preview.. they can login and n...
ok so i have a country table with id, country e.g. UK => United Kingdom.. so id is a string...
$jobs->where('CollPCode','LIKE','%'.$colpostcode.'%'); should be: $jobs->where('CollPCode','RE...
you dont want a like, you need a regexp something like: select 'b377gt' REGEXP '[[:alnum:]][[:blank:...
you would still need the ajax/jquery to send the product type & category to a controller which w...
if the user is authenticated, then why dont you check if he goes to users/2/albums that the id 2 is...
One way would be: when the user uploads the file, store them in a directory e.g. uploads/username/...
The Laravel portal for problem solving, knowledge sharing and community building.