Support the ongoing development of Laravel.io →
posted 11 years ago

Error Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException

Hello everyone. I have installed Laravel 4 and run url: http://localhost/laravel/public/ . First tim...

0 Likes
3 Replies
posted 11 years ago

Extend validator result with own messages

Hey guys, in a controller method im checking two things, a user model and some credit card informati...

0 Likes
2 Replies

deliberate delayed response

as a test, i'd like to respond to a resource request, say mp4, in 5 seconds to 1 minutes deliberatel...

0 Likes
5 Replies
posted 11 years ago

Dynamic bind

Hello, Im facing some trouble trying to bind some classes dinamically in my Route. I have the curren...

0 Likes
1 Replies

Using Crypt::encrypt outside of Laravel

I'm creating a Laravel web app to sit along side a client's website. The website is older and wasn't...

0 Likes
2 Replies
Solved

Check if selected value exists in a database

I have a form, where user selects category from DB table "categories" and column "tit...

0 Likes
4 Replies
posted 11 years ago

Eloquent query not working

Hey guys, This is probably super trivial, but here goes: I'm following one of Jeffrey Ways great tut...

0 Likes
2 Replies
Solved
posted 11 years ago

Example for Ajax post to laravel

Hello, I was looking to integrate with Ajax using POST Feature I need a simple form submission examp...

0 Likes
1 Replies

User LockIn on Logging in

Please help I want to prevent multiple users using same user ID simultaneously. Meaning, say a demo@...

0 Likes
3 Replies
Solved

Creating a CMS-style Poll

I am working on creating a CRUD for polls to use during an event. Pretty easy concept - on a scale o...

0 Likes
1 Replies

File based routing

First off, I love the structure of Laravel. I've used it in a project management system, and the way...

0 Likes
2 Replies

Preventing users from logingin from more than one clients

Is there anybody who already implemented, preventing one user from logging into the service while he...

0 Likes
2 Replies
Solved

Admin filter question

Hello :) I'm making an admin filter to use in the routes. filters.php Route::filter('auth.admin', fu...

0 Likes
1 Replies
Solved

File permissions for Laravel 4

In your opinion what is the best (or good) setup for file permissions on Laravel 4 applicatoin. Shou...

0 Likes
0 Replies
posted 11 years ago

Creating a model called "Event" that extends Eloquents gives me an error. Help?

I have a database table called "events" that holds wedding/exhibition events. I'm using El...

0 Likes
2 Replies
Solved

Redirect unauthenticate user

Hi.. i have insert Auth::check() is the constructor of BasicController. it is suppose to redirect al...

0 Likes
0 Replies

Printable page in Laravel

Hi, Can any one suggest me how to make the printable page in laravel. For example in E-Commerce proj...

0 Likes
2 Replies
Solved

Input::old() don't work with array?

//form {{ Form::open(array('route' => 'performances.store')) }} @for($i=1; $i<=5; $i++) Inicio...

0 Likes
2 Replies

laravel pagination with ajax call will returns links which dumps all the raw data when clicked on the links.

I have editors = User::with(['editor.credentials','editor.specialties','editor.ratings']);...

0 Likes
1 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.

© 2025 Laravel.io - All rights reserved.