Sharing PHP-CS-Fixer rules across projects and teams
Tim MacDonald shares a nice way to go about this.
Read more [laravel-news.com]
Posts tagged with sharing
Tim MacDonald shares a nice way to go about this.
Read more [laravel-news.com]
Transfer.sh is a free service by Dutchcoders that allows you to easily share files from the command line. Here's an example of how you can use it:
transfer my-favorite-file.txt
The given file will be uploaded to the transfer.sh-servers and the command will respond with a short url linking to that file. Pretty neat!
The only thing you need to do is set up a bash function called "transfer" (you can name it anything you want really).
Don't trust the transfer.sh with your supersecret files? Then you can set up your own server to transfer the files to.