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 Project
icon, choose a project name likemyProjectName
, hit Enter or clickSave Project
.Click
Save
to close the Edit Project window
3. Download LARAVEL using Composer
Click on
Open Command Prompt
icon and execute (in folderWWW
)
4. Setup Nginx
In the Projects list, click
Project Setup
Leave
Enable Local Virtual Server
checked.Set
Public Sub-Folder
topublic
. The folderpublic
must exist!Click on
Edit Nginx Virtual Server
button and replace thelocation /
section with:Save
myProjectName.conf
and clickSave
to close the Edit Project windowPress
Reload Nginx
button
5. Setup PHP
Press
Edit php.ini
button next to Php and comment outopen_basedir
(and pray), save php.ini,Press
Restart PHP-CGI
button
Php Artisan Key:generate Windows 7
6. Configure LARAVEL
Use Adminer to check if the project's database
myProjectName
was created automaticallyEdit laravel .env file
WWWmyProjectName.env
and 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