$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...
hi everyone according to the question, i want to get column name when update a record. i need this i...
I'm looking for the best approach to add an InsertIgnore method to Laravel's query builder. I can ac...
Hi; Can someone please explain how Route::get and Route::post work? I know exactly how to use them b...
Hey guys, Is there any simple and elegant way to show a message to the users if there are no posts/a...
Currently using laravel 4.1 in a new project. My problem is, CSS which i'm using in my VIEW files ar...
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