PHP code example of devrabiul / laravel-php-inspector
1. Go to this page and download the library: Download devrabiul/laravel-php-inspector 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/ */
devrabiul / laravel-php-inspector example snippets
bash
php artisan vendor:publish --provider="Devrabiul\LaravelPhpInspector\LaravelPhpInspectorServiceProvider"
bash
php artisan phpinspector-compat:check
bash
php artisan phpinspector-compat:check --php=8.4
bash
php artisan phpinspector-compat:check --path=app/Models