Hey, i have this route Route::get('report/{id?}', array('as' => 'report', function($id = null) {...
I'm developing a package on the workbench. My package need's another package: https://github.com/aws...
We know laravel has an update() method that update records through "put" http method. Ever...
Olá pessoal gostaria de saber a forma mais elegante para criar uma classe que seja comum em todas as...
I need to set the session wait_timeout on my MySQL connections, and I'd like to do it lazily (i.e on...
I have an application where multiple accounts use the same database. To specify what row belongs to...
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....
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