Skip to content

Instantly share code, notes, and snippets.

@agungsugiarto
Created August 29, 2022 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agungsugiarto/936b8e9664cde206ec4296b9700bc729 to your computer and use it in GitHub Desktop.
Save agungsugiarto/936b8e9664cde206ec4296b9700bc729 to your computer and use it in GitHub Desktop.
Rename legacy view codeigniter to laravel blade extention
Get-ChildItem *.php -Recurse | Rename-Item -NewName { $_.Name -replace '.php','.blade.php' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment