- WAMPServer 3.1.9
Installer can be accessed in: WAMPServer download site
- PHP 7.2.21
Preferred but built in php 7.2.18 in WAMP works. No need to find installer if going to use v7.2.18.
- SQLServer 2012
If we have online copy, put link here.
- Adjust the version of wampserver to 7.2.18
- Add php to path in environment variables.
- PHP bin is in
./wamp64/bin/php/
- PHP bin is in
- Forgot prerequisites (e.g. Redists). Please update this.
- Forgot installation details. Please update this.
- Download php.ini here:
link_to_file_here
- Manual edit:
- put instructions here
- Download link: SQLSRV5.3 download site
- Install the download. It will give a folder of SQLServer drivers for PHP.
- Copy files in
php_pdo_sqlsrv_72_ts_x64.dll
andphp_sqlsrv_72_ts_x64.dll> to <./wamp64/bin/php/php7.2.18/ext/
- Repository: https://github.com/Jetszxcki/LECCO-System
- SSH : [email protected]:Jetszxcki/LECCO-System.git
- Apply this step only if production of system is done in an offline environment (local).
- Extract the Nunito.zip file (found at the repo) or download the font at https://fonts.google.com/specimen/Nunito and install it to your computer system.
- Run:
php artisan serve
- If it runs but localhost:8000 keeps loading, run
php artisan config:cache
then restart server.
- If it runs but localhost:8000 keeps loading, run
- Alternative command:
php -S localhost:8000 -t public/
- getColumnType() error:
- Install form table column dependency by typing the following command:
composer require doctrine/dbal
.
- Install form table column dependency by typing the following command: