Skip to content

Commit

Permalink
🆙 Atualização
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Sena committed Jun 28, 2020
1 parent 4e14fe3 commit fd3f17b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ThemeInstall

<p align="center" class="text-center" style="text-align:center;"><a href="https://i9w3b.github.io" target="_blank"><img src="https://i9w3b.github.io/i9w3b.png" width="200"></a></p>
<p align="center" class="text-center" style="text-align:center;"><a href="https://github.com/i9w3b" target="_blank"><img src="https://cdn.jsdelivr.net/gh/i9w3b/cdn/img/logo-200px.png" width="200"></a></p>
<p align="center" class="text-center" style="text-align:center;">
<a href="https://github.com/i9w3b/theme-install/blob/master/LICENSE.md"><img src="https://img.shields.io/github/license/i9w3b/theme-install" alt="License"></a>
<a href="https://github.com/i9w3b/theme-install"><img src="https://img.shields.io/github/languages/count/i9w3b/theme-install" alt="GitHub Language Count"></a>
<a href="https://github.com/i9w3b/theme-install"><img src="https://img.shields.io/github/repo-size/i9w3b/theme-install" alt="GitHub Repo Size"></a>
<a href="https://github.com/i9w3b/theme-install/releases"><img src="https://img.shields.io/github/v/release/i9w3b/theme-install" alt="GitHub Release"></a>
<a href="https://github.com/i9w3b/theme-install"><img src="https://img.shields.io/github/downloads/i9w3b/theme-install/total" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/i9w3b/theme-install"><img alt="Packagist Downloads" src="https://img.shields.io/packagist/dt/i9w3b/theme-install"></a>
</p>

# 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?
Expand All @@ -19,7 +19,7 @@ $ php artisan ui bootstrap --auth
$ npm install && npm run dev
```

## Estrutura do tema padrão
## Estrutura

```txt
layouts/
Expand All @@ -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:
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
"license": "MIT",
"authors": [{
"name": "Marcelo Sena",
"email": "[email protected]",
"homepage": "https://github.com/i9w3b",
"role": "Developer"
"email": "[email protected]"
}],
"require": {
"php": ">=7.2"
"php": "^7.2.5"
},
"require-dev": {},
"extra": {
Expand Down
4 changes: 1 addition & 3 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
| Del dir
|--------------------------------------------------------------------------
*/
'del_dir' => [
'/pasta_teste'
],
'del_dir' => [],

];

0 comments on commit fd3f17b

Please sign in to comment.