Support the ongoing development of Laravel.io →

2,392 Threads

New to laravel and MVC frameworks, need help regarding controllers.

Hi, I am trying to do a simple POST request using jQuery AJAX, but cant figure out whats wrong. Here...

0 Likes
2 Replies
Solved

Please document Crypt::

I'm owlstead from StackOverflow. I understand that Crypt:: is just a frontend for mcrypt but I canno...

0 Likes
0 Replies
posted 10 years ago

Is it a good way to use Redirect::back(); ?

Hi, i read somewhere that sometimes this function don't work ... esp. when the browser don't send th...

0 Likes
1 Replies

How to redirect back to a page but activating different tab after submit?

Is there a way to redirect back to a page but activate a certain tab ? I am trying to submit a diffe...

0 Likes
3 Replies

Setting base_url

Hello mates ! I would like to ask you something about the base_url for Laravel. I used to code on Co...

0 Likes
2 Replies

view does not find css,img,js from public

Hello, I have strange situation, when i have route like this: /* index */ Route::get('/', array( 'a...

0 Likes
6 Replies
posted 10 years ago

How to create an custom exception for route ?

My route use where() to custom input url Route::get('article/{id}', 'ArticleController@getIndex')-&g...

0 Likes
7 Replies
Solved

laravel Controller method not found in route::controller

i'm using Route::controller to view and edit form. in this action laravel say : Symfony \ Component...

0 Likes
1 Replies

Eloquent Query's not working with a certain table

Hello, I am porting my current website over to laravel and I'm having some issues. I'm trying to lis...

0 Likes
5 Replies
Solved

force login except

hello all am new to laravel and now am trying to build a web app with it, the problem i have that i...

0 Likes
2 Replies
Solved

Route GET length limit of 255 per param?

I ran into an issue that I was not able to track down. I am accepting base64 strings as a route para...

0 Likes
2 Replies
posted 10 years ago

'php artisan routes' doesn't show controller filters

I have moved my filter applications from my routes file to the controllers constructors to clean up....

0 Likes
1 Replies

generating URL like ?filter=posts

hello to every one, I wanna generate url's like ..?filter=post but how can I do that in Laravel. I s...

0 Likes
3 Replies
Solved

Help with Response::json to json_decode

Hi I've searched everywhere, but can't seem to find the answer - it should be simple can anyone help...

0 Likes
2 Replies
Solved

Production.ERROR

Hello Im getting this error production.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotF...

0 Likes
1 Replies
posted 10 years ago

Creating various Route::post for one Route

Hey guys! I'm new to Laravel and are currently working on a Problem I'm having. Maybe you can help!...

0 Likes
3 Replies
posted 10 years ago

Get IP Client Laravel 4

I used Request::getClientIp() but it get ip my hosting not guest's ip How do i get ip of guest clie...

0 Likes
6 Replies

Artisan Serve VS MAMP htdocs

I was working my way through the phpacademy tutorial "Laravel To Do List App" and after I...

0 Likes
2 Replies

How to invoke an error handler

I'm wanting to use my own error handler with certain controllers. For API endpoints, I want to catch...

0 Likes
0 Replies

Reusing a route parameter model binder

I want to reuse the logic of binding a {slug} to a model, in several resources. Route::bind("sl...

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.