Download the PHP package phpexperts/laravel-quickstart without Composer

On this page you can find all versions of the php package phpexperts/laravel-quickstart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-quickstart

Laravel QuickStart

A PHP Experts, Inc., Project

Everything 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.sh

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!

Installation Video

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, 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. 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!


All versions of laravel-quickstart with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
laravel/framework Version ^10.0
laravel/ui Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package phpexperts/laravel-quickstart contains the following files

Loading the files please wait ....