Git Product home page Git Product logo

laravue53's Introduction

Curso Laravel 5.3 + Vue.JS

Link do Curso Laravel 5.3 + VueJS

Requisitos

Instalação

No seu arquivo homestead.yaml configure:

sites:
    - map: laravue53.app 
      to: /home/vagrant/Code/Cursos/vue-laravel/public
      
ports:
    - send: 3000
      to: 3000
      
    - send: 3001
      to: 3001

Na sua pasta ~/Homestead, baixe, instale e execute o projeto:

~$ cd ~/Homestead
~/Homestead$ vagrant up --provision
~/Homestead$ vagrant ssh
vagrant@homestead:~$ cd Code
vagrant@homestead:~/Code$ mkdir Cursos
vagrant@homestead:~/Code$ cd Cursos
vagrant@homestead:~/Code/Cursos$ git clone <repository> vue-laravel
vagrant@homestead:~/Code/Cursos$ cd vue-laravel
vagrant@homestead:~/Code/Cursos/vue-laravel$ npm install
vagrant@homestead:~/Code/Cursos/vue-laravel$ gulp

Configure seu arquivo .env com suas configurações de banco de dados e execute as migrations

vagrant@homestead:~/Code/Cursos/vue-laravel$ php artisan migrate

Configure seu arquivo de hosts para apontar para o endereço http://laravue53.app

192.168.10.10    laravue53.app

No seu navegador, aponte para http://laravue53.app

Licença

OpenSource under MIT License

laravue53's People

Contributors

brunowerneck 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.