Paul's Latest Public Bookmarks
How to Generate Entities from an Existing Database (Symfony Docs)
The steps and Doctrine commands to make Symfony create Entities from an existing database, and then make getters and setters within them. Very helpful if you've got tables you then need Entities for rather than using their builder to make the migrations and SQL to create the tables.
Saved by: Paul on 9 Jun 2021
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