voyager

No solution here works for my “Class 'PDO' not found.”

徘徊边缘 提交于 2019-12-02 11:53:26
I know there are questions with similar titles here but none seem to work for me hence the reason to create a new question. So here's the problem, i have a site that works perfectly on localhost where i am sure has PDO support but after uploading on my shared hosting i get the Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN) Class 'PDO' not found the solutions here all involve editing php.ini and installing PDO however, i am on a shared hosting without access to php.ini file or ssh. I am using laravel 5.5, php version 7.2 with a voyager backend. here's what my

How to create custom controller in Laravel Voyager

↘锁芯ラ 提交于 2019-11-30 15:51:32
I am very much new in Voyager. I have got all the controllers inside TCG\\Voyager\\Http\\Controllers while installing Voyager but didn't find other controllers those I have created using BREAD. Besides that I want to create custom controller in my Voyager admin panel inside App\\Http\\Controllers\\Voyager . I also follow the steps of Voyager tutorial in Youtube for making custom controller, but can't create. Any body help please ? In your config\voyager.php file add your namespace: 'controllers' => [ 'namespace' => 'App\Http\Controllers\Back', ], Then publish voyageres controllers to your