Creating Laravel API and Docs: For Beginners

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024
  • ХоббиХобби

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

  • @AhsanKhan89
    @AhsanKhan89 9 месяцев назад +5

    Postman also provides these documentations.

  • @yadindominguez1027
    @yadindominguez1027 9 месяцев назад +1

    I think you should do a video review on how to make an api doc with Scramble. I feel like it is doing well, although it is still in beta. The interface is prettier than Scribe and very little needs to be done to have a well-described api, not like with Swagger.

  • @tomcollins1449
    @tomcollins1449 8 месяцев назад

    Nice video, anyway is it possible to create a laravel breeze Api beneath a filamentphp admin dashboard? Kindly note that breeze removes lots of files from laravel during installation,. Would this action by laravel breeze affect the functionality or behaviour of laravel filamentphp?
    Thanks

  • @MasItings
    @MasItings 9 месяцев назад +2

    I think Laravel Scramble will covered all the things you say in the video. Scramble is more like sribe but has a function to call the request like Swagger.

    • @yadindominguez1027
      @yadindominguez1027 9 месяцев назад +1

      It's a shame that it's still in beta but at least the study APIs that I have done with the best that I have been able to document it has been with scramble

    • @MasItings
      @MasItings 9 месяцев назад

      @@yadindominguez1027 True, but still powerfull to cover small requirement APIs.

    • @Bamuxx
      @Bamuxx 5 месяцев назад +1

      Thanks for the tip with Scramble that works out of the box for me, while Scribe only caused problems in my multi-tenancy environment.

  • @nurullahdemirel6250
    @nurullahdemirel6250 2 месяца назад

    is there any way to create api doc (with like this package) but ı use laravel-data package for validations .
    I use scrmable instead of this package but when ı use laravel data it doesnt work correctly
    there is a pro version to create api doc for laravel data objecets

  • @MohamedGaber-qs6vt
    @MohamedGaber-qs6vt 9 месяцев назад

    can you make a video about using after commit jobs in bus batch please , I'm not sure if this is applicable by the framework or not?

    • @LaravelDaily
      @LaravelDaily  9 месяцев назад

      I don't think I ever used something like this, so I can't make a video about it

  • @constantine9074
    @constantine9074 9 месяцев назад

    are you planning to make some reivew or even Tutorial on HTMX ? at least share your thoughts ))

    • @LaravelDaily
      @LaravelDaily  9 месяцев назад +5

      No, never touched it and not planning in the near future. I'm quite careful with new technologies that get the hype but are not demanded in real projects yet.
      I started talking about Livewire only year(s) after it was released.

  • @iconicae8814
    @iconicae8814 9 месяцев назад

    Can the api data be used in laravel blade without a framework with it? Or it should only work with frameworks like vue or node and mobile apps?

    • @LaravelDaily
      @LaravelDaily  9 месяцев назад

      Yes it can be used without frameworks.

    • @iconicae8814
      @iconicae8814 9 месяцев назад

      thanks@@LaravelDaily

  • @richardhoyle7778
    @richardhoyle7778 9 месяцев назад

    Question how can we do this same thing using Filament ?

    • @LaravelDaily
      @LaravelDaily  9 месяцев назад

      You can create API on top of Filament, it's not different, it would be just separate routes

  • @constantine9074
    @constantine9074 9 месяцев назад

    love thia channel