Raakkan
Raakkan
hello, admin, you update this project in one year ago. if this project working now.
im setup all correctly but unauthorized error returm only orion routes other routes are working. ` Route::get('/user', function (Request $request) { return $request->user(); })->middleware('auth:sanctum'); Route::middleware('auth:sanctum')->group( function() { Orion::resource('/languages', LanguageController::class); });...
Fresh laravel installation failed with this error ` Your requirements could not be resolved to an installable set of packages. Problem 1 - outhebox/laravel-translations[0.0.1, ..., 0.1.2] require brick/varexporter ^0.3.7 ->...