Skip to main content

All Questions

2 votes
1 answer
2k views

How to use mutators in laravel mass update?

I am currently updating multiple rows in my database by doing the following: I take an array in a post and loop through it, each member is an array of fieldname=>value and I am doing an update on ...
arrowill12's user avatar
  • 1,804
1 vote
1 answer
425 views

Laravel Update - Crashes Unless I add RememberToken code to every model

I just have a question about add the three "RememberToken" public functions (getRememberToken(), setRememberToken(), and getRememberTokenName() ). For some reason if I tried to log in and create a new ...
mario's user avatar
  • 1,533
0 votes
1 answer
239 views

How to: upgrade Laravel 4 beta without git clone?

Is there some way to upgrade Laravel 4 beta framework's base (or skeleton) without using git clone?
Lajdák Marek's user avatar
2 votes
4 answers
4k views

Laravel 4: php artisan down not defined

I've updated my Laravel installation with the following commands today (which is a few days after Laravel 4's release date): php composer self-update php composer update You can have a look at my ...
Martin's user avatar
  • 741