@extends('layouts.app') @section('title', 'Plugin branding') @section('page_title', 'WP plugin branding') @section('content') @if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif
@csrf @method('PUT')
Shown in WP admin and in the plugin list. e.g. "Chalzo Sync".
Folder + REST namespace. lowercase, hyphens. e.g. "chalzo-sync".
Bump on every shipped change.
One emoji — shown next to the plugin name in WP admin.
The platform URL the plugin should call. Usually app.shipieons.com / app.chalzo.com.
Cancel
@endsection