/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

snipe.net
| | logr.cogley.info
3.4 parsecs away

Travel
| | If you are doing any modern PHP dev on Mac, check out the Laravel ecosystem, especially «Laravel Valet». It makes things so easy, you get a myapp.test served locally. Install php and composer via brew. Edit your .zshrc (or equivalent) to add php and .composer/vendor/bin to your system path. cd into your local PHP project. Run valet link myapp and valet secure myapp. Access your app via https://myapp.test. Profit. You can run Laravel Forge to connect, say, a Digital Ocean droplet to a git repo, so that ...
| | blog.bitexpert.de
2.7 parsecs away

Travel
| | Automate and simplify the process of applying patches to your project files during the Composer install procedure with cweagans/composer-patches and symplify/vendor-patches.
| | maissan.net
4.1 parsecs away

Travel
| | Gulp is a great tool for automating your development workflow. It can also be a great tool for updating your Drupal site. The multiple steps of logging in, enabling maintenance mode, uploading files and running update.php can be replaced with a single "gulp deploy" command.
| | chrispeoples.com
16.0 parsecs away

Travel
|