laravel route using worng controller . how can i slove?
Not Using **namespace App\Http\Controllers\Api;
use Illuminate\Http\Request; use App\Http\Controllers\Controller;**
using **namespace App\Http\Controllers;
use Illuminate\Http\Request; use App\Http\Controllers\Controller;**
Route Route::get('/test/','Api\TestController@Test')
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community