7100 Commits

Author SHA1 Message Date
Taylor Otwell
135e35ba7c fix conflicts 2023-02-08 11:12:47 -06:00
Taylor Otwell
842f511ec7 remove lang directory by default 2023-02-07 20:20:08 -06:00
Nuno Maduro
99b1d97321
[10.x] Adds PHPUnit 10 support (#6052)
* Adds PHPUnit 10 support

* Reverts `noNamespaceSchemaLocation`

* Improves PHPUnit configuration file
2023-02-07 09:26:27 -06:00
Tim MacDonald
5eb99fcae6
sets ASSET_URL to use / as the default value (#6089) 2023-02-06 09:07:12 -06:00
driesvints
c0b60c0ac7 Update CHANGELOG 2023-01-31 15:10:57 +00:00
Taylor Otwell
6092ff46b3 update example v9.5.2 2023-01-31 09:05:09 -06:00
Taylor Otwell
e0a5b0efba document new options 2023-01-31 09:00:17 -06:00
Taylor Otwell
a28ad2966d rename password reset tokens table in skeleton 2023-01-30 16:53:14 -06:00
Taylor Otwell
edcbe6de7c rename property for clarity 2023-01-27 14:08:28 +00:00
Jason McCreary
de868f0fc7
Use nullable typing (#6084) 2023-01-27 11:53:58 +00:00
Taylor Otwell
f62d260c76 remove dispatches job trait 2023-01-25 18:08:59 +00:00
Taylor Otwell
cfe893dbf6 adjust wording 2023-01-25 18:07:55 +00:00
Dries Vints
d0c8f49427
Merge branch '9.x'
# Conflicts:
#	CHANGELOG.md
2023-01-23 19:27:45 +01:00
Nuno Maduro
a55085b856
Uses Laravel Ignition v2.x (#6079) 2023-01-23 18:25:20 +00:00
Tim MacDonald
9c26e61212
Adds "missing" validation rule translations (#6078) 2023-01-19 20:31:28 -06:00
driesvints
6b7fc50985 Update CHANGELOG 2023-01-17 16:28:00 +00:00
Dries Vints
1d0dad9386
Use dev stability for master 2023-01-13 15:01:10 +01:00
Dries Vints
875e6f17e3
Merge branch '9.x' 2023-01-13 14:58:30 +01:00
Nuno Maduro
5c7cc8eee4
Keeps "prefer-stable": true v9.5.1 2023-01-11 15:50:07 +00:00
Nuno Maduro
75d22431af
Removes redundant composer setting 2023-01-11 15:21:12 +00:00
Taylor Otwell
c1092ec084 use min stability stable 2023-01-11 08:11:39 -06:00
Dries Vints
af241e1572
Update composer.json 2023-01-10 19:06:40 +01:00
Dries Vints
8f5346e3af
Merge branch '9.x'
# Conflicts:
#	CHANGELOG.md
2023-01-10 17:13:01 +01:00
Dries Vints
28894568fd
Update composer.json 2023-01-06 14:35:53 +01:00
driesvints
b4573d5cde Update CHANGELOG 2023-01-03 17:20:21 +00:00
Nuno Maduro
55af5469c3
[10.x] Uses PHP Native Type Declarations 🐘 (#6010)
* Adds basic typing around method's arguments and return types

* Adds missing `closure` type

* Adds typing on tests

* Fixes `RedirectIfAuthenticated`

* Fixes `Authenticate`

* Improves `RedirectIfAuthenticated` types

* Fixes user factory `unverified` return type
2023-01-03 10:35:24 +01:00
Andrew Brown
091aa7d882
switch email to a primary key (#6064)
switching from a normal index here to a primary index works the same except for adding a `UNIQUE` constraint.

The `DatabaseTokenRepository` deletes existing records with an email first, before creating a new one, so this additional constraint will be okay.

https://github.com/laravel/framework/blob/9.x/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php#L88
v9.5.0
2023-01-02 08:45:35 -06:00
Wendell Adriel
21b826f3d3
Updated git configuration to use LF line endings by default (#6061) 2022-12-29 19:32:36 -06:00
Vytautas M
ca01443b96
[9.x] Support pusher-js v8.0 (#6059)
* Specify cluster for Pusher

* Update bootstrap.js

Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-12-27 10:39:26 -06:00
Dries Vints
1fd1e03fcc
Update to Heroicons v2 (#6051) 2022-12-22 08:40:18 -06:00
Adrien Leloup
f1f20728ab
Updated tests badge (#6050)
The old badge was still referencing Travis CI, last time it ran was 2 years ago.
2022-12-21 09:51:13 -06:00
driesvints
42f585783b Update CHANGELOG 2022-12-20 17:15:30 +00:00
Taylor Otwell
39f4830e92 add decimal translation v9.4.1 2022-12-19 11:35:07 -06:00
driesvints
52b741c79b Update CHANGELOG 2022-12-15 14:58:31 +00:00
Dries Vints
1b0d33cd8d
Update package.json v9.4.0 2022-12-15 15:57:23 +01:00
Tim MacDonald
bc420da074
vite 4 support (#6043) 2022-12-15 08:55:53 -06:00
Noboru Shiroiwa
d412d5bae8
Add ulid and ascii validation message (#6046) 2022-12-12 08:51:57 -06:00
Dries Vints
9fb954fb90
Merge branch '9.x'
# Conflicts:
#	CHANGELOG.md
2022-11-23 11:33:07 +01:00
Dries Vints
88b2d177fc
Create issues.yml 2022-11-23 10:05:05 +01:00
driesvints
71c77805de Update CHANGELOG 2022-11-22 16:33:48 +00:00
Tim MacDonald
8a8730c994
bump vite plugin (#6038) v9.3.12 2022-11-21 15:26:23 -06:00
driesvints
040d548810 Update CHANGELOG 2022-11-15 17:07:34 +00:00
Farid Aghili
21964ec81f
validation rules sorting consistency (#6031) v9.3.11 2022-11-14 16:18:18 +01:00
Michael Nabil
69e2cce9cb
Update validation.php (#6029) 2022-11-14 07:15:20 -06:00
Tim MacDonald
3762b41729
Adds lowercase validation rule translation (#6028)
* Adds lowercase validation rule translation

* Update validation.php

Co-authored-by: Dries Vints <dries@vints.io>
2022-11-09 08:55:21 -06:00
driesvints
7b7823264b Update CHANGELOG 2022-11-01 17:24:48 +00:00
Corné Veldman
d938bfd0d0
Changing .env to make Pusher work without editing the commented out part in the bootstrap.js (#6021)
* edit file

* This works for null, undefined and '', because it's JavaScript
v9.3.10
2022-10-28 08:38:26 -05:00
driesvints
48e3855963 Update CHANGELOG 2022-10-25 16:29:19 +00:00
Dries Vints
720f7572de
Remove 8.0 build 2022-10-25 12:28:38 +02:00
Dries Vints
53e2ce5ba5
Merge branch '9.x'
# Conflicts:
#	CHANGELOG.md
#	composer.json
2022-10-25 12:26:31 +02:00