Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.

Home Page:https://packagist.org/packages/protoqol/prequel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE REQUEST] php artisan prequel:remove

dykow opened this issue · comments

commented

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

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
commented

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.

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