I get an error when trying to use artisan command tinker. For example I would like to add a user. In my terminal I type
$ php artisan tinker
One or more of readline posix and pcntl extensions are missing.
You need to compile PHP with the appropiate configuration options to enabled it.
Here are the instructions:
Note that posix functions are enabled by default.