Hi there, I've been working pretty hard to try to "separate my concerns" in my Laravel pro...
Hi. My app is doing about 8 requests to my Laravel 4.2 API in a timespan of 5-8 seconds. When doing...
I'm working on my first project done in Laravel and almost everything so far has been smooth sailing...
hello, i am trying to run an eloquent query with the PHP DateDiff() function... This works $sql = &q...
What is Syntara ? Syntara is an admin system for Laravel 4, made for user management easier. Feature...
Hello, I have this model : <?php class Category extends Eloquent { protected $fillable = a...
Hi guys I'm having a bit of a problem with the queue daemon (using redis) I'm running the daemon ins...
Hello everyone! Just found this filter to redirect www to non-www App::before(function($request){...
I have a table called attachments which has the fields ID TABLE_NAME TABLE_ID and ATTACHMENT Another...
I've been following the tutorial on laracasts "Say Hello to Laravel Homestead 2.0". And at...
Hello, I have a lot of nested controllers eg /company/$id/products/$id/details routes are: company.s...
I have written a PostGres function that uses a CTE to return me a result set. The result set contain...
I have a service provider: <?php namespace App\Providers; use Illuminate\Support\ServiceProvider...
Is it possible to use Routing feature just standalone? If yesm why the composer download is not divi...
I am developing an application that communicates with Google API but I need to provide a private key...
I am using tableclothjs and Twitter Bootstrap. For some reason this code will not appear with the so...
here is my OperatingProcedure model class OperatingProcedure extends BaseModel { use \Venturecra...
Hey, this is my login controller public function postSignIn() { $validator = Validator::make(Input:...
Hi people. I'm thinking of learn Laravel to speed up my development in PHP projects, and write less...
I am currently looking for ideas/feature requests to improve LaraEdit. Any input would be appreciate...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community