Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codersales/php-cloned-repo-attempt-2
- Owner: CoderSales
- Created: 2023-12-22T13:28:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-26T15:34:52.000Z (11 months ago)
- Last Synced: 2024-01-08T16:23:44.139Z (10 months ago)
- Topics: cloned-repo, php
- Language: PHP
- Homepage: https://github.com/bradtraversy/php-crash
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)