Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shengyou/laravel-starter
- Owner: shengyou
- Created: 2013-03-26T04:06:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-06T09:18:43.000Z (almost 12 years ago)
- Last Synced: 2023-05-19T21:01:14.230Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)