I tried to install this package more than twice but every time i got same issue. I installed this in
"php": ">=5.6.4",
"laravel/framework": "5.3.*",
I am installing this package in a fresh project. I followed same steps as they are mentioned. Database table successfully seeded into the database. I followed these steps:
1). First created a fresh project:- composer create-project --prefer-dist laravel/laravel blog
2). Then:- composer require tcg/voyager
3). then i configured my .env file for database connection,
4). Then added these points in app/config.php file under Laravel framework service provider : TCG\Voyager\VoyagerServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,
5). Then at last: php artisan voyager:install
Please Help me in Installing this pacakge.





You need visit yourdomain.com/admin to login into voyager.
@fergthh Thanks
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.
Most helpful comment
You need visit yourdomain.com/admin to login into voyager.