Commit Graph

17 Commits

Author SHA1 Message Date
Taylor Otwell 657b25a6cb update comment 2018-03-21 16:29:49 -07:00
Vincent Klaiber 0d2a2e3375 Remove .gitkeep in seeds directory 2016-10-17 16:03:51 +02:00
Lucas Michot 73c6898e1d Ensure files finish with a LB 2016-02-22 10:23:06 +01:00
Anthony Holmes 94b568b59d Rename commented default seeder call
Rename commented default seeder call to be consistent with official docs
2016-02-16 13:42:33 -06:00
Joseph Silber d0a6e8818a Remove unguard call 2015-10-04 10:50:12 -04:00
Jose Jimenez 8910cb9726 Use the ::class notation
Updated to use ::class notation.
2015-06-23 10:07:33 -07:00
Graham Campbell bf3785d0bc Additional cs fixes
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:45 +01:00
Peter Haza 03a27fa0b2 Enable model guarding after doing seeds
Leaving models unguarded can cause all kinds of havoc if someone uses seeds in their tests.
Best to default to reguard after doing the seeds.
2015-05-31 20:33:11 +02:00
Taylor Otwell 1f5681b398 Remove space. 2015-03-20 10:26:19 -05:00
Taylor Otwell 4c78958b5b Tweak a few things. 2015-02-22 22:37:16 -06:00
Taylor Otwell cc2139ac91 Tweaking a few things. 2015-02-22 21:56:03 -06:00
Taylor Otwell f424b87a63 PSR-2 for app. 2015-02-22 20:47:03 -06:00
Taylor Otwell ce48990bf2 Tweak some paths again. 2014-12-15 08:42:13 -06:00
Taylor Otwell 532297c109 Work on default project structure. 2014-12-08 09:31:31 -06:00
Brian c3c93cf95b Updated Eloquent to Eloquent\Model 2014-09-04 09:55:12 +02:00
Dries Vints 2ddf39f29f Remove classes from aliases list
Eloquent and Seeder were used to extend from which is a bad practice.
The SoftDeletingTrait should be imported just like the UserTrait and the RemindableTrait.
Str was also removed because it's just a shortcut for the namespace. People can always re-add it if they like.
I wasn't entirely sure what FormRequest was doing here but I have a feeling it's going to be used for the same reasons as one of the above classes. So I removed it as well.
2014-08-31 17:13:44 +02:00
Taylor Otwell 9aae50e501 Working on the default app structure. 2014-08-18 22:46:16 -05:00