This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
A complete pharmacy management system with Laravel 8 for small businesses.
A complete pharmacy management system with Laravel 8 for small businesses.
# Complete pharmacy management system # Features 1. Products 2. Product categories 3. Purchases 4. Sales 5. Supplier 6. Reports 7. Access Control (roles and permissions) 8. Users 9. User Profile 10. Settings (Application settings) 11. Application backup 12. Dashboard 13. Stock notifications # Installation - Watch the installation process on youtube below. [](https://www.youtube.com/watch?v=nhMaD6MhJzU) Or Follow these steps to install the application. 1. Clone the Repository ``` git clone https://github.com/MusheAbdulHakim/Pharmacy-management-system.git ``` 2. Go to project directory ``` cd Pharmacy-management-system ``` 3. Install packages with composer ``` composer install ``` 4. Install npm packages with ``` npm install; npm run dev ``` 5. Create your database 6. Rename .env.example to .env Or copy it and paste at project root directory and name the file .env.You can also use this command. ``` cp .env.example ./.env ``` 7. Generate app key with this command ``` php artisan key:generate ``` 8. Set database connection to your database in the .env file. ``` DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=doccure DB_USERNAME=root DB_PASSWORD= ``` 9. Import full database sql file in the database folder, or run migrations Use this command to run migrations ``` php artisan migrate --seed ``` 10. Start the local server and browser to your app. This command will start the development server ``` php artisan serve ``` 11. Open the address in the terminal in your browser.Usually address is usually like this: ``` http://127.0.0.1:8000 ``` 12. Enjoy and make sure to star the repo :).Report bugs,features and also send your pull requests. # admin login credentials ``` email: admin@
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...