We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf937f8 commit 583cef9Copy full SHA for 583cef9
README.md
@@ -28,7 +28,7 @@ The only PRO of installing it as a package is that you may benefit from updates.
28
29
1) [Download the latest build](https://github.com/Laravel-Backpack/MenuCRUD/archive/master.zip).
30
31
-2) Paste the 'app' folder over your 'app' folder. No overwrite warnings should come up.
+2) Paste the 'app' and 'database' folders over your projects (merge them). No file overwrite warnings should come up.
32
33
3) Replace all mentions of 'Backpack\MenuCRUD\app' in the pasted files with your application's namespace ('App' if you haven't changed it):
34
- app/Http/Controllers/Admin/MenuItemCrudController.php
0 commit comments