Download the PHP package gilbitron/laravel-app-boilerplate without Composer

On this page you can find all versions of the php package gilbitron/laravel-app-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?

Informations about the package laravel-app-boilerplate

Laravel App Boilerplate

When creating web apps with Laravel there is always a fair bit of legwork to be done in getting the project up and running. There are some common tasks that need to be done that apply to almost every web application. For example:

The Laravel App Boilerplate seeks to do some of the heavy lifting when it comes to these tasks without tying you into some pre-configured, inflexible setup. The boilerplate is completely compatible with the default installation of Laravel and customizable to whatever level you see fit.

Requirements

The Laravel App Boilerplate requires Laravel v4.2+

Install

To install the Laravel App Boilerplate please do the following:

Usage

Your web app is now setup and ready to use. The following routes are defined and can be used:

Note that the Laravel App Boilerplate uses Laravel's built in methods and filters for authentication.

You can change the default settings in app/config/packages/gilbitron/laravel-app-boilerplate/config.php.

Customization

By default the Laravel App Boilerplate uses a pre-configured layout.blade.php and some other views (login, signup etc) that can optionally be customized. To do this you need to run the following command to copy the views to the app/views/packages directory so your changes won't be lost if you update the boilerplate package:

php artisan view:publish gilbitron/laravel-app-boilerplate

The Laravel App Boilerplate uses a custom User model for it's built in authentication pages. A default installation of Laravel provides it's own User model so it is advised that you add the following code to the default User model to make it compatible.

Credits

The Laravel App Boilerplate was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.


All versions of laravel-app-boilerplate with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
illuminate/support Version 4.2.*
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 gilbitron/laravel-app-boilerplate contains the following files

Loading the files please wait ....