Skip to content

Instantly share code, notes, and snippets.

@ahmic
Created July 23, 2019 23:03
Show Gist options
  • Save ahmic/a82d1e2e810672527ca63ce2ac2d9dc9 to your computer and use it in GitHub Desktop.
Save ahmic/a82d1e2e810672527ca63ce2ac2d9dc9 to your computer and use it in GitHub Desktop.
Laravel Nova helpers
// Compile nova assets for development to enable Vue DevTools
cd ./nova (or ./vendor/laravel/nova)
npm i
mv webpack.mix.js.dist webpack.mix.js
npm run dev
cd ../ (or ../../../)
php artisan nova:publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment