-
1. Tell us your software version
How to know it?
```Bash
# PHP
php -v
# Swoole
php --ri swoole
# Laravel
grep 'laravel/framework' composer.json
# Lumen
…
-
## Descrição da vaga
O PicPay quer mudar a maneira de como lidamos com o dinheiro, tanto pessoal quanto profissionalmente. Somos uma plataforma de pagamentos criada para quebrar barreiras e eli…
-
## Prerequisites
Adonis 4.1.0.
This is not a feature request, more a question. Though if there is a simple solution to make what I am asking for, I could improve Adonis docs with the solutio…
-
Please make sure that 'Store Past Broadcasts' is enabled on your channel so that we can review examples of your coding stream.
Also ensure that your vods are not sub only.
**What is the URL for yo…
-
5.2: #.#.#
- PHP version: 5.6.30
- Database Driver & Version: 5.1.73
### Description:
|I used Laravel 5.2 version, I noticed that my website user Auth session lost when I used multi requests …
-
Hi,
Earlier I was using dev-master branch which was supporting new MongoDB drivers. Recently i updated it to 3.1-alpha and 3.0 version but am getting this Uncaught Error for class 'Illuminate\Founda…
ghost updated
4 years ago
-
Hi,
I tried to install this package but it cause me out of memory. I already change the size of my memory_limit in php to -1 but still I've got this error. Please let me know if I miss something b…
-
Hello I got problem when generate models autocomplete. The message is this.
```
root@beee362690a9:/var/www/html# php artisan ide-helper:models
Do you want to overwrite the existing model files…
-
Hey, I'm currently facing a problem in my Lumen application.
Everything works fine, but whenever I want to create a response like this `response()->json([], 200)->send();` instead of returning it (`r…
-
I have the latest version of Lumen 5.8 and installed the library but i am getting the following error
```
[HTTP/1.1 404 Not Found 4ms]
```
### app.php
```