PHP code example of matakltm / laravel-code-detective
1. Go to this page and download the library: Download matakltm/laravel-code-detective 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/ */
matakltm / laravel-code-detective example snippets
return [
];
$codeDetective = new Matakltm\CodeDetective();
echo $codeDetective->echoPhrase('Hello, Matakltm!');
bash
php artisan vendor:publish --tag="laravel-code-detective-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="laravel-code-detective-config"
bash
php artisan vendor:publish --tag="laravel-code-detective-views"