Debugging a Laravel 5 artisan migrate unexpected T_VARIABLE FatalErrorException 1


Solution :

There might be a semicolon or bracket missing a line

Check all in your migration files.

Laravel is configured to create daily log files for your application which are stored in the storage/logs directory.