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

1. Create the folder for all Laravel 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

laravel new LarLit

picture

5. Inside cmd window run the command

cd LarLit

picture

6. Inside cmd window run the command

php artisan serve

picture

7. Run the browser

Navigate to

http://127.0.0.1:8000/

picture