This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !changes More still to come! This is just a few that have happened in Production. Tons more are coming from Development soon! :slight_smile: | |
| :added: **ADDITIONS:** | |
| ```diff | |
| + Added some placeholder MLOs for future work | |
| + Added a new scoreboard | |
| + Added New Burgershot | |
| + Added Pillbox Hospital | |
| + Added the ability to look at peds when talking | |
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | Remove Laravel Comments | |
| |-------------------------------------------------------------------------- | |
| | | |
| | Just made a new Laravel project, but don't want all those big | |
| | comment blocks? Put this in the root of your project and run | |
| | "php remove_laravel_comments.php" | |
| | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tail -f -n 450 storage/logs/laravel*.log \ | |
| | grep -i -E \ | |
| "^\[\d{4}\-\d{2}\-\d{2} \d{2}:\d{2}:\d{2}\]|Next [\w\W]+?\:" \ | |
| --color |