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...
Hi I've been using basset as my asset manager and am playing with gulp.js as an alternative to compi...
What do you guys think of this IDE? I don't have access to it yet (its in beta) but is it just anoth...
Hello all! I'm getting ���� instead of accented chars like ç, ã, é... from a sqlsrv PDO connection.....
I want to put my vendor directory in the ../vendor folder instead of the vendor folder inside my mai...
Hi, i'm trying to build a menu with this package. The problem for me now is that the second item on...
Retrieved value from the MySQL database using @foreach($entity as $key => $value) {{ $val...
How to install the laravel 4 in share hosting please help me.. http://imaginetventures.net/sample/R...
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