F1.06 Creating Php Lumen project (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

1. Create the folder for all Lumen projects

Let's name it "dev" with a full path="c:\dev".

2. Run "cmd"

3. Inside cmd window run the command

cd c:\dev

4. Inside cmd window run the command

composer create-project --prefer-dist laravel/lumen LumLit

picture

5. Inside cmd window run the command

cd LumLit

picture

6. Inside cmd window run the command

php -S localhost:8000 -t public

picture

7. Run the browser

Navigate to

http://127.0.0.1:8000/

picture