-
I am attempting to set up laravel acl, and ran across an issue with assignRole().
I am running laravel 5.2 and acl 0.1.3
Here is unit test code to illustrate the issue:
`$roleAdmin = new Role();`
…
-
I'm attempting to use this library in a project. I'd like to be able to mock it during unit tests, so my local tests don't try to reach out to external systems. However, the library exposes no hooks t…
-
dont know if this is the right thread to post this, but im getting this on a fresh install laravel
```
BadMethodCallException: Method Illuminate\Http\Response::assertInertia does not exist.
```
…
-
I am getting this error after upgrading the package.
This is caused by HandleCors::class not resolving from the container. Seems like the package now has an issue if HandleCors::class is loaded in …
-
I'm using your package with laravel 5.3 work well for debugging ! Thanks
However an issue appear on phpunit, now when i run unit test on my projet i get the following error.
1) ExampleTest::testBasic…
-
O objetivo dessa issue é realizar pesquisa sobre testes unitários para que possamos aplicar nos aplicativos do practice.
-
Got asked this on [Twitter](https://twitter.com/scottconnerly/status/971162402619379719) recently. Opening this issue to followup on it, also incase anyone has been able to test TwitterGraph on it. Pe…
-
Hello, thanks for the package!
I'm having this error when using the Facade : "A facade root has not been set".
This is part of my code :
```
-
### We want to be able to send data as a string
Since we are using laravel's event facade, we are limited to the payload being an array. Looking at the [getPayloadFromEvent](https://github.com/larave…
-
Due to the reason that laravel 8 brought some changes to factory stuff laravel 8 support is not there yet.