Commit f15462a
Logic inversion (#35)
* Develop (#33)
* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:
* Apply fixes from StyleCI
* Scrutinizer updates
* Update controller.stub
* Feature/requests mapping (#13)
* Event accepts request object and any type of request can now be pushed through
* Apply fixes from StyleCI (#12)
* Request should have a constructor for instances with models
* Update BaseRepository.php
* Apply fixes from StyleCI (#15)
* Fixed namespace type declaration
* Fixed namespace type declaration
* Fixed namespace type declaration
* Feature/requests mapping (#17)
* Event accepts request object and any type of request can now be pushed through
* Apply fixes from StyleCI (#12)
* Request should have a constructor for instances with models
* Update BaseRepository.php
* Apply fixes from StyleCI (#18)
* Feature/policy collections update (#19)
* Develop (#14)
* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:
* Apply fixes from StyleCI
* Scrutinizer updates
* Update controller.stub
* Feature/requests mapping (#13)
* Event accepts request object and any type of request can now be pushed through
* Apply fixes from StyleCI (#12)
* Request should have a constructor for instances with models
* Update BaseRepository.php
* Apply fixes from StyleCI (#15)
* Fixed namespace type declaration
* Fixed namespace type declaration
* Fixed namespace type declaration
* Develop To Master (#16)
* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:
* Apply fixes from StyleCI
* Scrutinizer updates
* Update controller.stub
* Feature/requests mapping (#13)
* Event accepts request object and any type of request can now be pushed through
* Apply fixes from StyleCI (#12)
* Request should have a constructor for instances with models
* Update BaseRepository.php
* Apply fixes from StyleCI (#15)
* Fixed namespace type declaration
* Fixed namespace type declaration
* Fixed namespace type declaration
* Added resource collections and policy check.
* Updated Readme
* Formatting
* Apply fixes from StyleCI (#20)
* Scrutinizer fixes - deprecation / namesapce
* Feature/policy collections update (#22)
* Develop (#14)
* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:
* Apply fixes from StyleCI
* Scrutinizer updates
* Update controller.stub
* Feature/requests mapping (#13)
* Event accepts request object and any type of request can now be pushed through
* Apply fixes from StyleCI (#12)
* Request should have a constructor for instances with models
* Update BaseRepository.php
* Apply fixes from StyleCI (#15)
* Fixed namespace type declaration
* Fixed namespace type declaration
* Fixed namespace type declaration
* Develop To Master (#16)
* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:
* Apply fixes from StyleCI
* Scrutinizer updates
* Update controller.stub
* Feature/requests mapping (#13)
* Event accepts request object and any type of request can now be pushed through
* Apply fixes from StyleCI (#12)
* Request should have a constructor for instances with models
* Update BaseRepository.php
* Apply fixes from StyleCI (#15)
* Fixed namespace type declaration
* Fixed namespace type declaration
* Fixed namespace type declaration
* Added resource collections and policy check.
* Updated Readme
* Formatting
* Apply fixes from StyleCI (#20)
* Scrutinizer fixes - deprecation / namesapce
* Added middleware and query qualifiers
* Policy Update
* Post adding new and artisan updated, code cleanup
* Apply fixes from StyleCI (#21)
* Scrutiniser fixes
* Put now handles relations
* Fix return types
* Minor updates to fix relationships and make command
* Sanke case vs camel case
* Apply fixes from StyleCI (#23)
* Minor bugfix for case sensitifity
* Fixed make command
* model is static
* Apply fixes from StyleCI (#24)
* Scrutiniser fixes
* Apply fixes from StyleCI (#25)
* Apply fixes from StyleCI (#27)
* Policiies auth mehtod without users
* user not needed
* Tidy up uri parser class
* Fixes
* fix more
* Feature/policy collections update (#29)
* Added resource collections and policy check.
* Updated Readme
* Formatting
* Apply fixes from StyleCI (#20)
* Scrutinizer fixes - deprecation / namesapce
* Added middleware and query qualifiers
* Policy Update
* Post adding new and artisan updated, code cleanup
* Apply fixes from StyleCI (#21)
* Scrutiniser fixes
* Put now handles relations
* Fix return types
* Minor updates to fix relationships and make command
* Sanke case vs camel case
* Apply fixes from StyleCI (#23)
* Minor bugfix for case sensitifity
* Fixed make command
* model is static
* Apply fixes from StyleCI (#24)
* Scrutiniser fixes
* policies - for unauthed users
* Minor updates
* STYLEFIXES
* fixed phpcs rule
* Apply fixes from StyleCI (#31)
* Feature/policy collections update (#32)
* Added resource collections and policy check.
* Updated Readme
* Formatting
* Apply fixes from StyleCI (#20)
* Scrutinizer fixes - deprecation / namesapce
* Added middleware and query qualifiers
* Policy Update
* Post adding new and artisan updated, code cleanup
* Apply fixes from StyleCI (#21)
* Scrutiniser fixes
* Put now handles relations
* Fix return types
* Minor updates to fix relationships and make command
* Sanke case vs camel case
* Apply fixes from StyleCI (#23)
* Minor bugfix for case sensitifity
* Fixed make command
* model is static
* Apply fixes from StyleCI (#24)
* Scrutiniser fixes
* policies - for unauthed users
* Minor updates
* STYLEFIXES
* fixed phpcs rule
* Apply fixes from StyleCI (#31)
* minor updates
* csfixer run on code
* Missing file updated
* Includes should be returnable
* static not defined
* Allowed fields updated
* minor updates
* Logic inversion
+ Updated excludeArrayValues to exclude if not in optionals instead of always including.
* Added accessor notes about $appends usage
* Update controller with query modifier
* Add extra query parser method
* Include previous exception with ApiException1 parent 26eb667 commit f15462a
File tree
4 files changed
+15
-5
lines changed- src
- Contracts
- Http/Controllers/Api
4 files changed
+15
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
171 | | - | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
186 | | - | |
| 187 | + | |
187 | 188 | | |
| 189 | + | |
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
| |||
0 commit comments