Oleksandr Khantil
Oleksandr Khantil
Stack on Android 4.4 (API 19) ``` 03-08 00:38:55.273 14623-14623/uk.ivanc.archimvvm E/MainViewModel: Error loading GitHub repos javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x53757e30: Failure in SSL library, usually a protocol error error:1407742E:SSL...
``` use Livewire\Component; use App\Models\Contact; class ContactForm extends Component { public $contact; public function mount(Contact $contact) { $this->contact = $contact; $this->contact->name = 'Simple name'; } public function submit() { $this->validate();...
Laravel and all dependencies of the latest version. PHP 8.1 Valet `Pool::isSupported()` return true ``` echo exec("/opt/homebrew/Cellar/[email protected]/8.1.24/bin/php -v"); // with Zend OPcache v8.1.24, Copyright (c), by Zend Technologies echo shell_exec("/opt/homebrew/Cellar/[email protected]/8.1.24/bin/php...
Is it possible to display "Just now" instead of "0 seconds ago" for a newly added record in strict mode?