Hi Anoop, Which version of Laravel are you using. you can refer to complete steps here in this blog dev.to/shanisingh03/how-to-quickstart-secured-rest-api-project-with-laravel-9--4dh7 Hope this will help. thanks
@@anoopchaurasia5790 then it should work use App\Http\Controllers\PhotoController; Route::apiResource('photos', PhotoController::class); This is an example apiResource Route.
Nice tutorial
Glad it helped 😌
nice
what vs code extensions did you use for laravel?thanks
I use Laravel Blade Snippet & Laravel Extra Intellisense.
hope this help.
consider Subscribing channel.
wen using it, can we pass token to front end using auth intercep?
Hi Ryan,
Yes you can pass token to frontend.
Thanks
how you can get the URL ?
I have used laravel valet for local development
You can use this in Mac
api resource not working
Hi Anoop,
Which version of Laravel are you using.
you can refer to complete steps here in this blog
dev.to/shanisingh03/how-to-quickstart-secured-rest-api-project-with-laravel-9--4dh7
Hope this will help.
thanks
@@TechToolIndia latest
@@anoopchaurasia5790 then it should work
use App\Http\Controllers\PhotoController;
Route::apiResource('photos', PhotoController::class);
This is an example apiResource Route.
Thank you team @techtoolindia
@@anoopchaurasia5790 Glad it helped,
Consider subscribing to our channel.
Thanks