hpolthof / laravel-package
A package boilerplate for Laravel
Requires
- laravel/framework: ^5.8
Requires (Dev)
- orchestra/testbench: ^3.8
This package is auto-updated.
Last update: 2024-11-07 23:46:22 UTC
README
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