From: Vincent Vanwaelscappel Date: Thu, 25 Nov 2021 15:24:26 +0000 (+0100) Subject: wait #4913 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=506925b5f8893dff37d16800f776f6f3608ef685;p=odl.git wait #4913 @0.5 --- diff --git a/config/backpack/base.php b/config/backpack/base.php index 6a0288b..a2a3648 100644 --- a/config/backpack/base.php +++ b/config/backpack/base.php @@ -109,10 +109,10 @@ return [ // change background color with bg-dark, bg-primary, bg-secondary, bg-danger, bg-warning, bg-success, bg-info, bg-blue, bg-light-blue, bg-indigo, bg-purple, bg-pink, bg-red, bg-orange, bg-yellow, bg-green, bg-teal, bg-cyan, bg-white // Developer or company name. Shown in footer. - 'developer_name' => 'Fluidbook', + 'developer_name' => 'Odile project', // Developer website. Link in footer. Type false if you want to hide it. - 'developer_link' => 'https://www.fluidbook.com', + 'developer_link' => 'https://cube.odile.space', // Show powered by Laravel Backpack in the footer? true/false 'show_powered_by' => false, diff --git a/updateodl b/updateodl index 7515be4..1532648 100644 --- a/updateodl +++ b/updateodl @@ -7,4 +7,5 @@ php artisan cubist:magic:migrate php artisan optimize:clear php artisan permission:cache-reset chmod 755 updateodl +npm install npm run prod