Paul Rijke

Results 6 issues of Paul Rijke

After I start the webfront, I get: ``` Whoops, looks like something went wrong. (1/1) ReflectionExceptionClass LaravelCrawlerDetect does not exist -- in Container.php line 752 at ReflectionClass->__construct('LaravelCrawlerDetect')in Container.php line 752...

more info requested

The error is: The requested resource /admin/structure/types/manage/article/fields/node.article.og_audience/storage was not found on this server. Replicate: - clean install - install og - create a vocabulary and a term - designate the...

Drupal 8

Hi Peter, I think you're a symfony fan as well? Is it an idea to rebuild this once you finished in Symfony, to show the power of the framework? Learned...

How to replicate: Create a listener for api.update.pre ```php $sharedEventManager->attach( ItemAdapter::class, 'api.update.pre', // Do we need to get the pre or post events? [$this, 'dispatchJobs'] ); ``` Then in dispatchjobs,...

| Q | A | ---------------- | --- | Bundle version | 2.0.0 | Symfony version | 6.3 | PHP version | 8.2 When this bundle is installed, but not...

It would be really helpfull in studying the template building if the twig files would contain extensive commenting. Now it is sometimes hard to follow what te purpose of certain...