PHPackages                             i9w3b/theme-install - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. i9w3b/theme-install

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

i9w3b/theme-install
===================

Instalar Temas em Projetos Laravel

v1.0(5y ago)019MITPHPPHP ^7.2.5

Since Jun 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/i9w3b/theme-install)[ Packagist](https://packagist.org/packages/i9w3b/theme-install)[ Docs](https://github.com/i9w3b/theme-install)[ RSS](/packages/i9w3b-theme-install/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

[![](https://camo.githubusercontent.com/4002eb66fe93799ef3aaeddba3b6b9c289513c8db505c440a3a83804770fa7d5/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f69397733622f63646e2f696d672f6c6f676f2d32303070782e706e67)](https://github.com/i9w3b)

[![License](https://camo.githubusercontent.com/a383aca5d8e019f0ca770210624d44b744262e37308b09bcffa6fd461a842913/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f69397733622f7468656d652d696e7374616c6c)](https://github.com/i9w3b/theme-install/blob/master/LICENSE.md)[![GitHub Language Count](https://camo.githubusercontent.com/1dbc7cae895ee861cecd77634c668b7dbf7a5fb81bae414c13858a828c15a39e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f756e742f69397733622f7468656d652d696e7374616c6c)](https://github.com/i9w3b/theme-install)[![GitHub Repo Size](https://camo.githubusercontent.com/0cbb6eb777298ac1a11b43c4787956d76c48f65e8d78b9e983aed09674de38a1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f69397733622f7468656d652d696e7374616c6c)](https://github.com/i9w3b/theme-install)[![GitHub Release](https://camo.githubusercontent.com/389e0a997dd56626c3aa532025580ad3eb9ee94fb2f17c7702370f612755f3d7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f69397733622f7468656d652d696e7374616c6c)](https://github.com/i9w3b/theme-install/releases)[![Packagist Downloads](https://camo.githubusercontent.com/003f160fa96c2e6a608c88c6903eb3b386ffb6fb010fc844f13ba1a83ab31944/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69397733622f7468656d652d696e7374616c6c)](https://packagist.org/packages/i9w3b/theme-install)

ThemeInstall
============

[](#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?

```
$ composer require laravel/ui
$ php artisan ui bootstrap --auth
$ npm install && npm run dev
```

Estrutura
---------

[](#estrutura)

```
layouts/
├── app.blade.php
└── shared/
    └── css.blade.php
home.blade.php
welcome.blade.php
```

Estrutura do tema da instalação padrão
--------------------------------------

[](#estrutura-do-tema-da-instalação-padrão)

```
layouts/
├── app.blade.php
welcome.blade.php
```

Instalação
----------

[](#instalação)

Execute o seguinte comando:

```
composer require i9w3b/theme-install --dev
```

Como Usar
---------

[](#como-usar)

O comando abaixo, fornece uma estrutura básica de views padrão para iniciar um projeto.

```
php artisan theme:install https://github.com/i9w3b/theme-laravel.git
```

> - ## Observação de uso:
>
>     [](#observação-de-uso)
> - `theme:install` é o comando artisan que faz todo o trabalho
> - `https://github.com/i9w3b/theme-laravel.git` fica a sua escolha

Você pode alterar a url como no exemplo:

```
php artisan theme:install https://github.com/sua_conta/repositorio_do_tema.git
```

Configuração
------------

[](#configuração)

Execute:

```
php artisan vendor:publish --provider="I9W3b\ThemeInstall\ThemeInstallServiceProvider"
```

Agora você pode personalizar algumas variáveis no arquivo publicado `config/themeinstall.php`

Dúvidas/Sugestões
-----------------

[](#dúvidassugestões)

Se encontrar erros ou tiver sugestões de melhorias, acesse: [issues](https://github.com/i9w3b/theme-install/issues/new)

Licença
-------

[](#licença)

[MIT](https://github.com/i9w3b/theme-install/blob/master/LICENSE.md) © [i9W3b](https://github.com/i9w3b) | Consulte [LICENSE.md](https://github.com/i9w3b/theme-install/blob/master/LICENSE.md) para obter mais informações.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2141d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/69287168?v=4)[i9dev](/maintainers/i9w3b)[@i9w3b](https://github.com/i9w3b)

---

Top Contributors

[![marcelosenabr](https://avatars.githubusercontent.com/u/61695005?v=4)](https://github.com/marcelosenabr "marcelosenabr (1 commits)")

---

Tags

laravelpackagethemesi9w3btheme-install

### Embed Badge

![Health badge](/badges/i9w3b-theme-install/health.svg)

```
[![Health](https://phpackages.com/badges/i9w3b-theme-install/health.svg)](https://phpackages.com/packages/i9w3b-theme-install)
```

###  Alternatives

[wujunze/money-wrapper

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
