Skip to content

Instantly share code, notes, and snippets.

View Anticom's full-sized avatar
🤖
code machine

Timo Mühlbach Anticom

🤖
code machine
View GitHub Profile
@ns139426
ns139426 / DuplicateResource.php
Last active March 5, 2025 14:53
Duplicate Resource Action for Laravel Nova
<?php
namespace App\Nova\Actions;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Queue\SerializesModels;
use Illuminate\Support\Collection;
use Laravel\Nova\Actions\Action;
use Laravel\Nova\Fields\ActionFields;

⚠️ Warning: this document is out of date.

For the most recent webpack5 instructions see MIGRATION.md.

Storybook experimental Webpack 5 support

Storybook 6.2 includes experimental Webpack 5 support. Webpack 5 brings a variety of performance improvements, as well as exciting new features like module federation. Here's a quick guide to get you going.

Intro