fyi, https://github.com/blog/1938-git-client-vulnerability-announced --- Dec. 18, 2014 A critical Gi...
I created this thread as a reply to another to keep the topics separate but related. Here is how I s...
So I decided to try out the beanstalkd and the beanstalk console on my laravel homestead vm. I made...
Hello All, I'm trying to set up my composer to use my github to a project. I seem to be doing someth...
Not that I know of, as far as I understand namespaces once it has a namespace that is the only way t...
Did you maybe add the 'Shift31\LaravelElasticsearch\LaravelElasticsearchServiceProvider' to your 'pr...
You could add in an alias in the app.php... 'aliases' => [ 'User' => 'App\User', ... I g...
I just ran a test of the above route code and the route template var returned http://dev.lan/foo?5 a...
Are you using a return? return Redirect::to($app->slug); And a null value actually sends me to t...
The Laravel portal for problem solving, knowledge sharing and community building.