Skip to content

GonzaloSP/rukas

Repository files navigation

Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

Instalación

  1. Instalar la base de datos.

  2. Luego copiar el archivo .env en la carpeta raíz en donde se encuentra la aplicación y reemplazar los datos de conexión a la base de datos:

DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=mydb DB_USERNAME=XXXX DB_PASSWORD=XXXXX

DB_HOST2=127.0.0.1 DB_PORT2=3306 DB_DATABASE2=rukas_dbase DB_USERNAME2=XXXX DB_PASSWORD2=XXXXX

  1. Instalar composer https://getcomposer.org/, entrar en la carpeta raíz de la aplicación (donde se encuentra .env) y ejecutrar 'composer install'

  2. Los archivos a ser procesados deben ser almacenados en la carpeta CSV y luego de ser procesados se moverán a importedCSV.

  3. Para ejecutar la aplicación deben acceder a http://XXXXXX/CSVtoDB/index.php/import

  4. Para que el sistema envíe emails se debe configurar el parámetro:

MAIL_DRIVER=sendmail MAIL_HOST=localhost MAIL_PORT=25 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null

Formato del archivo

FORMATO_IDGP_IDEN_IDDV_ID_EMPRESA_DATE Example: Filename: BDIT_0103_040916_1525_0916_DATE, IDGP=0103; IDEN=04916; IDDV=1525; el resto es la fecha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages