Im using the tinker function in laravel but when i type the following in:
>>>user App\PostController;
>>>PostController::get();
I get the following error:
PHP Fatal error: Class 'App/PostController' not found in Psy Shell code on line 1
How do i fix this?