Got a New Laravel Job? 3 Tips to Analyze Project Codebase Fast

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 13

  • @aamirsohailkmas
    @aamirsohailkmas 2 дні тому +6

    In freelancing, I often receive projects to add some features or fix some bugs, so I do similar steps to understand the project, starting from composer json to know the PHP and Laravel version and packages.
    Then database, app/providers, (before Laravel 11 Route service provider). As we understand more and more projects, it takes less and less time to understand new projects.

    • @LaravelDaily
      @LaravelDaily  2 дні тому +4

      Oh yeah, of course, in my video I didn't mention composer.json, that would be no.3 place to look at, after routes/DB.

  • @rehmanghani6726
    @rehmanghani6726 День тому +1

    Nice video Povilos!

  • @ward7576
    @ward7576 2 дні тому +2

    On serious note, if you get to come in right when a project is started and you are assigned to it right away, go out there and buy a lottery ticket - you are definitely keeping a job. This is extremely rare and I was lucky to experience that, best job I ever had.

  • @vuenice
    @vuenice День тому +1

    I'm thinking of generating basic test for all the APIs which are already present, I think all it would require a database snapshot and order of test running, is it possible?

    • @LaravelDaily
      @LaravelDaily  День тому

      In my experience, it's rarely possible to GENERATE this kind of thing, it's a pretty long manual work, depending on the project. But a good idea to pursue, if you have time.

  • @ramina2121
    @ramina2121 2 дні тому

    why you never update the chrome ? :D is there something in new update that is good? :)

    • @LaravelDaily
      @LaravelDaily  2 дні тому +2

      I just ignore it, I have more important things to think about :) Probably should set to auto-update.

    • @Hoceineelidrissi2
      @Hoceineelidrissi2 2 дні тому +3

      It takes the same time to respond to this comment😅​@@LaravelDaily

    • @isaiahsemeton7473
      @isaiahsemeton7473 День тому

      😂​@@Hoceineelidrissi2

  • @nicolas.chauvet
    @nicolas.chauvet День тому

    Best advice: explore the vendor directory 😂

  • @ゲンスルー-g2q
    @ゲンスルー-g2q 2 дні тому

    Pointing out outdated environment setup instructions written in the README.

    • @Azurryu
      @Azurryu День тому +1

      You have guys are having environment setup instructions? 😆