Votes: 161
https://alexvanderbist.com/posts/2018/how-to-hack-and-win-the-may-mayhem-blog-contest
Votes: 72
| <?php | |
| use PhpCsFixer\Config; | |
| use PhpCsFixer\Finder; | |
| $rules = [ | |
| 'phpdoc_indent' => true, | |
| 'binary_operator_spaces' => [ | |
| 'operators' => ['=>' => null] | |
| ], |
| #!/usr/bin/env bash | |
| ln -s /Applications/Sublime\ Merge.app/Contents/SharedSupport/bin/smerge /usr/local/bin/smerge |
| <template> | |
| <div class="users"> | |
| <div v-if="error" class="error"> | |
| <p>{{ error }}</p> | |
| </div> | |
| <ul v-if="users"> | |
| <li v-for="{ id, name, email } in users"> | |
| <strong>Name:</strong> {{ name }}, | |
| <strong>Email:</strong> {{ email }} |
| <example-component | |
| :example-data="{"wrestler_name":"&quot;Mercenary&quot; Keith Anderson"}" | |
| > | |
| </example-component> |
├── .gitignore
├── manuscript
│ ├── Book.txt
│ ├── Sample.txt
│ ├── Subset.txt
│ ├── acknowledgments.md
│ ├── backmatter.txt
│ ├── chapter01.md
│ ├── chapter02.md
https://twitter.com/MrPReimers/status/956806077563195392
Just bought Docker for PHP Developers by @paulredmond. 😍 A great way to start using @Docker in @symfony / @laravelphp projects 👍
https://twitter.com/josesabarbosa/status/956720618480775169
I spent so many hours trying to figure this things out by myself and you make it look so easy 👌. This is gold for beginners. Next stop, chapter 6 🔥.
https://twitter.com/cmgmyr/status/956644987504128002
📘Just read through the first few chapters of @paulredmond’s book. It’s such a smooth read, and he makes Docker seem a lot more accessible. If you're interested in learning Docker, you should pick it up!
| var states = [ | |
| { | |
| label: 'Alabama', | |
| value: 'AL' | |
| }, | |
| { | |
| label: 'Alaska', | |
| value: 'AK' | |
| }, | |
| { |
| <?php | |
| namespace Tests; | |
| use Illuminate\Http\Request; | |
| use Laravel\Lumen\Testing\TestCase as BaseTestCase; | |
| abstract class TestCase extends BaseTestCase | |
| { | |
| /** |
| { | |
| "draw_white_space": "all", | |
| "added_words": | |
| [ | |
| "Laravel", | |
| "mkdir", | |
| "github", | |
| "https", | |
| "laravel", | |
| "Ubuntu", |