Download the PHP package zaherg/laravel-starter without Composer

On this page you can find all versions of the php package zaherg/laravel-starter. 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-starter

Laravel Starter Kit

Intro

This is a small template I've built based on Laravel framework, after I spent some time preparing for a small project. So to make my life easier later, I decided to create this template.

Installing and running the code

Requirements

Please make sure that you have installed Docker with Docker Compose.

Setup the local IP

In order to get the container up and running, you can follow these simple steps.

Add an entry 127.0.0.1 web.docker.local to your /etc/hosts file:

Running the image

All you have to do is to execute the command:

Docker customization:

This image comes with a ready to use Dockerfile and docker-compose.yml which you can either modify as you like.

The preferred way to override docker-compose.yml values is to add a new file called docker-compose.override.yml and change the value that you want over there, please refer to this post from Docker documentation about extending and having multiple compose files.

Note:

Please note that this template is using Swoole Laravel package to help running your code faster, feel free to read more about Swoole.

Installed packages:

These are the packages that I've installed, other than the one comes with laravel.

  1. Swoole Laravel.
  2. Laravel CORS.
  3. PRedis.
  4. Laravel Debugbar.
  5. Laravel IDE Helper.
  6. PHP CS Fixer.
  7. PHP Code Sniffer.

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.


All versions of laravel-starter with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3
barryvdh/laravel-cors Version ^0.11.2
fideloper/proxy Version ^4.0
laravel/framework Version 5.7.*
laravel/tinker Version ^1.0
predis/predis Version ^1.1
swooletw/laravel-swoole Version ^2.5
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 zaherg/laravel-starter contains the following files

Loading the files please wait ....