.codeclimate.yml | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
config/config.php | 6 | A 0 mins |
|
config/doctrine/LaravelUserNotifications.Models.Notification.dcm.xml | |
|
|
config/migrations/2016_01_01_000000_create_notifications_table.php | 20 | A 0 mins |
|
docs/01 Getting started.md | |
|
|
docs/02 Doctrine.md | |
|
|
docs/02 Eloquent.md | |
|
|
docs/03 Usage.md | |
|
|
phpunit.xml.dist | |
|
|
src/LaravelUserNotifications/Exceptions/Exception.php | 5 | A 0 mins |
|
src/LaravelUserNotifications/Exceptions/InvalidConfigurationException.php | 9 | A 0 mins |
|
src/LaravelUserNotifications/Exceptions/InvalidMapperException.php | 13 | A 0 mins |
|
src/LaravelUserNotifications/LaravelUserNotificationsProvider.php | 61 | A 0 mins |
|
src/LaravelUserNotifications/Mappers/DoctrineORM/NotificationMapper.php | 58 | A 0 mins |
|
src/LaravelUserNotifications/Mappers/Eloquent/NotificationMapper.php | 47 | A 0 mins |
|
src/LaravelUserNotifications/Mappers/NotificationMapperInterface.php | 13 | A 0 mins |
|
src/LaravelUserNotifications/Models/EloquentNotification.php | 32 | A 0 mins |
|
src/LaravelUserNotifications/Models/Notification.php | 66 | A 0 mins |
|
src/LaravelUserNotifications/Models/NotificationInterface.php | 11 | A 0 mins |
|
src/LaravelUserNotifications/Models/UserInterface.php | 6 | A 0 mins |
|
src/LaravelUserNotifications/Options/ModuleOptions.php | 10 | A 0 mins |
|
src/LaravelUserNotifications/Options/Options.php | 47 | A 0 mins |
|
src/LaravelUserNotifications/Options/OptionsInterface.php | 10 | A 0 mins |
|
src/LaravelUserNotifications/Providers/Mappers/DoctrineORM/NotificationMapperProvider.php | 15 | A 0 mins |
|
src/LaravelUserNotifications/Services/EventService.php | 11 | A 0 mins |
|
src/LaravelUserNotifications/Services/NotificationService.php | 60 | A 0 mins |
|
src/LaravelUserNotifications/Services/NotificationServiceInterface.php | 15 | A 0 mins |
|