I am using Codeception for unit and functional tests. Should I test Listeners, Events, Exceptions an...
Hi folks, I assume that Laravel LTS (5.1) will include in LTS all minor updates, i.e. 5.1.4, 5.1.11....
Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...
Hi, I want to create a theme for laravel 5, but not getting any appropriate tutorial for it. Any one...
Hi everyone, Intro I' m building a web application where users can be in zero, one or more teams. Ev...
So i know this has been asked before about using Eloquent without Models. I did not find the answer...
I have two models Service and Toppings. Each Service hasMany Toppings, Toppings belongsTo Service. B...
I'm currently working on a project and ran into a problem regarding rendering. Basically, I want to...
Hi everyone I was wondering if there is some example/sample projects to start with - for L5? Thanks
Is it possible to return an array from the 'handle' method of a Command back to the controller who i...
Hello folks. I'm new in laravel and I traying to create a backend area. My problem is this when in g...
I've been struggling figuring this out but no luck yet - couldn't find an answer anywhere. I have a...
In Route model, I can use something like this: Route::model('tasks', 'App\Task'); and in Route resou...
I'm looking at L5.2's Artisan Console and "Writing commands" because I want to create cron...
Hi, I want to call a static property of my model \App\User in the validator method of the default La...
Hi all, I am developing a web-app in Laravel. I need to integrate CC Avenue payment gateway with my...
I am trying to solve mine N+1 problems with SQL queries. I have managed to reduce the number of quer...
Hello everybody, i am brand new to Laravel and i am wondering about the "best practice" ho...
For example, if I have the following code: class User extends Model { public function tasks()...
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