Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/razshare/api-platform-starter


https://github.com/razshare/api-platform-starter

Last synced: about 1 month ago
JSON representation

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.