Skip to content
Discussion options

You must be logged in to vote
  • Copy the repository to your own git repository (in nova 3 there was a download button here https://nova.laravel.com/releases but in nova 4 it redirects to the documentation (can we please bring back the download button?) so you will have to download it via composer first and copy the directory to your own repository.. repeat the process for every update)

  • Push it to a branch-like v4

  • Update your composer.json to depend on "laravel/nova": "v4.x-dev"

  • Add your own repository settings to your composer.json

"repositories": [
    {
        "type": "vcs",
        "url": "git@github.com:your-own-organization/laravel-nova.git"
    }
],
  • Run composer update

Done, now you are in control of …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nrueckmann
Comment options

@RhysLees
Comment options

Answer selected by crynobone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants