Skip to content

Proyecto de Taller de Desarrollo de Software una página web para administrar la compra y venta de libros utilizando Laravel 5.2

Notifications You must be signed in to change notification settings

programacionparaaprender/EditorialWeb

Repository files navigation

curso

https://www.udemy.com/course/sonarqube/

comandos sonarqube luego de crear proyecto y asignarle el proyectkey

https://docs.sonarqube.org/latest/analyzing-source-code/scanners/sonarscanner/ sonar-scanner -Dsonar.host.url=http://localhost:9000 -Dsonar.login=admin -Dsonar.password=admin -Dsonar.projectName=EditorialWeb -Dsonar.projectKey=EditorialWebID -Dsonar.projectVersion=1.0 -Dsonar.sources=.

comando empleando token

sonar-scanner -Dsonar.login=1dafde238dbde9821ab0fbc409e56008401b7fb0

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.

About

Proyecto de Taller de Desarrollo de Software una página web para administrar la compra y venta de libros utilizando Laravel 5.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published