Laravel-Backpack / LangFileManager

A quick interface to edit Laravel language files, for Backpack.
http://backpackforlaravel.com
MIT License
92 stars 42 forks source link

How unistall ? #62

Closed a21ns1g4ts closed 6 years ago

a21ns1g4ts commented 6 years ago

Ask:

How to remove all files generated by LangFileManager ?

tabacitu commented 6 years ago

Hi @Atiladanvi ,

Unfortunately, this package does not have an "uninstall" procedure. In fact, I think most (if not all) Composer packages lack this.

You should be able to uninstall the package manually by:

  1. Running composer remove backpack/langfilemanager.
  2. Removing the migrations, seeds, config and lang files that were published when you installed the package.
  3. Remove the menu item from your sidebar.

Sorry I couldn't be of more help.

Cheers!