Skip to content

Instantly share code, notes, and snippets.

View crodrigues's full-sized avatar

Carlos Rodrigues crodrigues

View GitHub Profile
Since I was looking all around how to uninstall packages and after reading tones
of documentations here's the short how-to uninstall a workbench package in Laravel
(or how I managed it to work out):
1. Remove package service provider from 'providers' array in app/config/app.php
2. Remove the package folder in workbench/
3. Run: