Reputation: 78
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
Reputation: 4526
Open composer.json
and remove the reportico require line, then run composer update
Hope that helps.
Upvotes: 1