Giter VIP home page Giter VIP logo

liftoff's Introduction

Liftoff - a quick start for Laravel development in a new environment

Liftoff -- a quick start for Laravel development in a new environment

Liftoff is a simple tool for setting up an ideal Laravel development environment on any machine.

It can be run multiple times on the same machine safely.

Getting Started

Prerequisites

  • macOS, Linux, or Windows with WSL2
  • curl or wget installed
  • git installed

Basic Installation

Liftoff is activated by running one of the following commands in your terminal.

Method Command
curl sh -c "$(curl -fsSL https://raw.githubusercontent.com/tighten/liftoff/main/liftoff.sh)"
wget sh -c "$(wget -O- https://raw.githubusercontent.com/tighten/liftoff/main/liftoff.sh)"
fetch sh -c "$(fetch -o - https://raw.githubusercontent.com/tighten/liftoff/main/liftoff.sh)"

Manual inspection

It's a good idea to inspect the install script from projects you don't yet know. You can do that by downloading the install script first, looking through it so everything looks normal, then running it:

curl --remote-name https://raw.githubusercontent.com/tighten/liftoff/main/liftoff.sh
less liftoff.sh
sh liftoff.sh

What Liftoff does for you

Liftoff isn't a locally installed tool; you run it once and then you're done.

It'll install:

  • PHP
  • Composer (for PHP dependencies)
  • The Laravel Installer
  • Takeout (for other dependencies like databases)

Thanks

The oomph to finally build this from a conversation with the incredible Taylor Otwell. The name came from Dan Sheetz. This README and a few of the Bash functions (attributed inline) were inspired by Oh-My-Zsh.

liftoff's People

Contributors

mattstauffer avatar danielebarbaro avatar

Watchers

James Cloos avatar  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.