Hi, I am trying to set up the migrations for my table and I can't seem to use $table->tinytext('c...
This is a new one...I'm working on a 4.2 project and I went to run the app and I get a white screen,...
Hi, i am new to laravel (and i already love it) I have create inside controllers 2 folders Backend,F...
I'm creating a package that relies upon this package: https://github.com/aws/aws-sdk-php-laravel I w...
Hi, So I've setup my route as follows: Route::group(array('prefix' => 'student/{student_id}/'), f...
Hi guys, I am working on a multi-language website where we validate the input fields. But all the fi...
I have example: Route::get( 'cal', function () { $var = 150.55; $amount1 = 1...
I've created CMS and want to make it free for personal-non commercial using. Are there some license...
I want to use multiple models for the same table but each model should return only rows where "...
Hey guys I followed this short tutorial: http://blog.elenakolevska.com/laravel-alpha-validator-that-...
I'm using Swiftmailer to attach PDFs to my email I keep receiving this error ErrorException fopen(Co...
Hi, I'm trying to transition over to laravel and i have included in the start/global.php file a link...
I'm not sure if this is intended behaviour or not, but the login events (both auth.attempt and auth....
I am working on some contributions to a Laravel 4 package and I haven't yet found a good way to edit...
Hi guys, Let me begin by explaining what I'm trying to do, so that you can get a better understandin...
Hello, Not sure how to phrase this question... hopefully it makes sense. I have a class called "...
I have a news feed that currently is displaying with a structure of what seems to be similar to face...
I'm getting this error: Call to undefined method Illuminate\Database\Query\Builder::Category() At th...
I'm trying to eager load a list of credits for a recording. The query I want to run is this: SELECT...
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