Git Product home page Git Product logo

theme-install's Introduction

License GitHub Language Count GitHub Repo Size GitHub Release 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?

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

Estrutura

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

Estrutura do tema da instalação padrão

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

Instalação

Execute o seguinte comando:

composer require i9w3b/theme-install --dev

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:

  • 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

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

Se encontrar erros ou tiver sugestões de melhorias, acesse: issues

Licença

MIT © i9W3b | Consulte LICENSE.md para obter mais informações.

theme-install's People

Contributors

marcelosenabr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.