Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdp77/hmm
Hardware Maintenance Management for Website
https://github.com/rdp77/hmm
Last synced: about 2 months ago
JSON representation
Hardware Maintenance Management for Website
- Host: GitHub
- URL: https://github.com/rdp77/hmm
- Owner: rdp77
- License: mit
- Created: 2022-04-17T16:17:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T08:28:59.000Z (over 1 year ago)
- Last Synced: 2024-04-13T20:45:28.646Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Requirement
- [Composer](https://getcomposer.org/).
- [Node JS](https://nodejs.org/en/) (Optional).
- Code editor for doing coding activities [Visual Studio Code](https://code.visualstudio.com/) or [Sublime](https://www.sublimetext.com/) or [Atom](https://atom.io/).
- Php and Web server for running laravel in web browser, can use [XAMPP](https://www.apachefriends.org/) or [Laragon](https://laragon.org/).
- Database Management System.Because it uses Laravel migrations feature it can use any type of DBMS as long as it's a Relational Database.
## Getting Started
1. Clone repository with the command `git clone https://github.com/rdp77/veyaz.git`
2. Installing package form Composer with command `composer install`
3. Installing package module node js with command `node install` (Optional)
4. Run command `php artisan veyaz:start`
5. Running web application using commands `php artisan serve` or running manually with web server.Login using username `admin` and password `admin`
## Command Reference
```
php artisan command:name
```| Name | Description |
| :------------ | :------------------------ |
| `veyaz:start` | Setup Veyaz |
| `veyaz:con` | Setup Connection Database |
| `veyaz:db` | Database Import |## Third-party Library
This template uses several libraries as helpers to improve the template, and can be seen [here](/library.md)
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct) or veyaz [Code of Conduct](https://github.com/rdp77/veyaz/blob/master/CODE_OF_CONDUCT.md).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).