Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
437 contributions in the last year
Contribution activity
December 2020
Created 70 commits in 5 repositories
Created a pull request in laravel/framework that received 1 comment
[8.x] Fix Model::create() when using guarded property.
The PR fixes Model::create() when using a guarded property.
Fixes yajra/laravel-oci8#596
Snippets to reproduce the issue (checked using sqlite)
class
Opened 21 other pull requests in 4 repositories
yajra/laravel-oci8
1
open
13
merged
1
closed
- [8.x] Add PHP8 support.
- [7.x] Apply fixes and updates from 8.x branch as of v8.2.2.
- Apply fixes from StyleCI
- Apply fixes from StyleCI
- [8.x] Query builder fixes and tests.
- [8.x] Fix query builder bulk insert.
- [8.x] Improve pagination performance.
- Apply fixes from StyleCI
- [8.x] Fix Model::create() with guarded property.
- Apply fixes from StyleCI
- [8.x] Fix database presence verifier.
- Apply fixes from StyleCI
- Refactor tests and move to namespace.
- Fix github actions
- Test PR from PHPStorm