New In Laravel 7 - e05 - Artisan Test

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • Developer convenience is at the top of my list when it comes to any new feature and this new artisan test command certainly fits the bill. It provides the developer with better insight on their test suite with phpunit. It will show all of the test names plus if there's an error, it will preview the code that is failing.
    Foreign Devs Podcast
    foreign-devs.t...
    Documentation
    laravel.com/do...
    For the best experience, follow along in our interactive school at www.coderstape...
    DigitalOcean Referral
    m.do.co/c/7dce...
    It's that time of the year again when we get new fresh features in Laravel. Let's explore what is coming to the latest version of Laravel.

Комментарии • 30

  • @alaadq8130
    @alaadq8130 4 года назад +7

    Airlock vs passport vedio
    Please

  • @MULTICODE
    @MULTICODE 4 года назад +2

    Any plans for a php tutorial? It will be good to do one since you are teaching us around laravel which is a php framework and not all of us are from php background. Great work and big up.

  • @kasuneranda3282
    @kasuneranda3282 4 года назад +3

    Can you do a video about big data handling using laravel

    • @PiotrFicner
      @PiotrFicner 4 года назад

      Have you tried to learn about Ajax with Laravel? Ajax can handle bigger DBs then HTML tables ;).

  • @djhoky1
    @djhoky1 4 года назад

    Hi guys,
    is there any good tutorial for unit testing?
    to get know of these @grouping and etc stuff

  • @shamshershikalgar
    @shamshershikalgar 4 года назад +7

    can you make a video on "Route Model Binding Improvements"

  • @user-rn3or6ky1n
    @user-rn3or6ky1n 4 года назад +1

    Hi Mr. Victor how are you ? I need steps to learn all laravel concepts and api from jot course , how to begin?

  • @YazeedAlKhalaf
    @YazeedAlKhalaf 4 года назад +2

    You are great man! Will you make a series just like the one for Laravel 6?

  • @philippechavatte8741
    @philippechavatte8741 4 года назад +1

    I discovered your channel a few days ago and I love it. You do a superb job of explanation which seems very educational to me. I look forward to your series on the new features of Laravel 7. Thank you for everything.

  • @knightjustice30
    @knightjustice30 4 года назад

    Looks like dogshit on windows, ha ha

  • @stojankukrika2821
    @stojankukrika2821 4 года назад

    Will you add video for airlock?

  • @arisarisandi4202
    @arisarisandi4202 4 года назад

    Passport please:)

  • @MyNguyen-xb1gv
    @MyNguyen-xb1gv 2 года назад

    Thank you!

  • @msdmansory
    @msdmansory 4 года назад +1

    Tanx 🙏
    You are best❤

  • @ceyhunyucel4749
    @ceyhunyucel4749 4 года назад

    I couldn't get clear test result like the video.My resoult almost the same normal php unit test.

    • @PiotrFicner
      @PiotrFicner 4 года назад

      I had the same problem when I had some other tests which had issues inside them. I had to remove old tests and create new ones with php artisan make:test HereNameOfMyTest
      then command php artisan test start to work like on the video :).

  • @philippechavatte8741
    @philippechavatte8741 4 года назад

    I discovered your channel a few days ago and I love it. You do a superb job of explanation which seems very educational to me. I look forward to your series on the new features of Laravel 7. Thank you for everything.

  • @Sunwarul
    @Sunwarul 4 года назад

    Thanks man. You are the best! Do more and more Laravel & Vue videos. Thanks!

  • @jauharfuadi4755
    @jauharfuadi4755 4 года назад

    When I run "php artisan test" I got this "Warning: TTY mode is not supported on Windows platform.
    "

  • @ariel5515
    @ariel5515 4 года назад

    Thanks Victor this type of videos are really great

  • @huynhnhutphi2100
    @huynhnhutphi2100 4 года назад

    Very helpful!!
    This is one of best channel about Laravel.
    Can you make video about Design Pattern for Laravel?

    • @PiotrFicner
      @PiotrFicner 4 года назад

      1. Make model - m = this will create a migration.
      2. Edit your new migration up to your needs.
      3. php artisan migrate = once done tinkering with migration.
      4. Route is easy, you can read in a documantation on laravel.com, here: laravel.com/docs/7.x/routing, and about the controller: laravel.com/docs/7.x/controllers
      5. Now you can create let say resource controller and if/when you'll do it will have all basic functions of CRUD built-in. If you would do it quicker with a model, you could end up with an empty controller and had to fill in by hand a lot of things.
      6. Now you can build your View pages for Index, Show, Edit Update with blade.php extention.
      That's all you have to learn, simple - really.

  • @kmtsvetanov
    @kmtsvetanov 4 года назад

    Another helpful tool for web developers. Thank you!

  • @fernandocamilopro
    @fernandocamilopro 4 года назад

    Good videos... Please continue... Thx

  • @vovkko
    @vovkko 4 года назад

    top feature for CI logging

  • @lexvdw
    @lexvdw 4 года назад

    Really nice addition!

  • @arabicentrepreneurs
    @arabicentrepreneurs 4 года назад

    its. perfect

  • @chaokang7421
    @chaokang7421 4 года назад

    keep going