PHP code example of interaction-design-foundation / psalm-laravel-nova
1. Go to this page and download the library: Download interaction-design-foundation/psalm-laravel-nova 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/ */
interaction-design-foundation / psalm-laravel-nova example snippets
/** @extends \Laravel\Nova\Resource<\App\Models\User> */
final class User extends Resource
{
public static $model = \App\Models\User::class;
}