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
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.
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.
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?
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?
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.
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
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
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.
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.
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?
Do we include the id of a record into the DTO or not?
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?
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)?
That’s because Eloquent uses the active record pattern instead of the data mapper pattern
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.
Stream starts at 3:32
Can you explain how to use this method with multiple file uploading? I'm stuck at the moment. Highly appreciate your work
Which screencasting software do you use? The webcam looks professional. What camera do you use? And their lenses?
Nice package by the way. 😊
I've described my entire setup here: freek.dev/uses
thank you for white color editor
Lol,man...
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