Hey, i am passing a variable like this return Redirect::back()->with('error', Lang::get($response...
$('#form-param-parciales').submit(function(e) { var materia = $("#asignatura").val(); var...
/** * Desplega un listado de los estudiantes * * @return Response */ public function listar() {...
I am attempting my first workbench / package and so far no good. Created 1 GroupsController added /...
How can I create filter (for routes) that users which arent in specific department can't access cont...
Hello, I was bored one night and thought it'd be fun to be an idiot in the chat. Due to this, I was...
Hey, let say i have a simple form with a title input field and below a button to select files which...
I have several controller where I split the routing up among different filters. For example: Route:...
I've got a controller I'm trying to pass data into, then write to a pivot table, then pass some data...
Hello! Auth.php has two options: eloquent and database but my app is not using any SQL database. All...
So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...
Hello all - I swear I have seen this before but can not find a trace of it. Basically I have a ping...
Hi, I posted this on SO and haven't found a solution yet: https://stackoverflow.com/questions/243966...
I would like to create an application that logs GET data directly to the DB through Laravel from URL...
Here is the excerpt from Controller code for adding a new user: public function store() { $input =...
I am getting the following error: call_user_func_array() expects parameter 1 to be a valid callback,...
Hey everyone, i have some weird behavior on my laravel system with Chrome. When i click on menu item...
I want create a gallery. How can I do?
Hey, i have a big problem. My laravel app works great on my local vagrant machine. On my remote serv...
Here's is my case. Let's assume I have web page foo.com. If user already logged in, I need to grab e...
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