Download WinNMP Installer -
- Php Artisan Key:generate Windows 7
- Php Artisan Key Generate Command
- Php Artisan Key:generate Windows 10 Pro
Hi there i'm following the Windows ISS (Install Snipe-IT Windows 2008 R2 With IIS) I have so far gone through with minimal problems i'm on step 'Configuring Snipe IT' under chapter 3 iii i'm trying to run the command 'php artisan key:gen. For Windows Users. Copy.env.example.env now open.env and modify database etc. Details with yours. Php artisan key:generate # Add tables to the database.
WinNMP - Nginx MariaDB Redis Php development stack for Windows
A lightweight, fast and stable server stack for developing php mysql applications on windows, based on the excellent webserver Nginx. A lighter alternative to XAMPP and WAMP.
1. Install WinNMP Stack
- Download the latest installer. The installer produces a portable folder.
2. Create a new LARAVEL Project
Open WinNMP Manager by clicking the taskbar or desktop icon
Click on
New Projecticon, choose a project name likemyProjectName, hit Enter or clickSave Project.Click
Saveto close the Edit Project window

3. Download LARAVEL using Composer
Click on
Open Command Prompticon and execute (in folderWWW)
4. Setup Nginx
In the Projects list, click
Project SetupLeave
Enable Local Virtual Serverchecked.Set
Public Sub-Foldertopublic. The folderpublicmust exist!Click on
Edit Nginx Virtual Serverbutton and replace thelocation /section with:Save
myProjectName.confand clickSaveto close the Edit Project windowPress
Reload Nginxbutton
5. Setup PHP
Press
Edit php.inibutton next to Php and comment outopen_basedir(and pray), save php.ini,Press
Restart PHP-CGIbutton
Php Artisan Key:generate Windows 7
6. Configure LARAVEL
Use Adminer to check if the project's database
myProjectNamewas created automaticallyEdit laravel .env file
WWWmyProjectName.envand set :Open a Command Prompt and execute:
Php Artisan Key Generate Command
7. View the frontend
Php Artisan Key:generate Windows 10 Pro
- Browse to
http://myProjectName.test