php artisan make:migration create_users_table // Create users table
ErrorException Use of undefined constant JSON_INVALID_UTF8_SUBSTITUTE - assumed 'JSON_INVALID_UTF8_SUBSTITUTE'
When I searched on the net, it was a problem with the PHP version. It's an error that appears only in PHP 7.2 or later When I checked the version, it was PHP 7.1.
In the first place, I migrated outside the docker container. So, into the docker container
And migration passed safely! !!