Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shengyou/laravel-starter

A initial script that boosts your laravel development.
https://github.com/shengyou/laravel-starter

Last synced: 2 days ago
JSON representation

A initial script that boosts your laravel development.

Awesome Lists containing this project

README

        

laravel-starter
===============

Laravel 4 starter script

## What is this?

This script is just a simple bash script to help you init a laravel 4 starter package, to save your time!

## What's include?

This script do these tasks:
* check your environments
* download laravel 4 package from github
* unpack it, install composer packages
* config laravel
* generate key
* setup folder permission
* clean up, run server and open safari
* more actions will add in the future

## Setup

There are two ways to use laravel starter

### The automatic installer… (do you trust me?)

You can install this via the command line with either `curl` or `wget`.

via `curl`

curl -L https://github.com/shengyou/laravel-starter/raw/master/install.sh | sh

via `wget`

wget --no-check-certificate https://github.com/shengyou/laravel-starter/raw/master/install.sh -O - | sh

### The manual way

1. Clone the repository

``` git clone [email protected]:shengyou/laravel-starter.git ./ ```

2. run the script

``` sh install.sh ```

## TODO
* add/install guard support
* add/install CRUD generator
* open editor when finished

## Author
Shengyou Fan (If you like it, please endorse me on coderwall) [![endorse](https://api.coderwall.com/shengyou/endorsecount.png)](https://coderwall.com/shengyou)