- PHP >= 7.4
- Composer PHP >= 1.9.0
PHP extensions:
- OpenSSL
- BCMath
- Fileinfo
- PDO
- Mbstring
- Tokenizer
- XML
- Ctype
- JSON
Supported databases
- SQL Server 2017+
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
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email atila.danvi@outlook.com
instead of using the issue tracker.
The MIT License. Please see license file for more information.