skip to Main Content

Php versions – Error "Composer could not detect the root package (laravel/laravel) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version" Laravel

Error "Composer could not detect the root package (laravel/laravel) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version" I'm using Laravel 10, PHP 8.2.9 and the latest version of Composer, this warning appears when I try to install AdminLTE and coincidentally, when I…

VIEW QUESTION

how to access REST API in laravel 10?

I'm working on a project using laravel 10 that uses REST API but I'm getting a 404 not found error when I tried to test the url http://localhost/api/v1/continent with GET request in Postman. this is my routes/api.php: Route::prefix('v1')->name('v1.')->group(function() { Route::get('continent',…

VIEW QUESTION
Back To Top
Search