Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
code:laravel:iis [2020/10/27 15:07] – [Configure IIS to run with Laravel] gerardorourkecode:laravel:iis [2021/05/15 20:22] (current) – [Install PHP with Microsoft SQL Drivers] gerardorourke
Line 12: Line 12:
     * Reboot     * Reboot
     * Rename php.ini-production -> php.ini     * Rename php.ini-production -> php.ini
 +
 +  * Download and install Microsoft Visual C++ Visual Studio 2017 (required for PHP on Windows)
 +    *X64
 +      *https://go.microsoft.com/fwlink/?LinkId=746572
 +    * x86 (this is not needed - but here in case you are installing PHP 32 bit).
 +      *https://go.microsoft.com/fwlink/?LinkId=746571
  
   * Enable php for SQL   * Enable php for SQL
Line 26: Line 32:
   * Uncomment the line: <code>extension_dir = "ext"</code>   * Uncomment the line: <code>extension_dir = "ext"</code>
   * Uncomment the line: <code>extension=openssl</code>   * Uncomment the line: <code>extension=openssl</code>
 +  * Uncomment the line: <code>extension=fileinfo</code>
  
     * Add the following lines at the end of the php.ini file:     * Add the following lines at the end of the php.ini file:
  • code/laravel/iis.1603811274.txt.gz
  • Last modified: 2020/10/27 15:07
  • by gerardorourke