PHP code example of daniel-de-wit / laravel-ide-helper-hook-paperclip
1. Go to this page and download the library: Download daniel-de-wit/laravel-ide-helper-hook-paperclip 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/ */
daniel-de-wit / laravel-ide-helper-hook-paperclip example snippets
* @property \Czim\Paperclip\Contracts\AttachmentInterface|\SplFileInfo|\Czim\FileHandling\Storage\File\SplFileInfoStorableFile|\Czim\FileHandling\Contracts\Support\RawContentInterface|string $image
/*
* Package Service Providers...
*/
DanielDeWit\LaravelIdeHelperHookPaperclip\Providers\LaravelIdeHelperHookPaperclipServiceProvider::class,