Here's an overview of my schema. Pardon the rotation. I'm trying to establish a Polymorphic Relatio...
I create a model and a migration in Laravel 4 and add some variables in the migrations and in the mo...
Or any package has used closure table package?
I've just asked this over on StackOverflow http://stackoverflow.com/q/24490324/15531 but I might get...
Due to some reason i have to keep my layouts at some specific folder. For example, if i have a follo...
Hi! I have a form where you edit data, submit to save it, and then return to the same edit view agai...
Hello, I know this question is a little bit vague, but I need to implement the ability to add commen...
Hi guys! I'm building a website for a client where there is a catalogue/e-commerce section and I've...
$('#form-param-parciales').submit(function(e) { var materia = $("#asignatura").val(); var...
/** * Desplega un listado de los estudiantes * * @return Response */ public function listar() {...
Well as the topic says, when all is done and running it just hangs for say 10 seconds every x minute...
With a route I can put a constraint: For instance to allow only a-z letter in the book url. Route::g...
This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...
Hi guys, I am new to Laravel and system architecture etc. I was wondering if you could comment on th...
I have created model so that users can be friends. I have table user_friends where user_id and frien...
Hi, I'm using the Sentry package how can manage this setup public function setUpDb() { A...
I would simply like to run such query: select * from `users` where SUBSTRING_INDEX(`email`, '@' ,-1)...
Hi guys, Is there a way to insert values to the database config file at the run time ? I am developi...
Hello, can anyone help? I have an error that states "Maximum function nesting level of '100' re...
I am attempting my first workbench / package and so far no good. Created 1 GroupsController added /...
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