Bruno Prieto Reis
Bruno Prieto Reis
this did not work ``` heroku run "app/console doctrine:schema:create" ``` this did ``` heroku run "bin/console doctrine:schema:create" ```
I got this error now: ``` 2018-01-05T13:49:26.279740+00:00 heroku[web.1]: Starting process with command `bin/heroku-php-apache2 web/` 2018-01-05T13:49:27.711200+00:00 app[web.1]: bash: bin/heroku-php-apache2: No such file or directory 2018-01-05T13:49:27.777956+00:00 heroku[web.1]: State changed from starting to...
When deploying I was not able to put that class on autorun. I did it locally by running composer update. But was not able to do it on heroku. So...
package.json ``` "require": { ... "ext-apcu": "*" }, ```
I see that you have a heroku addon on the app.json, but when pushing to heroku, it was saying that DATABASE_URL was not available anyway. So I had to install...
Here: https://github.com/dunglas/api-platform-heroku You say: ``` In your local development environment, don't forget to set the SYMFONY__DATABASE_URL environment variable. A typical value for that variable is `postgres://user:pass@server:5432/dbname. ``` But in the...
(edited) app.json env vars are not available to SF
Please, how are you replicating the updates on the store to your local pouch? Sorry if the question is off-topic, but I read you created this to work in a...
Should that happen? I am asking because of the following comment lines: ``` // We will use just one change listener for all live queries. // We need to keep...
I asked this question on the admin component issues, but it sure fits better here. The project description says: "Generate a CRUD application built with React, Redux and React Router...