Awesome package . Well tested , and it just works . You should give it a try.
Voyager - Laravel Admin Package
https://the-control-group.github.io/voyager/
What do you think of this?
@maitrefrantz How do you mean? It was launched 6 days ago, how could it be well tested?
@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. ;)
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?
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
This package is way far from meeting production environments in serious projects. It's promising tho. But still with many flaws.
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...
"not production ready"
What flaws specifically?
Great package indeed, simplifies a lot of staffs.
I installed the package but gets 404 when going to /admin
here's the route:
Route::group(['prefix' => 'admin'], function () { Voyager::routes(); });
Did you update your APP_URL in you .env file?
Have the same problem .. I also changed my APP_URL ,but still doesn't work .. :(
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.