Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpexpertsinc/laravel-quickstart
Everything you need to start a production-ready Laravel+MariaDB+PostgreSQL+Bootstrap system, in 5 minutes or less! https://vimeo.com/254289186
https://github.com/phpexpertsinc/laravel-quickstart
bootstrap laravel laravel5 php php7
Last synced: about 5 hours ago
JSON representation
Everything you need to start a production-ready Laravel+MariaDB+PostgreSQL+Bootstrap system, in 5 minutes or less! https://vimeo.com/254289186
- Host: GitHub
- URL: https://github.com/phpexpertsinc/laravel-quickstart
- Owner: PHPExpertsInc
- License: other
- Created: 2018-02-04T20:04:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T06:26:28.000Z (9 months ago)
- Last Synced: 2024-11-15T07:55:38.147Z (2 days ago)
- Topics: bootstrap, laravel, laravel5, php, php7
- Language: PHP
- Homepage:
- Size: 798 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel QuickStart
### A PHP Experts, Inc., ProjectEverything you need to start a production-ready
Laravel+PostgreSQL+jQuery+Bootstrap system, in 5 minutes or less!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...In less than 5 minutes?
Now it is!
**tl;dr:** To get started, just do this:
composer create-project phpexperts/laravel-quickstart projectname
git clone https://github.com/phpexpertsinc/laravel_quickstart.git
cd laravel_quickstart
./install.shFollow 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!* Watch the [**Laravel QuickStarter HOWTO**](https://vimeo.com/254289186)
installation video![![Installation Video](https://goo.gl/zrNzEL)](https://vimeo.com/254289186)
## Features: ##
1. Shortens the time to start a fresh Laravel site from 1-3 hours to 3-5 minutes.
2. Full dockerized webstack ready for deployment on either dev boxes or docker
cloud hosts, like Google App Engine.
3. Uses the latest version of PHP, v7.4.
4. Instantly available, pre-configured Laravel installation, using PostgreSQL and Redis.
5. Template layouts are already installed.
6. Laravel's authentication system is already installed and configured.
7. **Requires no knowledge of Laravel, Docker, or even PHP.** So it's great for people
who are just beginning.
8. Fully scriptable and ready for CI builds.## Live webapp deployment in minutes ##
This script requires absolutely no skill to setup the entire system. If you want
to deploy it to, say, a [DigitalOcean Docker Droplet](https://goo.gl/jwcUsn), 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?!## Inspiration ##
This directly builds upon my new project [**DockerPHP**](https://vimeo.com/254179137).
It allows you to dockerize any PHP app in under 5 minutes, by executing two simple
commands that require very little to no skill.This is definitely easier than setting up a Wamp server. And faster, too!
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!**