We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
6d1cb75
Complete CRUD end-points
'index' => 'products.index', 'store' => 'products.store', 'show' => 'products.show', 'update' => 'products.update', 'destroy' => 'products.destroy'
3ccb145
develop 2 end-points
products.index products.store
10d5fb6
developed register and login end-points
http://127.0.0.1:8000/api/login http://127.0.0.1:8000/api/register
5343223
v.0.1 project setup with Laravel Sanctum