/laravel

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

Primary LanguagePHPMIT LicenseMIT


This package provides a wonderful Laravel Skeleton to start building your next laravel idea. This is part of the Projectista (Github) ecosystem, a set of tools to help you build your next project.

For more information about Laravel, please visit laravel.com.

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

You can also use this as a standalone package, replacing all the placeholders using the provided build.sh script.

It contains the following features:

  • Laravel 10
  • Pest testing framework
  • Larastan 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