Laravel Twitter
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x https://github.com/atymic/twitter
tips and tricks about PHP, Symfony, Laravel, javascript
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x https://github.com/atymic/twitter
There’s a hidden API endpoint you can use to validate if a provided Gmail address exists or is made up. <?php namespace App\Rules; use Illuminate\Contracts\Validation\Rule; class ValidGmailAddress implements Rule {…Continue Reading …