I come from a security testing background and am building a webapp based on Laravel 4. I'm looking i...
I'm more and more looking at working with a combination of phpspec for unit testing and codeception...
Here : Laravel-route-parameters There is a missing semi-colon(;) at the end of "Passing An Arra...
hey guys , i installed composer and laravel, it went well until i got this message: class route not...
Hi, I want to use the laravel's encypt fucntion to encrypt my password field so for that i need to...
So here is a conundrum I have been pondering for quite some time now, it's not strictly Laravel rela...
I'm creating a subnavigation with childs in childs. And i would like to know how i can optimalise th...
I have tried to make a dynamic route by below code: Route::get( '/test', function() { return Route::...
Is there a Laravel way of getting a list of only the form fields where the value of the field has ch...
Hi, I have, say, 'User' model that has many 'Addresses'. Both User and Address models have fields wi...
Hi all, mainly those Filipino artisan. We are currently developing a site with Laravel 4 + Backbonej...
Hi Ive create a Route filter to check is the user is on a subscription. Im not trying to change the...
What am I doing wrong ? please advice ? Controller public function getHotelgallery($hotel) {...
Hi, So I'm working to setup laravel on my local system for development. Following along the guides t...
http://laravel.io/bin/1JqJ In this code I'm trying to test the store method, which is called after p...
Hi all, i have a group of url that i want route. I have a field in my db called "permalink"...
Hello everyone! I actually struggle trying to add elements to the DOM using jquery. The data I want...
Hi there, I have a view that shows a list of "things". Each "thing" has a checkb...
I've got three tables, dates, and composite dates (and a pivot table). A date can be in many composi...
I'm curious how you guys structure the controller's response on an ajax call? I usually don't use th...
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