I think many people are in this situation ,me included, where browsing around laracasts for the last one or two months studying laravel 4 but not build something for production market.
We just try to learn all these modern techniques like interfaces and such using laravel 4. Laracasts videos are for the 4 version.
Me for example i'm learning laravel 4. Should i drop it until 5 is out??
Thanks for the quick reply Jeffrey. I was thinking the same. I don't mind the different folder structure anyway. It looks more clear and makes it more framework agnostic to me at least.
I am about to create my first project with a framework, Laravel of course. I have found a lot of your great videos on YouTube and look forwarding studying them.
However, I am in doubt if I would cause my self more trouble starting off with Laravel 5. I kinda want to use the latest, but I'm in doubt wether it would be hard for me to follow tutorials etc, since a lot has changed.
What do you think? I'm building a RESTful API for an iOS app, and I am really dependent on articles and tutorials.
You won't face any serious probs. The existing tutorials are applicable. In fact I re-done almost all of them without any problem.
The folder structure i think is even more flexible than before and you have some great new features like form validation, so you don't need to implement a sophisticated approach all by yourself.
Since you want to build an api for iOS app try to do the "Incremental APIs" series using the L5 version to see what changes. Not that much i guess.