31

Today is my 1st week studying laravel via laracast. I had fun playing with php artisan 😂

Btw I'm an Android developer, and
I'm planning to shift career because my company can't get any mobile projects 😥

Comments
  • 1
    You may want to follow the Rest conventions, when working with controllers in laravel.

    That way you can leverage the resource(s) method on the Router (through the Route facade)
  • 0
    That sounds interesting.
    I'm still on the basics after that I'll try to do the conventions. Thanks man 🙌
  • 1
    Been using Laravel for 5 months now, definitely worth learning if I say so myself! Good luck
  • 0
    Look for the orm system in Laravel. It's fantastic.
  • 1
    I know that feeling bro
  • 0
    For the past year or so I've used Laravel, little tip use Model bindings when working with routes (implicit when on few routes, explicit when it's used on lots of routes)
  • 1
    After 3 years working with C#, Java, JS and objectiveC I needed to refresh php skills and laravel was pretty good material to refresh php. Then I discovered Vue.js framework... 😁😁😁
  • 0
    @klemenkeko and...?
  • 0
    @jackgreen I stopped learning laraven and start learning Vue.js
  • 0
    @klemenkeko well they are not like alternatives or something.
    they actually go well together. Vue on the front handling the view, Laravel on the back running the logic.

    leaving one for another doesn't make much sense.
  • 0
    You know Cmd-Shift-3/4 to screenshot on a Mac right? 😉
  • 1
    Amazing for basic to medium apps but when it comes to complex apps it falls short in some areas. Learn Laravel and Symfony....cover the complex apps as well! :) Symfony is also far more stable of you're running mission critical stuff.

    Most importantly in Laravel....stay far away from global eloquent scopes. Far away.
  • 1
    If your company cannot get any projects on your specialization, it doesn't mean that you have to pivot and specialize in smth else. If you're already proficient in mobile dev, then find another mobile dev job.
  • 0
    @DutulescuRemus This is my 4th company as Android Developer and my second job has the same issues in my current company today. I have a feeling that mobile development in my country has low demand of this service and if I transfer again there is a lot of possibilities that this may happen all over also I don't want transfer to another company because our company's culture is great 😉 . For that reason, I'm shifting to web development.
  • 0
    @ichigo785 what happen ?
  • 1
    @jackgreen yeah I know but I found good Vue tutorial on Laracasts and Vue was much more intresting and more related to my work than php, for which I just wanted to refresh skills.
  • 0
    @geenee24 my company hired me for IoT apps, since last year I have been programming on laravel, yes I paid laracast too 😂 its too good
Add Comment