I am struggling in getting api any function – Phpmyadmin
I am calling this function: Route::get('/person', function (){ $person=[ 'first_name'=>'dildar', 'last_name'=>'Muhammad', ]; return $person; }); and I browse https://astrolabe.ml/api/person but I got error not found page 404 it does work on new laravel project but I did not found any…