thedevdojo / voyager-themes

Theme Hook for Voyager
81 stars 23 forks source link

Simple Voyager Themes Instructions #17

Open bwmadda opened 6 years ago

bwmadda commented 6 years ago

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!

Philwn commented 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"
oliverbj commented 6 years ago

I have the exact same problem as described above. Followed the installation instructions, but no "Themes" menu available in my admin panel.

shashikant-wagh commented 6 years ago

I have solve the issue by following steps.

  1. Moved theme folder inside the resources/view
  2. php artisan vendor:publish ( publish all tags and packages ).
  3. Register VoyagerThemesServiceProvider - service provider in config/app.php ( VoyagerThemes\VoyagerThemesServiceProvider::class )
vinhdd93 commented 5 years ago

I have solve the issue by following steps.

  1. Moved theme folder inside the resources/view
  2. php artisan vendor:publish ( publish all tags and packages ).
  3. 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"

scottbaier3810 commented 5 years ago

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

mishazapl commented 5 years ago

/config/voyager add 'prefix' => 'admin',