https://github.com/sbthdr/openlabcrm
Openlabcrm is a micromodule task management system based on Laravel 8.
https://github.com/sbthdr/openlabcrm
bootstrap4 jqeury laravel
Last synced: 3 months ago
JSON representation
Openlabcrm is a micromodule task management system based on Laravel 8.
- Host: GitHub
- URL: https://github.com/sbthdr/openlabcrm
- Owner: SBTHDR
- Created: 2021-08-21T17:48:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T15:00:36.000Z (over 3 years ago)
- Last Synced: 2025-01-06T20:30:31.706Z (5 months ago)
- Topics: bootstrap4, jqeury, laravel
- Language: PHP
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Openlabcrm
## About Repository
Openlabcrm is a micro module task management system based on Laravel 8.
Backend system provide a complete management of Task CRUD,
with full role and permission based authentication and authorization.## Tech Specification
- Laravel 8
- jQuery 3
- Bootstrap 4
- Font Awesome 5
- sweetalert## Features
- Role based Authentication
- Role Authorization
- Show, update, edit, and delete user as admin## Installation
- `git clone https://github.com/SBTHDR/openlabcrm.git`
- `cd openlabcrm/`
- `cp .env.example .env`
- `composer install`
- Run `php artisan key:generate`
- Update `.env` and set your database credentials
- `php artisan migrate --seed`
- `npm install`
- `npm run dev`
- `php artisan serve`## License
[MIT license](https://opensource.org/licenses/MIT).