https://github.com/code4mk/laravel-friend
Laravel friend - boilerplate with docker , code style fix, organize structure and robust features.
https://github.com/code4mk/laravel-friend
laravel laravel-boilerplate laravel-docker laravel-docker-compose laravel-friend laravel-nginx laravel-pint laravel-repository-pattern nginx nginx-docker php-cs-fixer
Last synced: 5 months ago
JSON representation
Laravel friend - boilerplate with docker , code style fix, organize structure and robust features.
- Host: GitHub
- URL: https://github.com/code4mk/laravel-friend
- Owner: code4mk
- Created: 2023-04-30T14:34:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T13:19:32.000Z (about 2 years ago)
- Last Synced: 2025-02-19T12:55:24.829Z (about 1 year ago)
- Topics: laravel, laravel-boilerplate, laravel-docker, laravel-docker-compose, laravel-friend, laravel-nginx, laravel-pint, laravel-repository-pattern, nginx, nginx-docker, php-cs-fixer
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Friend
Laravel friend - boilerplate with docker , code style fix, orgranize structure and robust features.
# setup pre-commit hook for pint fixing.
```bash
composer run-script cghooks add
composer run-script cghooks update
```
# pint fix (manual)
```bash
composer run-script pint-fix
```