Skip to content

Instantly share code, notes, and snippets.

View mayuelcuarto's full-sized avatar
🏠
Working from home

El Mayu mayuelcuarto

🏠
Working from home
View GitHub Profile
set COMPOSER_MEMORY_LIMIT=-1
composer require tcg/voyager
//Realizar configuraciones internas de voyager y excel
php artisan voyager:install
composer require maatwebsite/excel
@mayuelcuarto
mayuelcuarto / Angular_material_g_comand
Last active May 5, 2019 13:36
Angular 7 Comandos para angular material
- ng g @angular/material:nav main-menu
npm run build:ssr
@mayuelcuarto
mayuelcuarto / JDK 8
Created September 11, 2018 20:16
Glassfish 4
//Agregar esta linea al final del archivo asenv.bat para que reconozca el jdk 8
set AS_JAVA=C:\Program Files\Java\jdk1.8.0_162
@mayuelcuarto
mayuelcuarto / Bootstrap_symfony.txt
Created March 7, 2018 13:29
Añadir diseño de bootstrap a los forms de symfon
Añadir form_themes en la sección twig del archivo config.yml
# Twig Configuration
twig:
form_themes: ['bootstrap_4_layout.html.twig']
@mayuelcuarto
mayuelcuarto / clear_cache
Last active October 4, 2018 05:55
Comandos populares de la consola de Symfony
php bin/console cache:clear --env=prod