Skip to content

Instantly share code, notes, and snippets.

View Blast06's full-sized avatar

Julio Delgado Tapia Blast06

View GitHub Profile
@Blast06
Blast06 / preferencias_usuario.dart
Created May 19, 2020 03:05 — forked from Klerith/preferencias_usuario.dart
Flutter: Configuración singleton para las preferencias del usuario
import 'package:shared_preferences/shared_preferences.dart';
/*
Recordar instalar el paquete de:
shared_preferences:
Inicializar en el main
final prefs = new PreferenciasUsuario();
await prefs.initPrefs();
@Blast06
Blast06 / Skills
Last active February 21, 2021 14:55 — forked from BcRikko/Skills
My skills
TypeScript █████████████░░░░░░░ Not Bad
Dart ██████████████░░░░░░ Not Bad
Flutter █████████████░░░░░░░ Not Bad
Laravel █████████░░░░░░░░░░░ Sort of
Editing ███████████████░░░░░ Alright
Shows/Docs ███████████████████░ Strong

##Para proyectos de laravel:

1-Run composer install on your cmd or terminal

**2-Copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu

3-Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration. By default, the username is root and you can leave the password field empty. (This is for Xampp) By default, the username is root and password is also root. (This is for Lamp)