Download XAMPP: https://www.apachefriends.org/
xampp==>htdocs==>dashboard==>phpinfo
<?php
phpinfo();
?>
\xampp\php\php.ini
short_open_tag=on
Step 1. Download PHP For Windows 11
Download PHP here: https://windows.php.net/download/
Step 2. Extract Zip File
Extract Location to: C:\php8
Step 3. Set Up Environment Variables
Press Windows button, type Environment Variables and hit Enter.
Click on the Environment Variable button.
Select the Path variable by simply clicking on it and after that click on the Edit button.
Click on the New button and paste the location we’ve provided below in this blank field and click the Ok button.
Step 4. Check PHP Version
To check if PHP is installed properly or not, open up your command prompt by pressing the Windows button, type cmd and press enter.
php --version
https://www.babastudio.com/blog/Cara-Mengubah-File-Konfigurasi-PHP
https://www.niagahoster.co.id/kb/mengubah-php-ini-dengan-htaccess-dan-php-selector
https://www.duniailkom.com/cara-mengubah-file-konfigurasi-php-php-ini/
https://www.petanikode.com/xampp-windows/
https://www.hostinger.co.id/tutorial/cara-membuat-script-phpinfo-dan-melihat-informasi-phpinfo
https://techdecodetutorials.com/how-to-install-php-on-windows-11/
https://techdecodetutorials.com/how-to-run-php-in-visual-studio-code-on-windows-11/
https://sulhi.id/setting-path-environment-variable-di-windows-10/
Download FileZilla Client: https://filezilla-project.org/download.php
Install Composer: https://getcomposer.org/
Install npm: https://docs.npmjs.com/cli/v8/configuring-npm/install
pilih folder project kita, kemudian buka dengan gitbash
ketik:
composer create-project laravel/laravel coba-laravel
ls
cd coba-laravel
php artisan serve
composer global require laravel/installer
naik satu step folder
cd ..
ketik
laravel
pindah ke folder tertentu
cd F:
akses tempat penyimpanan
cd name_of_folder
install laravel
laravel
buat folder baru
laravel new coba2-laravel
menjalankan
cd coba2-laravel
jalankan local dev server
php artisan serve
valet
kunjungi https://packagist.org/
search valet-windows or https://packagist.org/packages/cretueusebiu/valet-windows
https://mayakron.altervista.org/support/acrylic/Windows10Configuration.htm
Install Valet with Composer via
composer global require cretueusebiu/valet-windows
Run the valet install command
valet install
valet park
Cara membuat folder baru
laravel new name_of_folder
Cara menjalankan laravel
php artisan serve
Laravel: https://laravel.com/docs
CodeIgniter: https://codeigniter.com/user_guide/index.html