https://github.com/tykoth/phpochete
Pochetinha com vários recursos pra ajudar um programador PHP
https://github.com/tykoth/phpochete
Last synced: 4 months ago
JSON representation
Pochetinha com vários recursos pra ajudar um programador PHP
- Host: GitHub
- URL: https://github.com/tykoth/phpochete
- Owner: tykoth
- Created: 2019-12-17T14:44:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T14:47:14.000Z (over 6 years ago)
- Last Synced: 2025-03-12T20:17:04.637Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phpochete
Pochetinha com vários recursos pra ajudar um programador PHP
Depois coloco uns códigos, uma gif entraçada e vários textos.
// grep command with sed to create Console\Commands\Command::class
// grep -r '^class *' . | cut -d':' -f2 | sed -Ee "s:^class ([^\ ]+).*:Console\\\Commands\\\\\1\:\:class:g"
[