Open bwmadda opened 6 years ago
I have the exact same issue, Have followed the instructions in readme, created a sample theme. Initially created theme folder in resources/themes as instructed at top of readme but then the config says it is looking in resources/views/themes. have tried both but nothing.
In Voyager admin no navigation links and when trying to visit /admin/themes I recieve a 'Sorry, the page you are looking for could not be found.'
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
"laravel/framework": "5.6.*",
"laravel/tinker": "^1.0",
"tcg/voyager": "^1.1",
"voyager-themes": "^0.13.0"
I have the exact same problem as described above. Followed the installation instructions, but no "Themes" menu available in my admin panel.
I have solve the issue by following steps.
I have solve the issue by following steps.
- Moved theme folder inside the resources/view
- php artisan vendor:publish ( publish all tags and packages ).
- Register VoyagerThemesServiceProvider - service provider in config/app.php ( VoyagerThemes\VoyagerThemesServiceProvider::class )
I tried that without success "php": "^7.1.3", "fideloper/proxy": "^4.0", "laravel/framework": "5.7.*", "laravel/tinker": "^1.0", "tcg/voyager": "^1.1", "voyager-themes": "^0.15.0"
My question is that, I want to know that how many versions of Voyager theme are issued so far and which one is the most successful and bugs free. voyager
/config/voyager add 'prefix' => 'admin',
Hi I am using Voyager 1.1 & Laravel 5.6.12 but no luck to adding the theme with instructions here :( I don't have any error and even I don't see the the menu/option in the admin area after following the instructions here to set it up! If its not support Laravel 5.6, can you please explain for Laravel 5.5 simple step by step how to ?
Best Regards!