https://github.com/razshare/api-platform-starter
https://github.com/razshare/api-platform-starter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/razshare/api-platform-starter
- Owner: razshare
- License: mit
- Created: 2023-04-21T17:08:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T17:12:36.000Z (about 2 years ago)
- Last Synced: 2025-03-01T00:56:12.780Z (4 months ago)
- Language: CSS
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Entities
You can create entities by running
```php
php bin/console make:entity
```then run
```php
php bin/console make:migration
```to create a migration for your changes.
and finally run
```php
php bin/console doctrine:migrations:migrate
```to persist changes to your database.