How to uninstall reportico in laravel 5

I have already installed reportico in my laravel 5 project. Since I use another tools for reports, How can I uninstall reportico in my laravel app?

Upvotes: 0

Views: 173

Answers (1)

Halnex
Halnex

Reputation: 4526

Open composer.json and remove the reportico require line, then run composer update

Hope that helps.

Upvotes: 1

Related Questions