Explore >> Select a destination


You are here

rocketee.rs
| | logr.cogley.info
25.0 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 ...
| | snipe.net
43.5 parsecs away

Travel
| | Composer is a PHP dependency manager that's used in just about any modern PHP application, and it works similarly to how Bundler works for Ruby. Even though Composer itself gives you a warning about not running it as root, lots of people disregard this warning and run it as root anyway. We run into this [...] The post So you ran composer as root... appeared first on Snipe.Net.
| | blog.goodbyeplease.com
62.5 parsecs away

Travel
| | When you have trust issues with a project's plugin repository.
| | srcincite.io
65.3 parsecs away

Travel
| When I was researching exploit primitives for the SQL Injection vulnerabilities discovered in Cisco DCNM, I came across a generic technique to exploit SQL In...