Drugstore management system and medical supplies
Initially started as a final year field project for a Systems Analyst (available here) I decided to refine the project, maintaining the architecture, the bases of analysis and capture of requirements of this particular business.
Laravel
Clone or download the project.
- PHP ^8.2 | ^8.1
- MariaDB ^15.1 or MySQL
- COMPOSER ^2.6.5
- Go to the folder application using cd command on your cmd or terminal
- Run
composer install
on your cmd or terminal - Copy and rename the .env.example file to .env on the root folder
- Open your .env file and change the database name (DB_DATABASE), username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
- Run
php artisan key:generate
- Run
php artisan migrate --seed
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.
If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
The Laravel framework is open-sourced software licensed under the MIT license.
Sisfarma has no yet a license of any kind.