Skip to content

Instantly share code, notes, and snippets.

View mustafaerpek's full-sized avatar

Mustafa Erpek mustafaerpek

View GitHub Profile
@jakebathman
jakebathman / remove_laravel_comments.php
Last active July 10, 2024 08:29
Remove comments from fresh Laravel files
<?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"
|