Commit Graph
9 Commits
Author SHA1 Message Date
Dries Vints 7ff917aa20 Fix alpha_dash
It also accepts underscores as valid signs as explicitly stated in the docs and source code so I believe it would be best to also add it to the validation message.
2018-05-18 14:52:24 +02:00
Dries Vints 65c4d16d04 Do not use full paths 2017-03-06 12:39:46 +01:00
Dries Vints f0374e4fe6 Add cross-env as a dependency and update paths 2017-03-06 12:36:45 +01:00
Dries Vints 90886732cf Update description of filled rule
`filled` isn't really required. It just implies that it needs a value.
2017-03-01 16:52:59 +01:00
Dries Vints 483c9678c6 Sort Composer packages by default
It's much easier to search for packages in the composer.json file when they're sorted by default.
2016-12-17 15:25:24 +01:00
Dries Vints 2b8311f711 Add PHPSpec config file and dependency 2014-09-28 20:36:34 +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
Dries Vints c5f288d1a5 Remove space and add global class reference in docblock
Removed an unnecessary space before a comments rule and added a backslash to reference the global namespace in a docblock.

Signed-off-by: Dries Vints <[email protected]>
2013-07-20 16:32:39 +02:00
Dries Vints 457e76a470 Add sqs to list of supported drivers
Just forgotten I presume.
2013-03-05 15:41:03 +01:00