Hello guys, i got a question when i was unit testing my application. I Have a method that require a...
id item_id tag_id 244 25090 28 247 25091 28 249 25091 33 250 25092 28 251 25092 33 253...
Hello, I need to put in my template a set of js files. What is the best way to create a global view...
I am looking to refactor a current application running L3 to L4. After reading all these great books...
Hello, some errors Error in exception handler: The stream or file "/var/www/myapp/app/storage/l...
I am porting an application from Kohana with loads of data from both MySQL and MongoDB. I have a bun...
Hi, We have a requirement in our application wherein we need to capture all instance of update opera...
DB::table('users') ->join('contacts', 'users.id', '=', 'contacts.user_id') ->join('orders', 'u...
Hey everyone, just getting started and feeling a bit overwhelmed. Hoping someone can set me straight...
Hi! I have succesfully upload my app on shared host, and everything is okay except problem with data...
I have a master blade and views that work fine. But for 1 view, only the content from that view is s...
Currently building a website, it has about 20 pages which means I have roughly 25 controllers or Pub...
Hi! I'm trying to run a migration that will alter some of my tables to correct the data type of some...
Hi there, I'm stuck with this annoying problem in my laravel 4 project wich has three types of users...
i have this join statement : Item::join('buttons', 'items.cta_id','=','buttons.id')->where('build...
I must be missing something obvious here... I have a model called PlanType and another called Pricin...
I use firewall package (http://packalyst.com/packages/package/pragmarx/firewall) in my app. This is...
Hi, I have set up my site so that a User can have a Role by doing: class User... public function...
I just posted a somewhat incorrect answer on this thread: http://laravel.io/forum/03-10-2014-specify...
Hi, I have this code in my_view.blade.php : <div class="row"> <div cl...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community