Skip to content

Instantly share code, notes, and snippets.

View renzocastillo's full-sized avatar
😎

Renzo Castillo renzocastillo

😎
View GitHub Profile
@renzocastillo
renzocastillo / langJson.php
Created May 10, 2023 00:05
Convert Laravel language files from PHP to JSON
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
class LangFilesToJson extends Command
{
/**
* The name and signature of the console command.