You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Annabel ships with a lightweight CLI similar to Laravel's `artisan`. It already supports:
43
43
44
-
-`about`— show version, base path, and loaded providers
45
-
-`route:list`— list registered routes
46
-
-`config:get key`— read a config value
47
-
-`container:list`— show container bindings/instances
48
-
-`serve`— run PHP built-in server (default 127.0.0.1:8000)
49
-
- With `codemonster-ru/database` installed: `make:migration`, `migrate`, `migrate:rollback`, `migrate:status` (appear in `annabel list`; connection is checked when commands run)
44
+
-`about`- show version, base path, and loaded providers
45
+
-`route:list`- list registered routes
46
+
-`config:get key`- read a config value
47
+
-`container:list`- show container bindings/instances
48
+
-`serve`- run PHP built-in server (default 127.0.0.1:8000)
49
+
-With `codemonster-ru/database` installed: `make:migration`, `migrate`, `migrate:rollback`, `migrate:status`, `make:seed`, `seed` (appear in `annabel list`; connection is checked when commands run)
50
50
51
51
```bash
52
52
php vendor/bin/annabel
@@ -56,7 +56,7 @@ php vendor/bin/annabel help list
0 commit comments