Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

XAMPP

Visual Studio
Intelephese
Prettier
Snippet

Composer
https://getcomposer.org/

GitBash (right click)


---------------------
php -v --> PHP Version
which php

Visual Studio Code


------------------
Install extension:
- Intelephense --> see Quick Start to activate !
- Prettier - Code formatter
- Snippet
* Menu: [File] - [Preferences] - [User Snippets] - New Snippets

"PHP Tag": {
"prefix": "php",
"body": "<?php $1 ?>"
},
"Inline echo": {
"prefix": "phpp",
"body": "<?= $$1; ?>"
}

app/Config/Route.php
--------------------
$routes->setAutoRoute(true);

MIGRASI, copy folder2:


----------------------
- Config
- Controller
- Filters
- Models
- ThirdParty
- Views

- public: css, jsc, img, asst

You might also like