https://github.com/guidefari/phpcrashcourse
https://github.com/guidefari/phpcrashcourse
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/guidefari/phpcrashcourse
- Owner: guidefari
- Created: 2022-06-14T14:03:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T14:05:45.000Z (about 4 years ago)
- Last Synced: 2025-04-02T02:44:28.500Z (over 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
- following along [Traversy media crash course](https://youtu.be/BUCiSSyIGGU)
- Using docker compose, instead of xampp
- [here's an article I used](https://dev.to/truthseekers/setup-a-basic-local-php-development-environment-in-docker-kod) to help me get started with that
- [PHP buys lambos](https://twitter.com/taylorotwell/status/1534178479201259520)
# 01_output
- closing tags are optional, unless you have something underneath them.
this is valid
```php