IT Nursery
PHP 7 introduces return type declarations. Which means I can now indicate the return value is a certain class, interface, array, callable or one of the newly hintable scalar...
  • June 3, 2022
  • 0 Comments
I’m running laravel 5.4 on Ubuntu 16.04 server with PHP7. trying to install cviebrock/eloquent-sluggable package throw some error: pish@let:/home/sherk/ftp/www$ sudo composer require cviebrock/eloquent-sluggable Do not run Composer as root/super...
  • May 18, 2022
  • 0 Comments
Can someone explain the differences between ternary operator shorthand (?:) and null coalescing operator (??) in PHP? When do they behave differently and when in the same way (if...
  • May 4, 2022
  • 0 Comments
WordPress Editor not updating files: Unable to communicate back with site to check for fatal errors Now, this technically didn’t fix the issue at hand. But I just added...
  • March 6, 2022
  • 0 Comments