Laravel Boilerplate
Introduction
- One-liner shell script to set up your Laravel project.
- Pre-commit hooks for Laravel coding standards. This will lint the code changes during commit. In case coding standard is not followed, it aborts the commit and return warnings.
- GitHub Issues and Pull Requests templates.
- GitHub Action for coding standards check:
- PHP CS - PHP coding linter
- ESLint - JavaScript coding linter
- Larastan - Laravel static code analyzer
Installation
- Clone the repo using the below command
git clone https://github.com/ColoredCow/laravel-init your_project_name
- Go to the project directory using below command
cd your_project_name
- Run this command to setup the project
sh project-setup.sh