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.
@nurullahdemirel62505 ай бұрын
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
@MasItings Жыл бұрын
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.
@yadindominguez102711 ай бұрын
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
@MasItings11 ай бұрын
@@yadindominguez1027 True, but still powerfull to cover small requirement APIs.
@Bamuxx8 ай бұрын
Thanks for the tip with Scramble that works out of the box for me, while Scribe only caused problems in my multi-tenancy environment.
@tomcollins144911 ай бұрын
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
@vadim_soroka2 ай бұрын
Stribe can be used with lavavel 11?
@LaravelDaily2 ай бұрын
Yes
@richardhoyle7778 Жыл бұрын
Question how can we do this same thing using Filament ?
@LaravelDaily11 ай бұрын
You can create API on top of Filament, it's not different, it would be just separate routes
@iconicae8814 Жыл бұрын
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 Жыл бұрын
Yes it can be used without frameworks.
@iconicae8814 Жыл бұрын
thanks@@LaravelDaily
@MohamedGaber-qs6vt11 ай бұрын
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?
@LaravelDaily11 ай бұрын
I don't think I ever used something like this, so I can't make a video about it
@constantine9074 Жыл бұрын
are you planning to make some reivew or even Tutorial on HTMX ? at least share your thoughts ))
@LaravelDaily Жыл бұрын
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.