1Just change your php.ini(xampp/php/php.ini) file, it worked for me!
2
3max_execution_time = 5000
4max_input_time = 5000
5memory_limit = 1000M
6post_max_size = 750M
7upload_max_filesize = 750M
8
9And, don't forget to restart Apache Module from XAMPP Control Panel.
10