ocofre77 / ventas

ventas conalgi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Official Documentation

Documentation for the framework can be found on the Laravel website.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

ventas

Sistema de Ventas de Propiedades y seguimiento de Tareas de Vendedores

Herramientas recomendadas

1. VS Code
2. Laragon (Windows)
3. Composer

Instalación Ambiente Desarrollo

1. Clonar o copiar el código fuente en la siguiente ruta:
   C:\laragon\www
   de esta manera: C:\laragon\www\ventas
   
2. Abrir Laragon
    ◦ Presionar el botón: Star all, se inician el servicio de mysql y apache
    ◦ Presionar el boton: Database y conectarse a la base de datos
    ◦ Crear la base de datos en con el nombre “ventas”

3. Abrir el proyecto en VS Code
4. Abrir el archivo .env  se debe verificar que este correcta la configuración de la conección a la base de datos.
5. Abrir una terminar y ejecutar el siguiente comando: php artisan migrate 
6. Este comando crea la tablas de la base de datos
    ◦ php artisan db:seed
7. En base de datos ejecutar el siguiente sql 
   INSERT INTO `ventas`.`role_user` (`user_id`, `role_id`) VALUES ('1', '1');

About

ventas conalgi


Languages

Language:JavaScript 46.1%Language:HTML 37.1%Language:Blade 10.0%Language:PHP 4.5%Language:Less 2.2%Language:Shell 0.0%