Support the ongoing development of Laravel.io →

2,392 Threads

posted 10 years ago

Route::resource does not work!

Hi; I get Route [store] not defined. (View: /Applications/XAMPP/xamppfiles/htdocs/lp/app/views/User/...

0 Likes
2 Replies
Solved

Request a routes content

Hi guys, Is it possible to call a route(something like Route::call('some/route') and catch it's resp...

0 Likes
2 Replies

Building route urls with named routes and model bindings Laravel 4.1

Greetings, I've been having issues building URL::route urls for route groups with named routes and m...

0 Likes
0 Replies
posted 10 years ago

Displaying passed variable

Hey, i am passing a variable like this return Redirect::back()->with('error', Lang::get($response...

0 Likes
1 Replies
Solved

función jQuery para dar formato a los datos retornados por el controlador

$('#form-param-parciales').submit(function(e) { var materia = $("#asignatura").val(); var...

0 Likes
0 Replies

Ajax (JQuery) request-response with controllers

/** * Desplega un listado de los estudiantes * * @return Response */ public function listar() {...

0 Likes
0 Replies

Workbench / Package routing

I am attempting my first workbench / package and so far no good. Created 1 GroupsController added /...

0 Likes
0 Replies

Protecting routes with filter

How can I create filter (for routes) that users which arent in specific department can't access cont...

0 Likes
3 Replies

banned from chat

Hello, I was bored one night and thought it'd be fun to be an idiot in the chat. Due to this, I was...

0 Likes
2 Replies
posted 10 years ago

Form with ajax upload

Hey, let say i have a simple form with a title input field and below a button to select files which...

0 Likes
6 Replies
posted 10 years ago

Problem with controller routing.

I have several controller where I split the routing up among different filters. For example: Route:...

0 Likes
4 Replies
Solved

passing data to view

I've got a controller I'm trying to pass data into, then write to a pivot table, then pass some data...

0 Likes
1 Replies

Protect route using .htpasswd file

Hello! Auth.php has two options: eloquent and database but my app is not using any SQL database. All...

0 Likes
4 Replies

Handle 403 (and other) errors

So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...

0 Likes
2 Replies
Solved

Light Application Boot

Hello all - I swear I have seen this before but can not find a trace of it. Basically I have a ping...

0 Likes
0 Replies

How to add headers to internal requests?

Hi, I posted this on SO and haven't found a solution yet: https://stackoverflow.com/questions/243966...

0 Likes
0 Replies

Planning my first project: Migrating a text-based log file to a Laravel Application

I would like to create an application that logs GET data directly to the DB through Laravel from URL...

0 Likes
1 Replies

Redirecting user to another page with messages

Here is the excerpt from Controller code for adding a new user: public function store() { $input =...

0 Likes
1 Replies
Solved

Filter looking for wrong class

I am getting the following error: call_user_func_array() expects parameter 1 to be a valid callback,...

0 Likes
0 Replies

Chrome request

Hey everyone, i have some weird behavior on my laravel system with Chrome. When i click on menu item...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.