/laravel

Primary LanguagePHP

:repo_name

GitHub Tests Action Status GitHub Code Style Action Status


Features

  • Preconfigured PHP & JS linting (and formatting)
  • Test suite via Pest
  • Code analysis via Larastan (composer phpstan)
  • GitHub Workflows (deployments & other CI/CD processes)
  • Commit & release scripts to automate & streamline releases

This repo can be used to scaffold a Bisnow Laravel app. Follow these steps to get started:

  1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
  2. Run php ./configure.php — a script that will replace all placeholders throughout the project.

Get Started

git clone https://github.com/:vendor_slug/:repo_slug

Usage

wip

Contributing

Contributions are always welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. Make sure to review our internal documentation before getting started.

Happy coding!