Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.08 KB

upgrade.md

File metadata and controls

22 lines (13 loc) · 1.08 KB

Upgrade

We push updates to this package frequently. Breaking Changes will be published in major updates.

Our package versioning follows Semver versioning

How to upgrade from v1 to v2

During installation our package publishes stubs to resources_path/views/vendor/livewire-crud

!> v1 is for Laravel versions less than 9.19 which uses Webpack to compile Assests.

!> v2 is for Laravel versions greater than 9.19 which uses Vitejs to compile Assests.

To upgrade follow below steps

  • Add "flightsadmin/livewire-crud" : "^2" to your composer.json file
  • Run composer update from your command line you must be in the root of your project
  • Run php artisan vendor:publish

You can now customise your stubs in resources_path/views/vendor/livewire-crud

This upgrade does not update livewire/livewire. You must follow upgrade guide from their repository if you are also upgrading this package. However, use of our package does not necessarily mean you have to upgrade this