Alexey Mezenin
Alexey Mezenin
Hi Gerome. Thanks for the great project. I wonder do you have plans for starting a new real-world app project? I would like to build a Laravel version of it.
Got it. Thanks.
@AliverdiSultanli I'm sorry, I don't understand the question.
Laravel automatically converts some types of exceptions to appropriate HTTP errors which is great because we don't need to handle those. With other types of exceptions just use standard try/catch.
I think it should be singular in StudlyCase, i.e. `UserResource`
@augustjanse when I wrote this, I meant packages like [this one](https://github.com/JeffreyWay/PHP-Vars-To-Js-Transformer) (this particular one is very old). There were plenty of those. I guess there are better ways to pass...
We should really use camelCase for all method names because it's PSR compliant. In the docs they use camelCase. I saw a page in the docs where snake_case was used...
@papalapa I know most of the people who came from Java, Symfony, and similar techs don't like using Laravel helpers because those are hidden dependencies. I like using the helpers...
@ralphschindler thank you for the explanation. I understand that it brakes MVC, but it's not an issue in my opinion. We have a lot of stuff like this in Laravel....
I've created the repository for Laravel 5, but the practices are current. I guess I'll add more tips when I have time.