Introducing spatie/laravel-data

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

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

  • @chethiyaprasanga
    @chethiyaprasanga 3 года назад +3

    great. I hope one day tutorial package sass application development from you. Your skill and knowledge is great. And best thing is your good Teacher. Your explanation are very clean and easy to understand

  • @anbuselvanrocky
    @anbuselvanrocky 2 года назад +3

    I'm using `Laravel-data` and it is a wonderful package. But i do have some doubts, it would be great, if you guys have discord channel for spatie packages. So we can improve the community.

  • @dexterharrison5967
    @dexterharrison5967 3 года назад +1

    Hey Freek, thanks for the great content and work you've been doing for the community!
    If you were to need to build an application that would be multi tenanted and hosted, alongside a self hosted version for clients that didn't want hosting. How would you go about that? Make the core of the application a package?

  • @brunofunnie
    @brunofunnie Год назад

    It's useful but you kind depend on that for everything, requests, validation, resources just to "couple" DTO with Typescript. And usually big projects have separated repositories for Backend and Frontend. Sure that are some projects that use the full solution of Jetstream but... I don't know, I wouldn't go with that for real big projects, it kind discards all the good Laravel components like the ones I mentioned earlier.

  • @armandojuarez2064
    @armandojuarez2064 2 года назад

    I'm developing a rest api using laravel + dingo/api. I was going to do my own DTO's but found spatie's libraries. What would be the better option from spatie, data-transfer-objects or laravel-data?

  • @pablomaidana7420
    @pablomaidana7420 2 года назад

    Very interesting how you use it to the DTO. Declaring public properties in the DTO cannot be done in a Laravel Model (extending the Model class)?

    • @RealHomeboy
      @RealHomeboy 2 года назад +1

      That’s because Eloquent uses the active record pattern instead of the data mapper pattern

  • @ilmammourtada4538
    @ilmammourtada4538 Год назад

    Could we have a tutorial on how to use view or collection DTOs please? it's not very clear from the documentations how to populate a collection of nested models (which is a very common scenario) to return a data object.

  • @theilluminatimember8896
    @theilluminatimember8896 10 месяцев назад

    Do we include the id of a record into the DTO or not?

  • @3linksitsolutions23
    @3linksitsolutions23 2 года назад

    Can you explain how to use this method with multiple file uploading? I'm stuck at the moment. Highly appreciate your work

  • @anbuselvanrocky
    @anbuselvanrocky 3 года назад

    Which screencasting software do you use? The webcam looks professional. What camera do you use? And their lenses?
    Nice package by the way. 😊

    • @freekmurze
      @freekmurze  3 года назад +1

      I've described my entire setup here: freek.dev/uses

  • @natenatters
    @natenatters 3 года назад +1

    Stream starts at 3:32

  • @devtube734
    @devtube734 Год назад

    thank you for white color editor

  • @l.k5494
    @l.k5494 7 месяцев назад

    Lol,man...

  • @bmoullablad
    @bmoullablad Год назад

    i didn't like this package, they should improve it the main use of laravel is to have easy packages with ease of use, in my opinion we need just to call a line in the main.blade.php