Skip to content

a21ns1g4ts/green-reports

Repository files navigation

green-reports

The best way to share reports

License: MIT

PS: This repository is only for a test demonstration

Requirements

  • PHP >= 7.4
  • Composer PHP >= 1.9.0

PHP extensions:

  • OpenSSL
  • BCMath
  • Fileinfo
  • PDO
  • Mbstring
  • Tokenizer
  • XML
  • Ctype
  • JSON

Supported databases

  • SQL Server 2017+

Installation

Clone the repository

git clone https://github.com/Atiladanvi/green-pharma-admin.git

Switch to the repo folder

cd green-pharma-admin

Install all the dependencies using composer

composer install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Set the database connection in .env

DB_CONNECTION=<sqlsrv>
DB_HOST=<host>
DB_PORT=<port>
DB_DATABASE=<databse name>
DB_USERNAME=<database user>
DB_PASSWORD=<database password>

Clean the application cache

php artisan optimize 

Run the green setup

php artisan green:setup

Start the local development server

php artisan serve

You can access the server at http://localhost:8000

Finally, now you can login as administrator with follows credentials:

E-mail: admin@green.dev

Password: greenIsAmazing

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email atila.danvi@outlook.com instead of using the issue tracker.

Credits

License

The MIT License. Please see license file for more information.

About

📈 The best way to share reports

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages