Postingan

Menampilkan postingan dari September, 2019

How to install PHP using XAMPP and LARAVEL

Hello Everyone! today i will tell you how to install XAMPP for using PHP, first, you must get XAMPP on  https://www.apachefriends.org/download.html  from their official website. second, Install XAMPP like usual just click Next Button until the installing is done. third, Open XAMPP and press "start" on Apache and Mysql! Fourth, to make it easier download composer from their official website  https://getcomposer.org/doc/00-intro.md fifth, open composer and install like usual just click next button until the installing is done and choose php in XAMPP directory sixth, open cmd and type 1 cd C : \ XAMPP / htdocs / and then type composer create - project -- prefer - dist laravel / laravel Tutor_Laravel after that type cd belajar_laravel and then type 1 php artisan serve after that open your browser and type 127.0.0.1:8000 if u see "LARAVEL" then u completed installing Laravel the reaso