I think I might have discovered a bug. This is what I have until now. Routes.php Route::get('/{u...
Hi everyone, I am currently designing a backend where users can submit events. There are 2 ways for...
Hey everyone, I released the Blade Partials package yesterday. It allows you to extend from partial...
Hi friends can not get it to work with google maps blade can you help me?
Hey guys. Just wondering if there was a smarter way of using the url() reference in .css files withi...
good morning, someone who can help me, I need to create a route between father son model to model, l...
Hi all, What is the Laravel way to achieve the following: I have a drop down list created with Form:...
what is the solution of illigel offset type exception in laravel4?.
how we fetch the data from phpmyadmin in laravel4 ?
I have a model Object I have passed to the view one of the attributes is a array containing other as...
I have an AdminController within the controllers/admin folder and i would like to pass my page title...
Hi again. I have 3 tabs in a page. I have 3 queries and thus get the results and make 3 different pa...
Hello, one of the requirements on the application I am developing is to have it to use an arbitrary...
I'm a newbie to Laveral, but nonetheless converting and extending a Laveral 3 project in Laveral 4....
I have a web application in laravel in "mysite/admin". On login loads view "views/das...
DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...
Hi I am using this https://github.com/rcrowe/TwigBridge so I could work with twig in laravel 4. My q...
Hi, I'm on the very final stages of my app and need help to finish it, hopeful it's this week. In my...
Hi folks, I've got a table called "customers" and a table called "projects". Eve...
How should I manage my application with POST & GET After i POST do i RETURN View::Make or do i 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