Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codersales/php-cloned-repo-attempt-2

https://www.youtube.com/watch?v=BUCiSSyIGGU&t=722s
https://github.com/codersales/php-cloned-repo-attempt-2

cloned-repo php

Last synced: about 5 hours ago
JSON representation

https://www.youtube.com/watch?v=BUCiSSyIGGU&t=722s

Awesome Lists containing this project

README

        

# PHP Crash Course Files

These are the files from my crash course on Youtube. If you want to follow along and use the files, you can clone or download the zip and use the **_starter_files** folder.

If you are using VS Code and prettier and want Prettier to work with .php files, run

```
npm install
```

## custom

[Get-Process](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-process?view=powershell-7.4)

[Stop-Process](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process?view=powershell-7.4)

____

Where project served from: [Live Server Web Extension [SETUP HELP]](https://www.youtube.com/watch?v=54wcX1G2GH8&ab_channel=RitwickDey)

- [timestamp](https://youtu.be/54wcX1G2GH8?t=45)

- [argument when defining function, parameter is something "passed in", "as an argument", "that's a parameter"](https://youtu.be/BUCiSSyIGGU?t=3913)

06_functions.php

- [anonymous function save to variable](https://youtu.be/BUCiSSyIGGU?t=4065)

- [arrow functions](https://youtu.be/BUCiSSyIGGU?t=4116)