# Example project

REMARKS

  • An online version of this project (with previews of the solved exercises) can be found at https://php8.z01.be/ (opens new window)
  • In this project, we use Tailwind CSS (opens new window) for the design. Although this is not the main topic of this course, it may be interesting to wander around in the project source files in order to brush up your knowledge.
  • Clone the repo:
    • Open a terminal window in C:\sites_laravel
    • Execute the statement git clone https://github.com/pverhaert/learn_php8.git
    • Remove the .git folder
  • Open C:\vagrant\homestead\Homestead.yaml and adjust the configuration







 
 
 

folders:
  - map: C:/sites_laravel
    to: /home/vagrant/code
sites:
  - map: homestead.test
    to: /home/vagrant/code
    php: "8.1"
  - map: php8.test
    to: /home/vagrant/code/learn_php8/public_html
    php: "8.1"
1
2
3
4
5
6
7
8
9
10
  • (Re)start Homestead: use option 2 in laravel.bat
    Restart Homestead

  • Open a PhpStorm in the project folder C:\sites_laravel\learn_php8

Homepage of example project

Last Updated: 8/24/2023, 12:59:10 PM