feat: cloning project

This commit is contained in:
Andras Bacsai
2023-10-20 12:34:53 +02:00
parent 266b99bc25
commit c19c13b4e2
5 changed files with 209 additions and 2 deletions

View File

@@ -9,6 +9,10 @@
class="font-normal text-white normal-case border-none rounded hover:no-underline btn btn-primary btn-sm no-animation">+
New</a>
@endif
<a class="font-normal text-white normal-case border-none rounded hover:no-underline btn btn-primary btn-sm no-animation"
href="{{ route('project.clone', ['project_uuid' => data_get($project, 'uuid'), 'environment_name' => request()->route('environment_name')]) }}">
Clone
</a>
</div>
<nav class="flex pt-2 pb-10">
<ol class="flex items-center">