Based on the document: 'Since sending e-mail messages can drastically lengthen the response time of...
Suddenly this starts happening when using the laravel .phar installer. The application doesn't get i...
I am attempting to create a pivot table and ran the cmd: php artisan generate:pivot contractor work...
Hello, i've created a form using blade's form builder: (don't be confused - it's german language) {{...
Hey guys, just working on a small package that extends the Eloquent Model class and Query Builder cl...
$rules = array( 'cover_image' => 'required|image|mimes:png,jpeg', 'content' => 'required',...
I've been to https://github.com/Seldaek/monolog and I've looked at vendor/laravel/framework/src/Illu...
I'm developing a package that ties the Facebook SDK into Laravel. (Soon to be shared with you guys!)...
Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...
Hi, I am trying to adapt my web application to be able to use #! in the url so that I can use that t...
I have view to list competitions. There are 3 ways of displaying them: all, passed only, comeptition...
I'm new to Laravel, but at the same time I'm very excited about it and I have two questions that I t...
Hi; How can I see binded sql? $data = Admin::whereRaw('email = ? ', array($email))->get();
I'm using Laravel for a year now and really love it. I'm using it for my job and now, a year passed...
By default blade caches its compiled views in {storage_path}/views. I've made sure that this directo...
I would like to call my header CSS file in every pages, so I created a function to calling the heade...
hi all i've followed this tutorial about restful API http://code.tutsplus.com/tutorials/laravel-4-a-...
Hi I'm writing a small app and I am trying to set the default Carbon date format. I have an eloquent...
I prefer using foreign key columns wihout any suffix (like 'user' rather than 'user_id'). I can live...
Dear, I would like to use ajax on Laravel like onChage of Select box ...... Does Laravel have any pa...
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