Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

[FEATURE REQUEST] php artisan prequel:remove #62

Closed dykow closed 5 years ago

dykow commented 5 years ago

I would really like to see a easy way to remove Prequel. Just the opposite command to php artisan prequel:install

QuintenJustus commented 5 years ago

Might be something we'll add in the future, for now follow the instructions below.

In your project root folder:

$ rm -r ./public/protoqol/prequel
$ rm -r ./resources/lang/vendor/prequel
$ composer remove protoqol/prequel
dykow commented 5 years ago

Might be something we'll add in the future, for now follow the instructions below.

In your project root folder:

$ rm -r ./public/protoqol/prequel
$ rm -r ./resources/lang/vendor/prequel
$ composer remove protoqol/prequel

Sadly none of these paths exists, I can see only /public/vendor/prequel. No signs of prequel in resources directory.

QuintenJustus commented 5 years ago

Nevermind the resources/lang! That's only in the Dev branch, sorry 😄