-
@richardbuckle
Could you please point the dev mobile app to use the chat server at 134.213.136.205 and tell me how it goes. Cheers,
-
I've started having problems to compile my build when `--optimize-minimize` is enabled.
I see that I've reached +/-205 build modules, and then the compilation gets stuck at `80% optimize chunk assets`…
-
I would like to request you re-consider supporting the EOL'd 5.5.x series, and possibly 5.4.x, of PHP. This is important for packages using elasticsearch that want to target LTS releases of popular di…
-
I did not upgrade from 5.1 to 5.2, though it still seems that I am getting this error as well on `v5.2.45`.
I do have `Illuminate\Bus\BusServiceProvider::class,` in my `app.php` file.
``` php
Inval…
-
#### What are you trying to achieve?
the $_SERVER should contains the values that define in function.php during whole codecept run
#### What do you get instead?
the value define in functional.php …
-
With the following composer.json:
``` json
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license":…
-
My dev setup is Windows/XAMPP/PHP5.6/PHPStorm. I prefer the simplicity over PHPstorm + Vagrant/Homestead.
I want to use AWS SQS.
Yesterday I tried `php artisan queue:work` on a new Laravel 5.3 proje…
-
Wrote about it [here](http://stackoverflow.com/questions/39825383/laravel-valet-share-url-leads-to-connection-refused). Have local WordPress site running. But `valet share` created link cannot be acce…
-
Hey everyone,
I'm using Laravel 5.2 to develop my API and Alamofire to make my HTTP requests in my iOS app.
When I try to make a GET, PUT, DELETE request I receive a proper response.
But when I try …
-
Gearman is being used to parallel process claims files across the domain, will need to create a worker script to receive information for a MySQL and SFTP connection, then process the remote (or local)…