PHP code example of avirdz / laravel-git-sniffer
1. Go to this page and download the library: Download avirdz/laravel-git-sniffer library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
avirdz / laravel-git-sniffer example snippets
sh
php artisan vendor:publish --provider="Avirdz\LaravelGitSniffer\GitSnifferServiceProvider" --tag=config
sh
php artisan git-sniffer:copy
sh
"post-install-cmd": [
"...laravel commands..."
"php artisan git-sniffer:copy"
],