my experience with laravel - this far
I’m a Jr. web developer - well, making my way through :D - at resultate. And though I’ve been a huge fan of Rails, and always tried to find ways of learning it, I recently joined this awesome company that happens to have zero rails apps, and actually no interest in using rails to build anything.
My passion with rails started with this dude, he made 12 videos teaching how to build web apps with rails, and for me it was like discovering a brand new world of possibilities. At that time I were starting as web developer, and have worked mainly with pure HTML5, CSS3,JS, and I needed something for the backend. Rails seemed to be the best option, later I discovered that it was - and still is - the cool kid in the block for web developers.
I’ve never been a big fan of PHP, the code seems visually poluted for me, mainly beacause of all the <code> $dollar </code> signs you have to use. - you might say that we have <code>@variable</code> in Rails, okay I got it. - but that’s how I saw it..
The magic about rails for me is all the awesome gems, how the directory is divided, everything is well defined in a MVC structure, and the whole thing is easy to understand. But then I started using laravel, and I feel like, that guy that always used windows, and decided to use ubuntu and pretty much loved it.
Laravel is pretty great I must say, these are the reasons why I think so.
Laravel Documentation is beautifully structured, it has almost everything you’ll need to know, besides the cool design, it is really embracing, cover a lot of concepts from the framework.
Laracasts is the place for visual learners - like me. There are a lot of video tutorials, series, and is not only about laravel, you can learn about many other web dev technologies. In case you don’t know it - which you probably do - I totally recommend you check it out. It’s definitely worth it.
This guy kinda speaks for himself. It makes our lives so much easier, and in fact is pretty powerful for creating models, data persistence and retrieval - and all those things we love.
It supports common CSS and JavaScript pre-processors, and works on top of gulp, so again - making our lives easier (◔ ◡ ◔).
I’m building this microservice, and by now, I’m having a great time using laravel todo so.
This has been my impressions this far, and I know I have a lot to learn still, but If you ever wondered about using laravel or not. I totally recommend it .
If you wanted a more in depth review about laravel, sorry, but this is just my brief experience, for that you should definetly check https://mattstauffer.co/blog - It’s awesome.