Skip to content

Instantly share code, notes, and snippets.

View n3omaster's full-sized avatar
🎯
Focusing on new ideas

Erich Garcia Cruz n3omaster

🎯
Focusing on new ideas
View GitHub Profile
@hoandang
hoandang / laravel-artisan-cheatsheet
Last active December 5, 2023 17:27
Laravel artisan cheatsheet
Available commands:
clear-compiled Remove the compiled class file
down Put the application into maintenance mode
env Display the current framework environment
help Displays help for a command
inspire Display an inspiring quote
list Lists commands
migrate Run the database migrations
optimize Cache the framework bootstrap files
serve Serve the application on the PHP development server
@Klerith
Klerith / plugins.md
Last active March 14, 2024 15:17
Flutter: Curso de Flutter - Instalaciones recomendadas

Programas

git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"