7 Commits
Author SHA1 Message Date
Jess ArcherandTaylor Otwell d73651553b [10.x] A fresh welcome page (#6093)
* wip

* minor tweaks

* Use cool gray for dark mode

* Use the same grays for light and dark

* Improve dots bg

* Add some red back into dark mode

* Replace Tailwind CDN with compiled CSS

* Remove unnecessary class

* Restore font-display: swap

---------

Co-authored-by: Taylor Otwell <[email protected]>
2023-02-10 09:26:37 -06: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
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
Jess Archer 2e3563d9aa Switch to ESM imports (#5895)
This improves the transition for Vite users.
2022-05-27 17:36:33 -07:00
Jess Archer 3a62cfb4fe Add language for prohibited_if and prohibited_unless validation rules (#5557) 2021-03-10 08:12:57 -06:00
Jess Archer aa74fcb38f Remove manual adding of X-CSRF-TOKEN header (#5083)
This is unnessecery code because Axios already automatically adds
a X-XSRF-TOKEN header from the XSRF-TOKEN cookie encrypted value on
same-origin requests. The `VerifyCsrfToken` middleware and Passport's
`TokenGuard` already allow using the `X-XSRF-TOKEN` header.
2019-08-21 07:47:43 -05:00