am new with laravel , i know that there are packages out there that generate the api doc , but i dont know which is better ? and how to use it ? thanks in advance .
look bro am new to laravel , and i still don know how to use it , i did installed it , but when i run " php artisan api:generate --routePrefix="/api/v1/* "
where my routes file is :- Route::group(['prefix'=>'api/v1'],function(){
@tisuchi thanks bro , am using it and worked fine but for gust one controller for many controller it produce an error "[ReflectionException]
Method all does not exist"
so what to do ?