Giter VIP home page Giter VIP logo

laraboots-laravel-6.x's Introduction

Laravel + Bootstrap

My Laravel with Bootstrap template.

Contents

This project includes the following:

Clone & install packages

git clone https://github.com/earvinpiamonte/laraboots.git
cd laraboots/
composer update

Development setup

For the default setup, I recommend using Laravel Homestead.

Development using Laravel Homestead

If you are going to use Laravel Homestead, execute the following:

php vendor/bin/homestead make

This will create Homestead.yaml file for the project.

Update Homestead.yaml

Change the sites' map to laraboots.local.

sites:
    - map: laraboots.local
      to: /home/vagrant/code/public

Fire vagrant box

vagrant up

For some reason, you also need to reload and provision.

vagrant reload --provision

Connect to the box via SSH and work

vagrant ssh

Compiling assets

Navigate to the directory to ~/code/ and install npm packages:

cd code/
npm install

Run all Mix tasks.

npm run dev

Run all Mix tasks and compile to minified output.

npm run prod

Using Browsersync (my favorite).

npm run serve

Open your browser and enter http://laraboots.local:3000. The files are now on watch. Take note of the port!

Development using your preferred server

documentation still in the works!


Contact

Found any issue or have some recommendation? Email me at [email protected].

Also, check out my website. It's built using React, Gatsby as the static site generator and deployed on Netlify.

Find me:

GitHub - https://github.com/earvinpiamonte

GitHub Gist - https://gist.github.com/earvinpiamonte

CodePen - https://codepen.io/earvinpiamonte

Twitter - https://twitter.com/earvinpiamonte

LinkedIn - https://www.linkedin.com/in/earvinpiamonte

Website & Résumé - https://www.earvinpiamonte.com

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.