forked from laravel/framework
-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Carbon v3 #1
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix: whenAggregated should return MissingValue when default is not specified * Test: whenAggregated should return MissingValue when default is not specified
* Flush about command during test runs * Update name * Update TestCase.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* make the schema builder macroable * stop passing the parameter to the closure.
`$columns` can be `null` (before any columns are selected
* Add assertEmpty to TestView * Update TestView.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Update tailwind.blade.php for dark mode * Update simple-tailwind.blade.php adding dark mode classes.
* Allow Vite asset path customization * lint * lint
Return type was _string_ instead of _static_, broking method chaining on IDEs.
* Add assertCount method * apply StyleCI * Update QueueFake.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
laravel#49527) * Ability to establish connection without using Config Repository * StyleCI * Update src/Illuminate/Database/DatabaseManager.php Co-authored-by: Dries Vints <dries@vints.be> * FQN * FQN * FQN on tests as well * FQN * formatting --------- Co-authored-by: Dries Vints <dries@vints.be> Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Add APA style title helper * Update Str.php * Update Str.php * Update Str.php * Update src/Illuminate/Support/Str.php * formatting * Update Str.php * formatting * formatting * formatting --------- Co-authored-by: Dries Vints <dries@vints.be> Co-authored-by: Taylor Otwell <taylor@laravel.com>
802d1bc
to
60bddc4
Compare
* Adjust default email values * Adjusts MAIL_PORT
* Upgrade to Carbon v3 * Use float for Carbon ->total* properties * Make createFromId accepts Uuid and Ulid as per its doc * Update nesbot/carbon to ^3@dev in illuminate/support Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * Upgrade to nesbot/carbon ^3.0.0-beta.3@beta --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> Co-authored-by: Mior Muhammad Zaki <crynobone@gmail.com>
This reverts commit 1c56736.
* remove schema deprecations * formatting * force re-run tests
* Expose queue name and delay on job queue events * formatting * fix type --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
4ab1950
to
ee58c7d
Compare
1d0dbfa
to
3c29e60
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.