Before proceeding with the installation, make sure you have the following software installed on your system:
- PHP (version 8.0 or higher)
- Composer
git clone this-urlcd project-rootInstall composer dependencies of this project by running
composer installCopy .env-example to .env and download database from database/test-db folder and configure your database and other connection.
php artisan cache:clearphp artisan optimize:clearphp artisan serveApi Url http://127.0.0.1:8000 and go to the link http://127.0.0.1:5173/ for login and enter the system admin credentials below.
mobile no: 01756888319
password: 123456user id: 200000000163
password: 02522016user id: 100000006843
password: 02522016user id: 100000004769
password: 02522016- All model should extend BaseModel class.
- All controller should extend BaseController class.
Thanks to everyone who has contributed to this project!
Please see CONTRIBUTING.md to contribute.
If you found any bugs, Please report it using Github
Copyright 2023 @a2i, Bangladesh
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.