We have PHP 7 on the way. Laravel is quite ambitious when it comes to support for new PHP versions,...
I'm trying to load some view in Laravel 5.1 exception handler (/app/Exceptions/Handler.php). In my r...
I'd like to be able to have multiple dynamic routes that can interrupt each other. For example, I ha...
Guys, do you always use Controller suffix in controller classes names? I do, but I'm now thinking if...
I have a problem with php artisan app:name [name] command on fresh instance of Laravel 5.1. When I r...
TerrePorter, no - I'm parsing on the fly. I need to filter out some results. It can be done every ti...
What are these questions for? As I said, I need to fetch the records to avoid keeping a large array...
No. I need to get all records that meet complex criteria. Complex enough to not be able to do it by...
Unfortunetely pagination won't work for me. I need to process all data, not display them. Normally I...
I use models for that. I don't think Helpers have anything in common with controllers.
The Laravel portal for problem solving, knowledge sharing and community building.