Commit Graph

112 Commits

Author SHA1 Message Date
Taylor Otwell ab7ba393be Add an event service provider. 2014-09-30 21:01:17 -05:00
Taylor Otwell 8b18b40a7b Merge pull request #2980 from driesvints/feature/dont-extend-class-aliases
Remove classes from aliases list
2014-09-02 06:48:30 +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 2b04647bb7 Remove a few providers. 2014-08-30 12:00:25 +02:00
Taylor Otwell 78c932f688 Working on a few changes. 2014-08-27 12:49:50 +02:00
Taylor Otwell 76c84d8652 Convert configuration PHP 5.4 arrays. 2014-08-24 14:03:58 -05:00
Taylor Otwell ca3c8c3e56 Remove unnecessary alias. 2014-08-21 23:41:47 -05:00
Taylor Otwell a68933d34c Remove some service providers and aliases. 2014-08-21 12:47:40 -05:00
Taylor Otwell 4204337382 Remove remote provider. 2014-08-21 10:36:50 -05:00
Taylor Otwell e7617ff19b Change how controller is aliased. 2014-08-20 21:46:01 -05:00
Taylor Otwell 177d1ebb7a Mega work on structure. 2014-08-20 00:26:14 -05:00
Taylor Otwell 9aae50e501 Working on the default app structure. 2014-08-18 22:46:16 -05:00