@c9up/ream-cli-darwin-arm64 0.2.3 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
- package/ream +0 -0
package/README.md
CHANGED
|
@@ -32,6 +32,7 @@ ream make:provider Stripe
|
|
|
32
32
|
ream make:migration create_orders_table
|
|
33
33
|
ream make:seeder OrdersSeeder
|
|
34
34
|
ream make:module order Order # entity + controller + validator + migration
|
|
35
|
+
ream stubs:publish controller # copy a make: template into stubs/make/ to edit it
|
|
35
36
|
|
|
36
37
|
# Database
|
|
37
38
|
ream migrate # run pending migrations
|
package/package.json
CHANGED
package/ream
CHANGED
|
Binary file
|