4,461
edits
→Post-installation updates: add PHPUnit installation note |
|||
Line 120: | Line 120: | ||
I add the application short name as an extension to <span class="package">artisan</span> because I have multiple instances of Laravel applications and create links to corresponding <span class="package">artisan</span> executables. | I add the application short name as an extension to <span class="package">artisan</span> because I have multiple instances of Laravel applications and create links to corresponding <span class="package">artisan</span> executables. | ||
It's also good idea to install PHPUnit, especially if you're interested in taking the TDD approach to development. | |||
<div class="cli"> | |||
<span style="color:#00ff00;">mhan</span><span style="color:#444444;">@</span><span style="color:#00cccc;">brahms</span><span style="color:#999999">:</span><span style="color:blue;">~/sanban</span><span style="color:#cccccc;"> | |||
$ <b class="color:white;">sudo apt-get install phpunit</b> | |||
</span> | |||
</div> | |||
== Configuration == | == Configuration == |