Add php artisan uninstall:api command
#55651
Unanswered
devkamalhossen
asked this question in
Ideas
Replies: 1 comment 3 replies
-
|
It can be done but if you committed related stuff to the api routes this command will not be able to remove those anyway. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel 12 provides
php artisan install:apito scaffold API routes and related setup. But there is no way to uninstall or remove it once installed. If we deleteroutes/api.phpmanually, it causes fatal errors. Developers should be able to reverse what was added.Beta Was this translation helpful? Give feedback.
All reactions