Skip to content

Commit d92e654

Browse files
committed
Rewrote the README.
1 parent 3e719b0 commit d92e654

File tree

1 file changed

+37
-20
lines changed

1 file changed

+37
-20
lines changed

README.md

Lines changed: 37 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,64 @@
1-
# Laravel QuickStart
1+
# Laravel QuickStart
22
### A PHP Experts, Inc., Project
33

4-
Everything you need to start a production-ready Laravel+PostgreSQL+jQuery+Bootstrap system, in 5 minutes or less!
4+
Everything you need to start a production-ready
5+
Laravel+PostgreSQL+jQuery+Bootstrap system, in 5 minutes or less!
56

6-
Is it really possible to start a new Laravel project, completely from scratch, and be operational, complete with a Dockerized PHP, Nginx, PostgreSQL and Redis environment that's ready for either a devbox or production environment...
7+
Is it really possible to start a new Laravel project, completely from scratch,
8+
and be operational, complete with a Dockerized PHP, Nginx, PostgreSQL and Redis
9+
environment that's ready for either a devbox or production environment...
710

811
In less than 5 minutes?
912

1013
Now it is!
1114

12-
tl;dr: To get started, just do this:
15+
**tl;dr:** To get started, just do this:
1316

1417
git clone https://github.com/phpexpertsinc/laravel_quickstart.git
15-
cd laravel_quickstart
18+
cd laravel_quickstart
1619
./install.sh
1720

18-
Follow the prompts. And you'll be done in under 5 minutes! A complete Linux, Nginx, PostgreSQL and PHP (LEPP) stack + Redis. MariaDB and Memcache will be coming soon!
21+
Follow the prompts. And you'll be done in under 5 minutes! A complete Linux,
22+
Nginx, PostgreSQL and PHP (LEPP) stack + Redis. MariaDB and Memcache will be
23+
coming soon!
1924

20-
---
2125

22-
* Watch the [**Laravel QuickStarter HOWTO**](https://vimeo.com/254289186) installation video!
23-
[![Installation Video](https://i.vimeocdn.com/video/681397267_640.webp)](https://vimeo.com/254289186)
26+
* Watch the [**Laravel QuickStarter HOWTO**](https://vimeo.com/254289186)
27+
installation video!
28+
29+
[![Installation Video](https://goo.gl/zrNzEL)](https://vimeo.com/254289186)
2430

2531

2632
## Features: ##
2733

28-
1. Shortens the time to start a fresh Laravel site from 1-3 hours to 3-5 minutes.
29-
2. Full dockerized webstack ready for deployment on either dev boxes or docker cloud hosts, like Google App Engine.
30-
3. Uses the latest version of PHP, v7.2.2.
31-
4. Instantly available, pre-configured Laravel installation, using PostgreSQL and Redis.
32-
5. Template layouts are already installed.
33-
6. Laravel's authentication system is already installed and configured.
34-
7. **Requires no knowledge of Laravel, Docker, or even PHP.** So it's great for people who are just beginning.
35-
7. Fully scriptable and ready for CI builds.
34+
1. Shortens the time to start a fresh Laravel site from 1-3 hours to 3-5 minutes.
35+
2. Full dockerized webstack ready for deployment on either dev boxes or docker
36+
cloud hosts, like Google App Engine.
37+
3. Uses the latest version of PHP, v7.2.2.
38+
4. Instantly available, pre-configured Laravel installation, using PostgreSQL and Redis.
39+
5. Template layouts are already installed.
40+
6. Laravel's authentication system is already installed and configured.
41+
7. **Requires no knowledge of Laravel, Docker, or even PHP.** So it's great for people
42+
who are just beginning.
43+
8. Fully scriptable and ready for CI builds.
44+
3645

3746
## Live webapp deployment in minutes ##
3847

39-
This script requires absolutely no skill to setup the entire system. If you want to deploy it to, say, a [DigitalOcean Docker Droplet](https://www.digitalocean.com/products/one-click-apps/docker/?refcode=724f89bd9417), all you would have to do is, literally, upload your project to the server and then run the `./install.sh` and you'd instantly have a live server. How cool is that?!
48+
This script requires absolutely no skill to setup the entire system. If you want
49+
to deploy it to, say, a [DigitalOcean Docker Droplet](https://goo.gl/jwcUsn), all you
50+
would have to do is, literally, upload your project to the server and then run
51+
the `./install.sh` and you'd instantly have a live server. How cool is that?!
4052

4153
## Inspiration ##
4254

43-
This directly builds upon my new project [**DockerPHP**](https://vimeo.com/254179137), which I made and released yesterday. It allows you to dockerize any PHP app in under 5 minutes, by, again, two simple commands that require very little to no skill.
55+
This directly builds upon my new project [**DockerPHP**](https://vimeo.com/254179137).
56+
It allows you to dockerize any PHP app in under 5 minutes, by executing two simple
57+
commands that require very little to no skill.
4458

4559
This is definitely easier than setting up a Wamp server. And faster, too!
4660

47-
This project took me about 6 hours to create and another 4 to polish it, all in one day and ALLL night! Normally, it takes about 2 or 3 hours for me to bring a project to this level of development, **but now the installer does everything in under 3 minutes!**
61+
This project took me about 6 hours to create and another 4 to polish it, all in
62+
one day and ALLL night! Normally, it takes about 2 or 3 hours for me to bring a
63+
project to this level of development, **but now the installer does everything in
64+
under 3 minutes!**

0 commit comments

Comments
 (0)