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 0af79c9 commit 41ba1c1Copy full SHA for 41ba1c1
README.md
@@ -22,7 +22,7 @@ composer require matanyadaev/laravel-eloquent-spatial
22
## Quickstart
23
Generate a new model with a migration file:
24
```bash
25
-php artisan make:model --migration
+php artisan make:model {modelName} --migration
26
```
27
28
Add some spatial columns to the migration file:
0 commit comments