Ooh, i have found what is the real problem, since my Apache mod_rewrite is working properly, then have a look on the public directory, make sure there is no directory resembles your routes.
in my case, this route admin: Route::get('admin', [\App\Http\Controllers\AdminController::class, 'index'])->name('admin_home');
corresponded with the directory named "admin" inside public folder "public>admin". that was the problem, after changing the directory name to "backend" then the route "admin" worked just fine...
When you work with a Ruby on Rails software development company, you will have access to developers who understand the needs of your business https://mlsdev.com/services/custom-software-development. Top Ruby on Rails development companies are committed to delivering custom software development services that address your needs. If you want to develop products that just capture the customer's attention then you need to choose a company that has experienced developers.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community