Luis Parrado
1bec4f82cf
Validation added `required_if_accepted` ( #5987 )
...
Added translation for new validation [`required_if_accepted`](https://github.com/laravel/framework/pull/44035 ) rule
2022-09-15 08:15:04 -05:00
driesvints
c1dc4199b8
Update CHANGELOG
2022-09-06 15:58:31 +00:00
Martin Ro
ad219e82aa
Make email unique ( #5978 )
...
When seeding large amounts of users there is a chance for a duplicate entry SQL error because the email column is unique. 64e0175398/database/migrations/2014_10_12_000000_create_users_table.php (L19)
2022-09-02 09:10:54 -05:00
driesvints
64e0175398
Update CHANGELOG
2022-08-30 15:23:27 +00:00
Tim MacDonald
8438ba5d21
bump the Vite version ( #5977 )
2022-08-29 08:54:18 -05:00
driesvints
e5e46b4293
Update CHANGELOG
2022-08-23 15:04:04 +00:00
Dan Harrin
d18332bdef
[9.x] feature: `max_digits` and `min_digits` validation translations ( #5975 )
...
* feature: `max_digits` and `min_digits` validation translations
* Update validation.php
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-08-22 08:26:36 -05:00
Taylor Otwell
e2e25f607a
use except
2022-08-20 12:46:21 -05:00
Taylor Otwell
7b17f5f326
use short closure
2022-08-20 12:22:43 -05:00
Masudul Haque Shihab
c233957734
add alt to laravel logo image ( #5973 )
2022-08-20 12:02:56 -05:00
driesvints
57400e9545
Update CHANGELOG
2022-08-16 15:06:46 +00:00
Taylor Otwell
858a3ca662
wip
2022-08-15 10:21:08 -05:00
Taylor Otwell
951c9c8501
wip
2022-08-15 10:20:30 -05:00
Stephen Rees-Carter
dbced6ac8c
Add ValidateSignature middleware for ignore params ( #5942 )
...
* Add ValidateSignature middleware for ignore params
* Comment out query parameters by default
* Remove leading slash
* Update Kernel ValidateSignature middleware path
2022-08-15 10:19:56 -05:00
driesvints
4135d58345
Update CHANGELOG
2022-08-09 15:36:37 +00:00
kichetof
74dfb6cec4
Validation added `doesnt_end_with` translation ( #5962 )
...
* Validation added doesnt_end_with translation
* fix order
2022-08-03 08:42:10 -05:00
driesvints
ba8ed9d65d
Update CHANGELOG
2022-08-02 15:06:21 +00:00
Dries Vints
3ea3861e4b
Update composer.json ( #5959 )
2022-08-01 08:54:38 -05:00
suyar
6e1103180b
Update laravel/sanctum version ( #5957 )
2022-07-29 08:01:11 -05:00
driesvints
944c87da74
Update CHANGELOG
2022-07-26 15:27:11 +00:00
Graham Campbell
ce62296fa9
[9.x] Don't need to ignore vite config file ( #5953 )
...
* Don't need to ignore vite config file
* Apply fixes from StyleCI
Co-authored-by: StyleCI Bot <bot@styleci.io>
2022-07-26 08:05:37 -05:00
Abenet Tamiru
52863d9e4a
Update font delivery ( #5952 )
...
Seeing the non compliance of Google Fonts to GDPR I thought to update the CDN.
My non-designer eyes could see no difference on the site.
2022-07-23 19:02:13 -05:00
driesvints
1e974481ad
Update CHANGELOG
2022-07-19 14:22:59 +00:00
Tim MacDonald
b124ab0fe6
Vite 3 support ( #5944 )
2022-07-19 09:03:41 -05:00
Nuno Maduro
fa5e54a2ab
[9.x] Uses `laravel/pint` for styling ( #5945 )
...
* Uses `laravel/pint` for styling
* Makes `.styleci.yml` ignored on export
* Update composer.json
Co-authored-by: Dries Vints <dries@vints.io>
2022-07-15 08:38:49 -05:00
Ankur Kumar
88419bfc58
Bump axios version ( #5946 )
2022-07-14 13:05:03 -05:00
driesvints
df07877444
Update CHANGELOG
2022-07-13 14:23:03 +00:00
Jess Archer
3850b46cbe
Update to the latest version of laravel-vite-plugin ( #5943 )
2022-07-13 08:57:43 -05:00
Jess Archer
91f49543af
Update to the latest version of laravel-vite-plugin ( #5932 )
...
The `laravel-vite-plugin` had a pre-1.x major version bump due to a change in the plugin return type.
2022-07-06 10:50:30 -05:00
Tim MacDonald
1fa6b7dc52
add default reloading to skeleton ( #5927 )
2022-07-01 13:41:47 -07:00
Irsyad A. Panjaitan
fa4c8c17e0
Update bootstrap.js ( #5929 )
...
Before it was use `VITE_PUSHER_CLUSTER`, it should be `VITE_PUSHER_APP_CLUSTER`.
2022-07-01 13:37:51 -07:00
N'Bayramberdiyev
3c0c7a0d17
bump actions/checkout ( #5928 )
2022-07-01 18:28:34 +02:00
Dries Vints
14719d097a
Update .gitignore ( #5924 )
2022-06-30 08:31:18 -05:00
driesvints
bb73205638
Update CHANGELOG
2022-06-28 14:37:38 +00:00
Dries Vints
f46db07ef5
Update composer.json
2022-06-28 16:36:21 +02:00
rennokki
d694bc06cc
[9.x] Added support for easy development configuration in bootstrap.js ( #5900 )
...
* Added support for easy development configuration in bootstrap.js
* Added extra variables for existing configuration in broadcasting
* Update bootstrap.js
* Setting default for empty variable
* Update .env.example
* Update .env.example
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-06-24 13:35:29 -05:00
Jess Archer
86b4b1b656
[9.x] Vite ( #5904 )
...
* Use Vite
* Gitignore Vite build directory
* Use CSS entry points
* Update plugin
* Linting
* Update plugin
2022-06-22 13:07:47 -05:00
Taylor Otwell
0c3d1fabe5
use global functino
2022-06-22 11:02:43 -05:00
Dries Vints
1f9eee06dd
Update update-changelog.yml
2022-06-08 11:02:46 +02:00
Dries Vints
2e823dd31b
Update pull-requests.yml
2022-06-08 11:02:33 +02:00
Farid Aghili
3d7b0778d6
Sorting ( #5899 )
...
Sort Alphabetically for newly added `doesnt_start_with`.
2022-06-07 11:15:24 -05:00
driesvints
c5c731a8aa
Update CHANGELOG
2022-06-07 15:20:23 +00:00
Oanh Nguyen
93cc51ed00
[9.x] Improve Pusher configuration for easy development ( #5897 )
...
* Improve Pusher configuration for easy development
* Fix style-ci
2022-06-07 10:03:59 -05:00
Taylor Otwell
b084aacc5a
add language line
2022-06-07 10:03:19 -05:00
driesvints
bb0de1f148
Update CHANGELOG
2022-05-31 15:19:55 +00:00
Jess Archer
2e3563d9aa
Switch to ESM imports ( #5895 )
...
This improves the transition for Vite users.
2022-05-27 17:36:33 -07:00
driesvints
8d3a964edc
Update CHANGELOG
2022-05-10 15:38:08 +00:00
Taylor Otwell
7216fa7e9a
a few wording changes
2022-05-05 14:52:25 -05:00
Dries Vints
5c5a300bfd
[9.x] Add specific test user in seeder ( #5879 )
...
* Update DatabaseSeeder.php
* formatting
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2022-05-05 08:53:49 -05:00
Bram in 't Zandt
14b6505bba
Update mail.php ( #5877 )
...
Add `local_domain` as an option to the smtp configuration. This can be used to change the domain that is used to send the `EHLO` command during the SMTP handshake.
`null` is a sensible default since Symfony/Mailer will use it's own default (`127.0.0.1`) to send the mail.
Co-authored-by: Bram in 't Zandt <bram@bigspark.com>
2022-05-04 09:05:31 -05:00