Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mahmandev's avatar

Voyager - Laravel Admin Package

0 likes
13 replies
katifrantz's avatar

Awesome package . Well tested , and it just works . You should give it a try.

katifrantz's avatar

@Gr8JobM8 lol php unit testing . Personal opinion, it's awesome coz I tried it out . Eric Barnes also blogged about it on Laravel news, and he doesn't blog about any Laravel package that is released , just the well tested, useful and awesome ones. ;)

ajdemoed's avatar

A really nice package! Quick setup and adjustable. Do you know what will happen when I adjust the language in the blade files when I update the package? Will they be overwritten?

jishnu_lbit's avatar

I had installed the package as per instruction. But /admin link or login/ register link doesn't render any view. it just returns a 404 Not Found page

Frondor's avatar

This package is way far from meeting production environments in serious projects. It's promising tho. But still with many flaws.

leanwebstart's avatar

Oh yeah... many many flaws... promising none the less... Will let it mature a little...

@jisnu_lbit check your route file to see if you have the route to the voyager router...

tahertechs's avatar

Great package indeed, simplifies a lot of staffs.

jbacswingin's avatar

I installed the package but gets 404 when going to /admin

here's the route:

Route::group(['prefix' => 'admin'], function () { Voyager::routes(); });

adrian1231's avatar

Did you update your APP_URL in you .env file?

1 like
tijana's avatar

Have the same problem .. I also changed my APP_URL ,but still doesn't work .. :(

RachaelMack's avatar

For those of you having issues getting the views to display you should try running "php artisan serve" in the terminal...I was having the same issue because I am using homestead/vagrant to serve a folder with all my laravel projects. I'd never had to serve with artisan in other test projects I was doing.

Might be pretty obvious to those with more experience, but it wasn't for me haha. Hope that helps.

Please or to participate in this conversation.