Skip to content

hilmysyarif/erp

Repository files navigation

Chile Agrícola

Using Laravel Latest Stable Version Total Downloads Build Status License

Instalación

Para comenzar a desarrollar, es recomendable utilizar Vagrant.

1. Descargar Vagrant

  http://www.vagrantup.com/ 

2. Descargar VirtualBox

  https://www.virtualbox.org/

3. Configurar homestead

  http://laravel.com/docs/homestead

4. Ingresar a Vagrant y a Mysql

  vagrant ssh
  mysql -uhomestead -p
  password: "secret"

5. Crear BD chileAgricola

  create database chileagricolaDB

6. Crear Migrations y Seeds

  php artisan generate migration
  php artisan migrate:refresh --seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published