-
https://github.com/joaoclopes/finalProject/blob/d0e3f6df7231c4820feb4de718ba79c1dc35f14d/src/Repository/TableRepository.php#L11
Pq chamar a instancia e passar todos esses parametros, isso não vai mud…
-
Today I tried to update one of my old PHP projects and wanted to have Laravel's Eloquent (and other gimmicks) without entire Laravel, so I used your project. But I hit an issue right away, when I conf…
-
-
-
Today, I updated to latest version 3.1.4 (from 3.1.3) of the API and it broke everything.
First, I got this Fatal Error...
```
Fatal error: Uncaught TypeError: Argument 1 passed to Dotenv\D…
-
I'm confused about how this library should be used in the context of a project that uses (for example) Composer for dependancy management.
Take the example of **ProjectA** which has dependencies **…
-
# Summary
If `.env` references a variable (e.g. `${FOO}`) which is not already set (either via the external environment, or in the `.env` file, it is **left unexpanded**.
This is in contrast to th…
-
So, In my very first install, my project has a "`minimum-stability : stable`" instruction into composer.json. It hurts the installation process of some (or all) dependencies, so I **could not fix** th…
-
# ObjectivePHP RFC: Parameter config directive
> * Version: 1.1.0
> * Date: 2018-02-22
> * Author: Flavien Rodrigues, rodrigues.flavien@gmail.com
> * Status: UNDER DISCUSSION
## Summary
…
-
I'm a little bit confused about the documentation. Granted, I am not an advanced programer, I am somewhere in advanced beginner to intermediate.
First, I don't have access to composer on my hosting,…