I'm trying to make simple example of reading data from multiple sources, storing that data in associ...
I'm trying to make an application where on every page I'll have some top rated news. So, in my blade...
Hi, I have 3 tables in my database listings (id, title) categories (id, name, parent_id) category_l...
$data = array( 'name' => Input::get('name') 'itemCart' => Cart::conte...
I've been at battle with this for a while now and decided it's high time I requested some help. The...
Currently using laravel 4.1 in a new project. My problem is, CSS which i'm using in my VIEW files ar...
This is what I have done so far: public function scopeCityName($query) { return $query ->join...
Hi, This is my controller: return View::make('realestates.single') ->with('title', trans('na...
Hey there everyone, I'm pretty new to Laravel and MVC frameworks in general. I'm struggling to make...
Hey guys, Another newb question from me here. I have these articles that I currently fetch from my d...
Hey guys, I have this controller performing some CRUD tasks. My question is, if there is any way to...
Hi i have controller and i am taking data like this $events= Eventm::with('teacher')->get(); th...
Hi... maybe it's a newbie question... these are my first steps with Laravel.. suppose I have in Post...
It's possible to have two pagination settings for mobile & desktop? app/config/view.php If mobil...
Hi, Is it possible when I translate a title like {{trans('page.title')}},receive the value 'title'...
Hi, I have this code in my_view.blade.php : <div class="row"> <div cl...
I need to render a google plus share link in my project. I have the url data in my database and call...
Hi all, I use view composers heavily throughout the app I'm working on. For example, one of my rout...
Hi, I'm a newcomer to Laravel. I tried to create custom error pages for the application. I did follo...
Noticed that after my last update (composer update) the web site app failed with the error above. So...
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.