Level 75
What is the problem with your use statements.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
it's possible to change the namespace path in controller in runtime: example: this is my controller : namespace App\Http\Controllers\tablas; <---- i need to change this folder for other use Session; use App\Http\Controllers\Controller; use Illuminate\Http\Request;
Please or to participate in this conversation.