Download the PHP package labs64/laravel-boilerplate without Composer

On this page you can find all versions of the php package labs64/laravel-boilerplate. 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?
labs64/laravel-boilerplate
Rate from 1 - 5
Rated 5.00 based on 1 reviews

Informations about the package laravel-boilerplate

Build Status Laravel Version PHP Badge Latest Stable Version Total Downloads License

Laravel Boilerplate Project

Laravel Boilerplate provides a very flexible and extensible way of building your custom Laravel applications.

Table of Contents

Features

Theme Demo

Gentelella Bootstrap Admin Template

Gentelella Admin Theme Demo

System Requirements

To be able to run Laravel Boilerplate you have to meet the following requirements:

Installation

  1. Install Composer using detailed installation instructions here

  2. Install Node.js using detailed installation instructions here

  3. Clone repository

  4. Change into the working directory

  5. Copy .env.example to .env and modify according to your environment

  6. Install composer dependencies

  7. An application key can be generated with the command

  8. Execute following commands to install other dependencies

  9. Run these commands to create the tables within the defined database and populate seed data

Troubleshooting

Run

To start the PHP built-in server

or

Now you can browse the site at http://localhost:8080 🙌

Docker

Here is a Docker based local development environment prepared, which provides a very flexible and extensible way of building your custom Laravel applications.

What's Inside

This project is based on docker-compose. By default, the following containers are started: laravel-env (centos:7 based), mysql, nginx. Additional containers (phpmyadmin, mailhog) are externalized into docker-compose.utils.yml. The /var/www/laravel-boilerplate directory is the web root which is mapped to the nginx container. You can directly edit configuration files from within the repo as they are mapped to the correct locations in containers.

Laravel Boilerplate Docker

System Requirements

To be able to run Laravel Boilerplate you have to meet the following requirements:

Run

  1. Clone repository

  2. Copy .env.example to .env and modify according to your environment (make sure database host set to DB_HOST=mysql)

  3. Start environment

    or

  4. Build project

    or

Now you can browse the site at http://localhost:80 🙌


  1. Stop environment

    or

How To's & Modules configuration

Check out project wiki pages for modules configuration and troubleshooting. For more detailed instructions on how to use Laravel and it's extensions, check out the full Laravel documentation.

How to contribute

Fork the repository, read the CONTRIBUTE file and make some changes. Once you're done with your changes send a pull request and check CI validation status. Thanks!

Contributors and Supporters

Thank you to all the contributors on this project. Your help is much appreciated!

Bugs and Feedback

For bugs, questions and discussions please use the GitHub Issues.

License

This boilerplate is open-source software licensed under the MIT license.


All versions of laravel-boilerplate with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.5
albertcht/invisible-recaptcha Version ^1.9
arcanedev/log-viewer Version ^7.0
creativeorange/gravatar Version ^1.0
davejamesmiller/laravel-breadcrumbs Version ^5.2
fruitcake/laravel-cors Version ^1.0
kyslik/column-sortable Version ^6.1
labs64/netlicensingclient-php Version ^2.4
laravel/framework Version ^7.0
laravel/socialite Version ^4.1
laravel/tinker Version ^2.0
laravel/ui Version ^2.0
laravelcollective/html Version ^6.1.0
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 labs64/laravel-boilerplate contains the following files

Loading the files please wait ....