LaravelPackages.net
Acme Inc.
Toggle sidebar
hpolthof/laravel-package

A package boilerplate for Laravel

12
0
v1.0.1
About hpolthof/laravel-package

hpolthof/laravel-package is a Laravel package for a package boilerplate for laravel. It currently has 0 GitHub stars and 12 downloads on Packagist (latest version v1.0.1). Install it with composer require hpolthof/laravel-package. Discover more Laravel packages by hpolthof or browse all Laravel packages to compare alternatives.

Last updated

Laravel Package Boilerplate

As this is something I often repeat, I just created a repo for it.

How to use?

Install the repository with composer as a new project

composer create-project --prefer-dist hpolthof/laravel-package my-package

This will build the project, now enter the project directory and run:

php install.php install

You will now be prompted to set the name and namespace of the package. Afterwards the package will be configured for use.

Publish your package

To publish your package you should publish it into a Github repo and add it to packagist.

Disclaimer

This package is used for internal development, but published for public use. Obviously this software comes as is, and there are no warranties or whatsoever.

If you like the package it is always appreciated if you drop a message of gratitude! ;-)

The package was build by: Paul Olthof

Star History Chart