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
-
Laravel 12 provides
php artisan install:api
to scaffold API routes and related setup. But there is no way to uninstall or remove it once installed. If we deleteroutes/api.php
manually, it causes fatal errors. Developers should be able to reverse what was added.Beta Was this translation helpful? Give feedback.
All reactions