Level 75
There are several articles on medium covering apis, search around their site.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello! im hosting a API service on host server CentOS 7 with apache + php 72 + mariaDB, but none of my api routes work
routes/api.php:
Route::get('usuarios/{id?}', 'Users@index' );
postman: http://htweb.hardtec.srv.br/projeto/api/usuarios return 404
if i test on web.php works fine! http://htweb.hardtec.srv.br/projeto/
Please or to participate in this conversation.