Ravan Scafi

Results 22 comments of Ravan Scafi

I managed to fix both wrong URLs and not displaying at the first page (at least for my use case) by changing `paginate()` to: ``` php /** * Paginates the...

Oh, and btw this is Laravel 5' simple pagination, so `$results->total()` will not work. The L5 equivalent to `paginate()` is: ``` php use Illuminate\Pagination\LengthAwarePaginator; ... /** * Paginates the Elasticsearch...

@fadion sure I can. I'm just testing it a little longer. I have a few ideas for this package, are you still using it in production? Is it open for...

I'm sorry, what are you trying to achieve?

Não compensa utilizar variáveis de ambiente pra esses casos, ao invés de colocar no `.env`?

Usa alguns comandos de debug, `pwd` por exemplo, pra ver se você tá na pasta certa e etc. confere o `WORKDIR` no seu Dockerfile. Acredito que não fazer esse setup...

Cara, se você tá usando Apache, precisa configurar o mod_rewrite. No NGINX tem que acertar a conf também pra fazer o redir de location. https://laravel.com/docs/5.4/installation#pretty-urls

It should be github.io: http://leroy-merlin-br.github.io/mongolid/

@GuilhermeGuitte could you provide a better description here?