-
Hello all, I've recently pushed quite a number of changes to the `develop` branch that allows you to use this package in your Lumen and Laravel 5 apps.
You can require it using `0.9.*@dev`.
Please n…
-
#### What are you trying to achieve?
I'm trying to `grabTextFrom` and element with the CSS selector:
`table[summary="Operation Classification"] tbody > tr:nth-child(2) > td:first-child > table > tbo…
-
#### What are you trying to achieve?
I'm trying to save the output to report.json as described by the `--json` option.
I would like to see something like this as the output:
```json
[{
"event…
-
Hi there,
I really appreciate eloquence — so thanks for providing it! However, I came across one thing when using Mappable in conjunction with Fractal (https://github.com/thephpleague/fractal) in m…
-
Country hasmany Cities
cities belongsto Country
Country hasMany States
States belongsto Country
Relation ship set. after i accesses paginate CountryTransformer get on undefined method issue. Erro…
-
Hi,
I followed the documentation to install and run the tinx; but I am getting an exception Please refer to the below screenshot. I have tried this on laravel 5.4.27 and lumen 5.4, both having tink…
-
The following files are missing in the `public` directory:
* .htaccess
* web.config
Workaround:
Copy the files to the `public` directory.
* https://github.com/laravel/laravel/blob/master/publ…
-
Hi,
Using Lumen 5.4 and laravel5-fractal 2.0, when I try to run an artisan command I get:
```
[Symfony\Component\Debug\Exception\FatalThrowableError]
Type error: Argument 4 passed to Cyvelnet\…
-
I could not find a way to change the serializer. I want to use a Custom JsonApi serializer for Controller responses.
-
Steps to reproduce:
- `composer create-project laravel/laravel laravel`
- Set minimum stability to dev in composer.json.
- `composer require dingo/api:1.0.x@dev`
Error:
```
./composer.json has…