These steps should have been mentioned in the prerequisites of the Laravel Installation Guide, since I'm surely not the only person trying to get Laravel running on macOS.
Install Mcrypt using Homebrew and PECL (comes with PHP)
# PHP 7.3| /** | |
| * Created by M on 15/04/17. With ❤ | |
| */ | |
| /* | |
| * Reverse Geocode JS [ES7] Gist. Converts latitude/longitude to a human readable address. | |
| * Firstly, tries to judge whether the lat/long is over a road. If so, returns the local street address | |
| * with state and country stripped out. | |
| * If not, returns the local address for the nearest point of interest. (or place). The second condition works even if | |
| * the lat/long belongs to a disputed territory such as Kashmir, India. |
These steps should have been mentioned in the prerequisites of the Laravel Installation Guide, since I'm surely not the only person trying to get Laravel running on macOS.
Install Mcrypt using Homebrew and PECL (comes with PHP)
# PHP 7.3