Name |
Last commit
|
Last update |
---|---|---|
app | ||
bootstrap | ||
config | ||
database | ||
public | ||
resources | ||
storage | ||
tests | ||
.gitattributes | ||
.gitignore | ||
artisan | ||
composer.json | ||
phpunit.xml | ||
readme.md | ||
server.php |
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.
Name |
Last commit
|
Last update |
---|---|---|
app | Loading commit data... | |
bootstrap | Loading commit data... | |
config | Loading commit data... | |
database | Loading commit data... | |
public | Loading commit data... | |
resources | Loading commit data... | |
storage | Loading commit data... | |
tests | Loading commit data... | |
.gitattributes | Loading commit data... | |
.gitignore | Loading commit data... | |
artisan | Loading commit data... | |
composer.json | Loading commit data... | |
phpunit.xml | Loading commit data... | |
readme.md | Loading commit data... | |
server.php | Loading commit data... |