Skip to content

Scaffold a new laravel package using projectista. This repository is part of projectista.

License

Notifications You must be signed in to change notification settings

projectista/laravel-package

Repository files navigation


this package provides a wonderful laravel package skeleton to start building your next package idea. this is part of the projectista (github) ecosystem, a set of tools to help you build your next project.

if is supposed to be used as a starting point for your next laravel package, scaffolded using the projectista binary.

it contains the following features:

  • pest testing framework
  • phpstan static analysis
  • pint integration

testing

run tests using pest

./vendor/bin/pest

run static analysis using phpstan

./vendor/bin/phpstan

lint your code using pint

./vendor/bin/pint

About

Scaffold a new laravel package using projectista. This repository is part of projectista.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages