Skip to content

IgnacioRomang/auditoria_casinos

 
 

Repository files navigation

IMPORTANTE

Antes de iniciar el servidor, asegurarse de ..:

To start the scheduler itself, we only need to add one cron job on the server (using the crontab -e command), which executes php /path/to/artisan schedule:run every minute in the day:

          • php /path/to/artisan schedule:run 1>> /dev/null 2>&1

Please note that we need to provide the full path to the Artisan command of our Laravel installation.

To discard the cron output we put /dev/null 2>&1 at the end of the cronjob expression.

De esta forma, se podrá ejecutar con normalidad el schedule de LARAVEL. Pero.. por las dudas, ejecutar también uno por uno los comandos que haya, así se evitan errores, porque pueden estar programados para una hora/día en particular y puede pasar mucho tiempo hasta que eso suceda. [Aclarar aquí que comandos no ejecutar.]

En la carpeta console/commands se encuentran los comandos y sus descripciones, se ejecutan: php artisan nombre:delcomando [si en la descripcion dice algo mas -> ponerlo]

CONFIGURAR

CANTIDAD DE DÍAS QUE SE SORTEAN MESAS DE BACK UP EN: App\Http\Controllers\Aperturas\ABMCRelevamientosAperturaController $cantidad_dias_backup

IGNORAR

Build Status Total Downloads Latest Stable Version License

About Laravel

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:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

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 [email protected]. All security vulnerabilities will be promptly addressed.

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.2%
  • Blade 27.8%
  • PHP 23.0%
  • CSS 6.1%
  • SCSS 2.2%
  • Less 1.5%
  • Other 0.2%