laravel-vite

Vite integration for Laravel (maintenance mode)

MIT License

Downloads
8K
Stars
601
Committers
35

Bot releases are visible (Hide)

laravel-vite - v0.2.0-beta.15

Published by github-actions[bot] over 2 years ago

Features

  • update default port to 5173 (b349c99)
laravel-vite - v0.2.0-beta.14

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • vite: invert dev server conditional (32c5dd1)
laravel-vite - v0.2.0-beta.13

Published by github-actions[bot] over 2 years ago

Bug Fixes

Features

  • vite: adapt console output to Vite 3's (52d61a2)
laravel-vite - v0.2.0-beta.12

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • require facade/ignition-contracts (#258) (a193ef9)
  • plugin: prevent artisan mocking in userland (ff51605)

Features

laravel-vite - v0.2.0-beta.11

Published by github-actions[bot] over 2 years ago

Features

  • add canAccessAssets method (b94dcb4)
  • make Vite and Configuration macroable (35efb23)
laravel-vite - v0.2.0-beta.10

Published by github-actions[bot] over 2 years ago

Features

  • add getEntryUrl and vite_entry_url (8f3ef9b)
  • chunk: expose asset url (e772739)
laravel-vite - v0.2.0-beta.9

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • vite: use app URL to infer certificate domain (2ed157a), closes #223
laravel-vite - v0.2.0-beta.8

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • vite: prevent crashes by catching reload handler errors (ff18d7d)

Features

  • do not update tsconfig in production by default (281bc87)
  • support multiple css file extensions in development (#213) (1de0d72)
laravel-vite - v0.2.0-beta.7

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • vite: respect reload watch options (980ba55)
  • vite: update manifest plugin name (af10a47)

Features

  • vite: export options type (75a6b97)
  • vite: print console diagnostics (c78c1d5)
  • throw when getting a tag for a non-existing entrypoint (8db9189)
laravel-vite - v0.2.0-beta.6

Published by github-actions[bot] over 2 years ago

Features

  • vite: add watch options (a16bde0)
  • vite: log config info when Vite starts (d2e15d5)
laravel-vite - v0.2.0-beta.5

Published by github-actions[bot] over 2 years ago

Breaking Changes

  • The plugin's updateTsConfig option is deprecated, and you should now use the php artisan vite:tsconfig command to update the tsconfig.json file.

The logic has been moved back to PHP in order to not refresh the server on startup because of the potential tsconfig.json update. Additionally, the indentation of an existing tsconfig.json file will now be kept, as opposed to previously where it was set to 4 spaces each time.

Features

  • php: add the vite:tsconfig artisan command (6c44c03)
laravel-vite - v0.2.0-beta.4

Published by github-actions[bot] over 2 years ago

Breaking Changes

  • Vite will now accept configuration overrides by default, which allow expected behavior like using --host 0.0.0.0 to work, but may also conflict with other plugins.

See: https://laravel-vite.dev/configuration/vite-plugin.html#allowoverrides

Features

  • vite: allow configuration overrides by default (178e38b)
  • vite: enable strictPort by default (94ed639)
laravel-vite - v0.2.0-beta.3

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • laravel: normalize directory separator in manifest (9945c31)

Features

  • laravel: expose getManifestPath (fd083dd)
  • laravel: implement getHash (251f766)
laravel-vite - v0.2.0-beta.2

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • laravel: display the proper exception message (875ac0f)
  • laravel: bind implementation to EntrypointsFinder interface (cf89028)
laravel-vite - v0.2.0-beta.1

Published by github-actions[bot] over 2 years ago

Notable changes

  • Replace laravel-vite by vite-plugin-laravel
  • Automatically detect Valet and Laragon certificates when possible
  • Add SSR support
  • Add multiple configurations support
  • Add support for reading configuration from a file
  • Move tsconfig.json alias generation logic to the plugin, don't run it in production
  • Use Laravel's Http client instead of fsocketopen
  • Add Subresource Integrity support

Documentation: https://laravel-vite.dev
Full changelog: https://github.com/innocenzi/laravel-vite/compare/0.1.23...v0.2.0-beta.1

laravel-vite - 0.1.27

Published by innocenzi over 2 years ago

What's Changed

Full Changelog: https://github.com/innocenzi/laravel-vite/compare/0.1.26...0.1.27

laravel-vite - 0.1.26

Published by innocenzi over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/innocenzi/laravel-vite/compare/0.1.25...0.1.26

laravel-vite - 0.1.25

Published by innocenzi over 2 years ago

What's Changed

Full Changelog: https://github.com/innocenzi/laravel-vite/compare/0.1.24...0.1.25

laravel-vite - 0.1.24

Published by innocenzi over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/innocenzi/laravel-vite/compare/0.1.23...0.1.24

laravel-vite - 0.1.23

Published by innocenzi almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/innocenzi/laravel-vite/compare/0.1.22...0.1.23