PHP jupyter

Start from jupyter

Join query in laravel eloquent

$posts = App\Post::whereHas('comments', function ($query) {
    $query->where('content', 'like', 'foo%');
})->get();

PHP 7.1 Iterables

Iterable is a pseudo-type introduced in PHP 7.1.

awesome cli

The hospital administrator is cheating!

The hospital administrator is cheating!

Laravel passport

Prepare

If it’s new laravel project and you are running mysql < 5.7. You need fix this. ``` composer require laravel/passport

PHP symbol

What does this symbol mean in PHP? 1

Free polygon Fonts

API Design Patterns

https://www.moesif.com/blog/api-guide/api-design-guidelines/

Python tracebacks

Common traceback errors:1