APP_NAME- Redis cache use this.APP_URL- Email links use this.FILESYSTEM_DRIVER- Set default filesystem config. eg.public,aws,digitalocean,ftp$redirectTo- Set correct urls (sometimes apps don't have/home). Usually used afterlogin,reset password,register
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| composer install | |
| cp .env.example .env | |
| php artisan key:generate | |
| php artisan passport:install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create a copy of this file on your Laravel project. | |
| # Then run | |
| # sh docker-install.sh | |
| docker info > /dev/null 2>&1 | |
| # Ensure that Docker is running... | |
| if [ $? -ne 0 ]; then | |
| echo "Docker is not running." |
- Goto https://laragon.org/download/
- Download
Download Laragon - Full
- Goto https://windows.php.net/downloads/releases/archives/
- Download
php-7.1.9-Win32-VC14-x64or what ever version you need. - Find php dir from Laragon menu.

- Extract new version to php directory
OlderNewer