79799543

Date: 2025-10-25 13:57:17
Score: 0.5
Natty:
Report link

php artisan install:api

add routes/api.php

and app/bootstrap/app

    ->withRouting(
        web: __DIR__ . '/../routes/web.php',
        commands: __DIR__ . '/../routes/console.php',
        api: __DIR__ . '/../routes/api.php', // add this line
        health: '/up',
    )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mir4zul