msonowal / laravel-template
A project template to create a new Laravel Framework project with organized defaults and with some rules applied consistent across the apps
Requires
- php: ^7.4
- fideloper/proxy: ^4.0
- fruitcake/laravel-cors: ^1.0
- laravel/framework: ^7.0
- laravel/tinker: ^2.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.2
- facade/ignition: ^2.0
- friendsofphp/php-cs-fixer: ^2.16
- fzaninotto/faker: ^1.4
- laravel/telescope: ^3.1.1
- mockery/mockery: ^1.0
- nunomaduro/collision: ^4.1
- nunomaduro/larastan: ^0.5.4
- phpunit/phpunit: ^8.5
- spatie/laravel-web-tinker: ^1.7
This package is auto-updated.
Last update: 2024-10-29 04:31:16 UTC
README
Pipeline STATUS
Code Coverage report
About Project Scaffold
This is based on laravel 7 without the auth scaffold included and only vue installed as dependents and telescope installed
Laravel is accessible, powerful, and provides tools required for large, robust applications.
First project setup GITLAB SPECIFIC Go to > Settings > General pipelines >Custom CI configuration path update to this
.gitlab/.gitlab-ci.yml
and under > Test coverage parsing update to this
^\s*Lines:\s*\d+.\d+\%
Learning Laravel
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.