|
1 | | -# Laravel QuickStart |
| 1 | +# Laravel QuickStart |
2 | 2 | ### A PHP Experts, Inc., Project |
3 | 3 |
|
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! |
5 | 6 |
|
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... |
7 | 10 |
|
8 | 11 | In less than 5 minutes? |
9 | 12 |
|
10 | 13 | Now it is! |
11 | 14 |
|
12 | | -tl;dr: To get started, just do this: |
| 15 | +**tl;dr:** To get started, just do this: |
13 | 16 |
|
14 | 17 | git clone https://github.com/phpexpertsinc/laravel_quickstart.git |
15 | | - cd laravel_quickstart |
| 18 | + cd laravel_quickstart |
16 | 19 | ./install.sh |
17 | 20 |
|
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! |
19 | 24 |
|
20 | | ---- |
21 | 25 |
|
22 | | -* Watch the [**Laravel QuickStarter HOWTO**](https://vimeo.com/254289186) installation video! |
23 | | -[](https://vimeo.com/254289186) |
| 26 | +* Watch the [**Laravel QuickStarter HOWTO**](https://vimeo.com/254289186) |
| 27 | +installation video! |
| 28 | + |
| 29 | +[](https://vimeo.com/254289186) |
24 | 30 |
|
25 | 31 |
|
26 | 32 | ## Features: ## |
27 | 33 |
|
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 | + |
36 | 45 |
|
37 | 46 | ## Live webapp deployment in minutes ## |
38 | 47 |
|
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?! |
40 | 52 |
|
41 | 53 | ## Inspiration ## |
42 | 54 |
|
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. |
44 | 58 |
|
45 | 59 | This is definitely easier than setting up a Wamp server. And faster, too! |
46 | 60 |
|
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