$data = array( 'name' => Input::get('name') 'itemCart' => Cart::conte...
Hello All, I was wondering if anyone could give me some pointers on how I could create a header in m...
I have been trying to get this table sortable could use some help Master.blade <!DOCTYPE html>...
I've been at battle with this for a while now and decided it's high time I requested some help. The...
Hi everyone, I'm having a little trouble with laravel, I'm pretty sure is a hosting problem, but i w...
Hi, I`m new with laravel and I have one question. I have to get some data from database and keep dat...
Hi, I'm pretty new to Laravel and still getting my head around the logistics. I'm using this to rout...
I would like to call my header CSS file in every pages, so I created a function to calling the heade...
Hey guys, Is there any simple and elegant way to show a message to the users if there are no posts/a...
Currently using laravel 4.1 in a new project. My problem is, CSS which i'm using in my VIEW files ar...
Hi guys! Using laravel's pagination it creates a url with ?page=2 but I want my url to be /page/2. I...
Hello friends, I have to create the following html elements laravel 4 <li><a href="#&q...
I was thinking to implement ViewModel concept of ASP MVC in Laravel. What are the advantage/disadva...
Hi, I am new to laravel and I am happily deploying an RC version of my first app in a preproduction...
This is what I have done so far: public function scopeCityName($query) { return $query ->join...
Hi I wanna send a variable to master. How can I do it? Thanks class UserController extends BaseCont...
How can I tell laravel that my pdf files inside public/uploads/overviews/*.pdf needs to be loaded on...
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...
My problem is that my site is not displayed. roads and mesi controllers returns me well create views...
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