Moses Ndeda

Results 7 comments of Moses Ndeda

@cydrobolt I only manage to run Polr with `php artisan serve`, else the javascript and css assets do not load and result in 404 not found. Is there a workaraound...

I think the way to make this better would be to remove the restriction that the method arguments have to be the instance of an eloquent model. **It could therefore...

> You could, however, achieve this quite nicely with a macro, but I suspect a PR could be beneficial. If I was just pulling something off the top of my...

> Is there a tentative timeline for the release of laravel 6.0 support? Sadly it seems the maintainer is not interested in supporting laravel 6. Apparently it is said on...

Hi @PaddyLock, please list technical details of your installation: - Application version/details - Your MySQL database size - Application environment/Server details - MySQL database version/details Please be very very granular...

@qqnc @tellingson Still stuck with this, doesn't update when you need to use a dynamic list from http through a service like so ``` $scope.sItems = []; obtainSamthingFromServer.getThenceFromServer(false) .then(function (response)...