This is my personal collection of modern PHP Tooling that I setup for all of my Laravel projects.
- Pint - Formatting
- Install Laravel Pint
- Setup strict config pint.json
- Setup PHPStorm File Watcher for Pint
- PeckPHP - Fix Typos
- Install PeckPHP
| function routes() | |
| { | |
| if [ $# -eq 0 ]; then | |
| php artisan route:list | |
| else | |
| php artisan route:list | grep ${1} | |
| fi | |
| } |
| alias gundo='git reset HEAD~ && git clean -df' |
| #! /bin/bash | |
| # Find available updates for WordPress plugins via WP-CLI, then upgrade theme one at a time. | |
| # After each upgrade, commit the changed files to Git. | |
| # | |
| # Requires that WP-CLI be installed and in your path: http://wp-cli.org/ | |
| # | |
| # Currently, it will only work when run from the root of the WordPress installation, and has | |
| # a hard-coded path for wp-content/plugins. | |
| # |
| /** | |
| * Mass (bulk) insert or update on duplicate for Laravel 4/5 | |
| * | |
| * insertOrUpdate([ | |
| * ['id'=>1,'value'=>10], | |
| * ['id'=>2,'value'=>60] | |
| * ]); | |
| * | |
| * | |
| * @param array $rows |
| # This file contains common pin mappings for the BIGTREETECH SKR mini | |
| # E3 v2.0. To use this config, the firmware should be compiled for the | |
| # STM32F103 with a "28KiB bootloader". Also, select "Enable extra | |
| # low-level configuration options" and configure "GPIO pins to set at | |
| # micro-controller startup" to "!PA14". | |
| # The "make flash" command does not work on the SKR mini E3. Instead, | |
| # after running "make", copy the generated "out/klipper.bin" file to a | |
| # file named "firmware.bin" on an SD card and then restart the SKR | |
| # mini E3 with that SD card. |
This is my personal collection of modern PHP Tooling that I setup for all of my Laravel projects.
Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.
Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1