I am trying to create a test suite using PHPSpec. Some things are working out, some things aren't. T...
I've bound some data to the app and whereas I can get it out, I have one instance where based on a c...
Hi guys! I've seen the http://laravel.com/docs/helpers link but I'm not sure if this is the complete...
I have a similar example to that in the docs.. a comment and post scenario. I want notifications whe...
So I have this Offer model with several offers available. I also have a Pattern model that has a man...
So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...
Hello, My application loads its first page (which contains a form) via this route: Route::get('cv/ed...
I have a resource controlling one of my tables "fans". I have a view that shows the inform...
I have a csv file with thousand of records. How can I use Eloquent model to import all data?
Hi , I am using ckeditor for textarea. It is working fine. But when we display description on fronte...
I'm starting with learn laravel and I have a problem with 1 thing. I want to create one controller w...
I have setup my connection in remote.php: 'production' => array( 'host' => '192.168.x.x...
Hi there, I'm currently working on car dealer website, and I decide to use Laravel and a html-CSS te...
This Setter works well... public function setPoligonoAttribute($value) { $this->attributes['polig...
I got the following code and want the latest result. // Model public function getProfilePic() {...
Everything was working fine, suddenly I get the blank page! I havent changed anything! Hoe can I deb...
I am in the process of writing a SPA application using angularjs for the frontend and laravel as a R...
Patience folks, I'm a noob. We know that the Form::submit simply submits the form using the form's a...
I'm using Route::resourse(...) and when I run artisan route it shows my routes the GET routes show u...
Hi, does anyone know how to manage mysql database via phpmyadmin with laravel4. Thanks
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