-
Hi guys, we are developing a big scale app, so that we had to shift to Domain Driven Development. The fix is probably easy by just providing BackPack Dev tools the "additional paths" to look for things (rather than just the default Laravel structures). The default laravel structure just does not scale well, fortunately Laravel as such works well with DDD. However ... anyone an idea what needs to be done in order to get BackPack Dev Tools working again? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am answering my own question :-D Don't forget to run "php artisan optimize" to clear the config cache. |
Beta Was this translation helpful? Give feedback.
I am answering my own question :-D
We can copy the backpack/devtools.php from the vendor directory to our own config folder.
Once the file is there we can add the additional paths.
Don't forget to run "php artisan optimize" to clear the config cache.
Last. but not least ... i had to bump up the max_execution_time in the php.ini a bit.