From 842aae009493305b0163d9b4fbbe0209128c94cc Mon Sep 17 00:00:00 2001 From: Clement Date: Mon, 27 Jul 2020 16:15:43 +0200 Subject: [PATCH] :bento: Ajoute les icones Bootstrap --- .../Commands/SymlinkToSVGIconCommand.php | 47 +++++++++++++++++++ composer.json | 3 +- package-lock.json | 5 ++ package.json | 3 ++ public/images/bootstrap-icons.svg | 1 + 5 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 app/Console/Commands/SymlinkToSVGIconCommand.php create mode 120000 public/images/bootstrap-icons.svg diff --git a/app/Console/Commands/SymlinkToSVGIconCommand.php b/app/Console/Commands/SymlinkToSVGIconCommand.php new file mode 100644 index 0000000..b27a17a --- /dev/null +++ b/app/Console/Commands/SymlinkToSVGIconCommand.php @@ -0,0 +1,47 @@ +