TechhDan
TechhDan
> Hi, > > Thanks for this great plugin, I installed it but it didn't work and always gave me > > ```shell > PHPUnit: phpunit not found > ```...
Oh ok that makes sense. I was trying to use the Symfony Services that are already loaded from the Modules main class and i guess how to get the Symfony...
Right now the only two options that work for me on 1.7.5.2 are the SymfonyContainer singleton and calling global on the kernel. The $this->get method looks for services but only...
Unfortunately I did not have luck with the package above for the current version of Laravel + Inertia. I Installed the package above but when I use it I get...
I'm having issues importing the css. It doesn't seem to find the file. I'm using next JS. ``` { "name": "tms-software-next-v2", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev",...