Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install reportico in Laravel 5.5 #12

Open
reinaldovp opened this issue Dec 15, 2017 · 3 comments
Open

Install reportico in Laravel 5.5 #12

reinaldovp opened this issue Dec 15, 2017 · 3 comments

Comments

@reinaldovp
Copy link

Hi, I'm trying to install laravel-reportico in Laravel 5.5, I followed the steps but when I execute
php artisan vendor:publish
in the list that show this command doen't appear "reportico"
and the project doesn't know the route /reportico because the views. controllers, configs, styles aren't
published in the respective paths in the projects.
Anyone had installed in Laravel 5.5?

Thanks
RV

@learsixela
Copy link

I have the same problem installing in version 5.5.
Will they support other versions of Laravel?

@reportico-web
Copy link
Owner

reportico-web commented Aug 6, 2019

Hi
Did you definitely add
Reportico\Reportico\ReporticoServiceProvider::class,

to app/config.php?

can you paste output of
php artisan vendor:publish

@learsixela
Copy link

Hello, thanks for answering,
The steps mentioned have already been done, but when I access my project http://rcontrol.test/reportico, it shows the blank page. It throws no error.

additionally uncomment in ReporticoServiceProvider to work with auth:
** \ Route :: group (['middleware' => ['web', 'auth']], function () { **

I've tried from mac, I'll try from windows.
Greetings and thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants