I have these routes, Route::group(array('prefix' => '/'), function() { Route::get('hostname', '...
I'm currently adding a user class to my personal laravel site and am working on the update functiona...
routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...
Hi Im, new to laravel and starting to develop an ordering app using cloud9 and laravel5.1 . I was ab...
I run a non-commercial file sharing site powered by Laravel. Currently, users IP addresses are recor...
Hi my dear laravel Buddies,i have an issues with implement custom validation for Vat Number, so any...
hi guys I want to ask if I click this link on my email http://localhost:1234/directory/public/regis...
I came across this post where you can sanitize input before calling the rules. http://www.easylarave...
I'm creating an user control panel to manage site's contents. As documentation reports i've my route...
Dear friends, i can upload any file with validation to public folder, but what i need to know is how...
Hello, I'm looking for a jQuery plugin to apply a mask over my monetary inputs . I tried a lot of th...
Hello could anyone tell me the best way to validate input from a WYSIWYG textarea?
Hello I am getting the Call to undefined method AdminDashboardController::getAfterFilters() error wh...
I've created a form and I would like to have a success message show. At the moment I've only gotten...
I'm using Laravel 4 and I'm trying to create a contact form and I would like for it to use ajax. The...
Unique rule does not appear to be functioning as intended: #Rules setup public $rules = array(...
I'm trying to get my page to scroll to a specific point on my page if there is errors after submitti...
I'm trying to make a customer message using the :attribute as a key to return a portion of an array:...
How can i integrate Monaris payment method [www.moneris.com] with laravel ? Can anyone give me step...
Hi I am completely new to Laravel, I am trying to register two users using a single form. I am using...
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