Laravel5 Package Template

screenshot of Laravel5 Package Template

Boilerplate template for Laravel 5 packages

Overview

The Boilerplate Laravel 5 Package is a scaffold for building custom packages in Laravel 5. It provides boilerplate files that can be easily customized to create a new package. This package allows developers to quickly set up the basic structure and configuration of a new Laravel 5 package.

Features

  • Scaffold for building custom packages: Provides boilerplate files that serve as a starting point for creating a new Laravel 5 package.
  • Configuration file: Includes a configuration file that can be easily renamed and customized to fit the needs of the new package.
  • ServiceProvider: The package includes a ServiceProvider that can be modified to handle specific components and configurations required by the package.
  • Easy to install: All the necessary steps for installation are provided, including cloning the repository, renaming directories, and editing files.

Summary

The Boilerplate Laravel 5 Package provides developers with a scaffold for creating custom packages in Laravel 5. It includes boilerplate files, a configuration file, and a ServiceProvider that can be easily customized to meet the specific requirements of a new package. The installation process involves cloning the repository, renaming directories, and editing configuration files to match the new package's name and namespace. Overall, this package streamlines the initial setup and configuration process, allowing developers to quickly start building their own Laravel 5 packages.