Latest Public Bookmarks
Automate the Boring Stuff with Python
Learning to code with Python by automating tasks
Saved by: Paul on 16 Apr 2021
How to Color and Style the Console Output (Symfony Docs)
Different settings for output of console jobs (command line scripts)
Saved by: Paul on 18 Mar 2021
Console Input (Arguments & Options) (Symfony Docs)
Adding arguments and options to the Symfony scripts you can run using the command line
Saved by: Paul on 18 Mar 2021
Trust Laravel Homestead SSL Certificates - Sterner Stuff
The steps for adding Homestead's CA to trusted certificates so a browser will trust your dev certificate
Saved by: Paul on 25 Feb 2021
php - How to install old version of composer - Stack Overflow
This one did it for me for downgrading within Vagrant Homestead box: curl -O "https://getcomposer.org/download/1.10.17/composer.phar" chmod a+x composer.phar sudo mv composer.phar /usr/local/bin/composer
Saved by: Paul on 25 Feb 2021
CSS filter generator to convert from black to target hex color
Tool for working out the 'filter' CSS settings when you're trying to re-colour an SVG on a web page
Saved by: Paul on 24 Feb 2021
Change Color of SVG on Hover | CSS-Tricks
Various methods for changing the colour of an SVG used on a web page
Saved by: Paul on 24 Feb 2021
symfony - Is there a way to inject EntityManager into a service - Stack Overflow
How to get EntityManager into a Service in Symfony
Saved by: Paul on 10 Feb 2021