Commit Graph

61 Commits

Author SHA1 Message Date
HDVinnie dc2cf66405 (Update) CRUDDY PT.3 🚀 2019-10-23 13:48:28 -04:00
HDVinnie c45c715dcb (Update) CRUDDY PT.2 🚀 2019-10-22 20:29:07 -04:00
Laravel Shift 97e88dd68b Leverage injected request object
Laravel automatically injects the current Http [request object][1] to all Controller actions and Middleware. Leveraging this object improves consistency and testability.

[1]: https://laravel.com/docs/5.7/requests#accessing-the-request
2019-05-09 00:05:13 +00:00
HDVinnie c382aa5236 (Update) Refactor Validation Error/Info/Warning/Success Handeling 🚀 2019-03-25 13:53:41 -04:00
HDVinnie 3c87845e54 (Update) Namespace models under App\Models 🚀 2019-02-22 08:15:41 -05:00
HDVinnie bcdfcb253c (Update) RSS System 🚀
- general cleanup
2019-01-13 08:42:55 -05:00
HDVinnie 2697b36a46 Apply fixes from StyleCI 2019-01-13 13:31:42 +00:00
singularity43 ccd5f16685 (Fix) Staff RSS Controller
Switch to expected_fields attribute, not public var.

Remove unneeded setToastr.
2019-01-13 00:46:43 -05:00
HDVinnie 7946d1e4a8 (Update) Torrent RSS System 🚀
- general cleanup
2019-01-12 16:56:24 -05:00
HDVinnie 720bd2fdd8 Apply fixes from StyleCI 2019-01-12 21:50:18 +00:00
singularity43 88189094f7 (Add) Staff RssController
Add ability for staff to CRUD public rss controllers.

HELP: Cleaner validation logic? max but of what.
2019-01-12 15:49:13 -05:00