kristopher/chistesdev

返回一个随机的编程笑话。

dev-main 2023-11-16 04:30 UTC

This package is auto-updated.

Last update: 2024-09-16 06:31:29 UTC


README

Laravel中的示例使用

public function obtenerJoke()
{
    $joke = new Joke();
    return $joke->get();
}

版本 1.0.0