-
Install as dev dependency phpstan: https://phpstan.org/
```bash
composer require --dev phpstan/phpstan
```
You can have a similar setup as https://github.com/gacela-project/gacela/blob/master/…
-
Install as dev dependency psalm: https://psalm.dev/
```bash
composer require --dev vimeo/psalm
```
You can have a similar setup as https://github.com/gacela-project/gacela/blob/master/psalm…
-
To unify the code style of the project, I highly recommend to install `friendsofphp/php-cs-fixer`
```bash
composer require --dev friendsofphp/php-cs-fixer
```
You might want to start with a si…
-
issue related to this discussion: https://github.com/gacela-project/gacela/discussions/88
# 📚 Description
Currently, the Gacela configuration is on the `gacela.php` file, on this file we are abl…
-
## Current behaviour
```php
Gacela::bootstrap(__DIR__, static function (GacelaConfig $config): void {
$config->addAppConfig('config/default.php');
});
```
## Desired behaviour
```php
…
-
Hi,
I get ```Error: Undefined constant "Gacela\Framework\Config\GLOB_BRACE"``` in trying each of the examples.
What I do:
1. clone repo
2. cd example-dir
3. composer install
4. php app.php…
-
There is only **one place** where Gacela is using reflection: `DocBlockResolverAwareTrait`, and this is a very special trait that could be used in your infrastructure layer to get the facades of your …
-
## 🔖 Description
The `FacadeResolverAwareTrait` was deprecated in favor of `DocBlockResolverAwareTrait`. This issue is about to remove the `FacadeResolverAwareTrait` and the tests that we have `Ga…
-
## Current behaviour
On gacela.php you can return a callable. See: `is_callable($setupGacelaFile)`
```php
final class GacelaConfigUsingGacelaPhpFileFactory
{
// ...
public function …
-
微博内容精选