Support the ongoing development of Laravel.io →

Account lockout and multiple concurrent login protection

I come from a security testing background and am building a webapp based on Laravel 4. I'm looking i...

0 Likes
3 Replies

Overall code coverage outside phpunit (phpspec & codeception)

I'm more and more looking at working with a combination of phpspec for unit testing and codeception...

0 Likes
1 Replies
posted 11 years ago

A small mistake in Laravel 4.1 Routing Documentation

Here : Laravel-route-parameters There is a missing semi-colon(;) at the end of "Passing An Arra...

0 Likes
2 Replies
posted 11 years ago

newbie question : class route not found

hey guys , i installed composer and laravel, it went well until i got this message: class route not...

0 Likes
5 Replies

Length of Data After Encryption

Hi, I want to use the laravel's encypt fucntion to encrypt my password field so for that i need to...

0 Likes
0 Replies
posted 11 years ago

Frontend vs Backend

So here is a conundrum I have been pondering for quite some time now, it's not strictly Laravel rela...

0 Likes
4 Replies

Optimalise submenu with childs ?

I'm creating a subnavigation with childs in childs. And i would like to know how i can optimalise th...

0 Likes
6 Replies

dynamic route problem

I have tried to make a dynamic route by below code: Route::get( '/test', function() { return Route::...

0 Likes
0 Replies
posted 11 years ago

What is the best way to get a list of only the edited form fields

Is there a Laravel way of getting a list of only the form fields where the value of the field has ch...

0 Likes
4 Replies
Solved

Create view / controller / Validation rules to manage both Parent and child model from Parent controller

Hi, I have, say, 'User' model that has many 'Addresses'. Both User and Address models have fields wi...

0 Likes
1 Replies
posted 11 years ago

Looking for Filipino artisans

Hi all, mainly those Filipino artisan. We are currently developing a site with Laravel 4 + Backbonej...

0 Likes
0 Replies
posted 11 years ago

Route Filter

Hi Ive create a Route filter to check is the user is on a subscription. Im not trying to change the...

0 Likes
3 Replies
Solved

Models and functions not working ...

What am I doing wrong ? please advice ? Controller public function getHotelgallery($hotel) {...

0 Likes
2 Replies

Laravel environment setup

Hi, So I'm working to setup laravel on my local system for development. Following along the guides t...

0 Likes
4 Replies
Solved
posted 11 years ago

Do I have the right idea when writing functional tests for my controllers?

http://laravel.io/bin/1JqJ In this code I'm trying to test the store method, which is called after p...

0 Likes
0 Replies

Dynamic routing group

Hi all, i have a group of url that i want route. I have a field in my db called "permalink"...

0 Likes
0 Replies

Jquery DOM manipulation using values from xml-file

Hello everyone! I actually struggle trying to add elements to the DOM using jquery. The data I want...

0 Likes
0 Replies

Store information to DB with Ajax / Jquery / javascript ? Best solution?

Hi there, I have a view that shows a list of "things". Each "thing" has a checkb...

0 Likes
3 Replies

How to collect the objects from recursive tables?

I've got three tables, dates, and composite dates (and a pivot table). A date can be in many composi...

0 Likes
3 Replies

Structuring Code

I'm curious how you guys structure the controller's response on an ajax call? I usually don't use th...

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