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 631a2f2 commit ff6667fCopy full SHA for ff6667f
README.md
@@ -42,6 +42,15 @@ php artisan backpack:crud {Entity_name}
42
# our CrudTrait to the model if it already exists.
43
```
44
45
+- **Generate all files for a custom admin panel page:**
46
+
47
+``` bash
48
+php artisan backpack:page {PageName}
49
50
+# You can use either PascalCase, snake_case or kebab-case.
51
+# This will generate you a Controller, a view and a route.
52
+```
53
54
- Generate a new Backpack\CRUD file:
55
``` bash
56
php artisan backpack:crud-controller {Entity_name}
0 commit comments