Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razshare/api-platform-starter
https://github.com/razshare/api-platform-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/razshare/api-platform-starter
- Owner: razshare
- License: mit
- Created: 2023-04-21T17:08:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-21T17:12:36.000Z (over 1 year ago)
- Last Synced: 2024-05-28T13:28:22.820Z (7 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.