Add file upload function. modify paramiter FILESYSTEM_DISK=public in file .env

This commit is contained in:
paoloGuagnano
2024-02-21 17:29:21 +01:00
parent e6f3fcbb4e
commit cd9c380b58
12 changed files with 254 additions and 129 deletions

View File

@@ -11,5 +11,6 @@ use Illuminate\Database\Eloquent\Model;
class Word extends Model
{
use HasFactory;
protected $fillable = ['name', 'translation'];
}