Skip to content

Latest commit

 

History

History
executable file
·
25 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

executable file
·
25 lines (21 loc) · 1.04 KB

Codacy Badge

Serpo-time-counter 📊

Project Based on

  • Laravel 5.7.* Framework
  • AdminLTE Template
  • XLSX Writer/Loader Library

How to use

  • configure the php.ini (change the memory limit into -1 and file upload size 20MB++)
  • run composer update
  • Migrate the database using : php artisan migrate
  • run the application using : php artisan serve
  • open at localhost:8000

How to Use in Linux Server

  • Clone or download file into /var/www/
  • if Using HTTPS{
    • set webserver directory in /etc/apache/sites-available/https.conf into /var/www/::Project Name::/public }
  • run chmod -R 777 ::Project Name::/ outside ::Project Name::
  • run composer update inside ::Project Name::

Application Workflow

alt text