From fd3f17bc2803a49aa6a18bab8e9b027afbe32072 Mon Sep 17 00:00:00 2001 From: Marcelo Sena Date: Sun, 28 Jun 2020 16:33:33 -0300 Subject: [PATCH] =?UTF-8?q?:up:=20Atualiza=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++++----- composer.json | 6 ++---- config/config.php | 4 +--- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7e66412..d9f1b21 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# ThemeInstall - -

+

License GitHub Language Count GitHub Repo Size GitHub Release -Total Downloads +Packagist Downloads

+# ThemeInstall + Instalar temas Laravel hospedados no GitHub Cansou de digitar os comando abaixo só para criar as visualizações padrão em todos os projetos de desenvolvimento em Laravel? @@ -19,7 +19,7 @@ $ php artisan ui bootstrap --auth $ npm install && npm run dev ``` -## Estrutura do tema padrão +## Estrutura ```txt layouts/ @@ -30,6 +30,14 @@ home.blade.php welcome.blade.php ``` +## Estrutura do tema da instalação padrão + +```txt +layouts/ +├── app.blade.php +welcome.blade.php +``` + ## Instalação Execute o seguinte comando: diff --git a/composer.json b/composer.json index c64fc8a..2aa118f 100755 --- a/composer.json +++ b/composer.json @@ -6,12 +6,10 @@ "license": "MIT", "authors": [{ "name": "Marcelo Sena", - "email": "suportemarcelosena@gmail.com", - "homepage": "https://github.com/i9w3b", - "role": "Developer" + "email": "marcelosenaonline@gmail.com" }], "require": { - "php": ">=7.2" + "php": "^7.2.5" }, "require-dev": {}, "extra": { diff --git a/config/config.php b/config/config.php index 7f3ea83..87b9bb2 100755 --- a/config/config.php +++ b/config/config.php @@ -44,8 +44,6 @@ | Del dir |-------------------------------------------------------------------------- */ - 'del_dir' => [ - '/pasta_teste' - ], + 'del_dir' => [], ];