nishchay / develop
Nishchay - PHP framework developer build
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- nishchay/framework: *@dev
- phpunit/phpunit: 8.5.x-dev
This package is auto-updated.
Last update: 2025-01-19 12:54:46 UTC
README
Nishchay is open structure php framework which allows us to create web application, REST web services and more.
Learn
Learn everything about nishchay here.
Install
This framework is installed using composer only. Use below command
composer create-project nishchay/nishchay MyNewNishchayApp
Next thing
This installation comes with login and register services and few static pages like about us, terms and help. To make login and register work, do as follows:
- Update database settings in
settings/configuration/database.php
- Execute
db.sql
on your database. - Register user
service/account/register
- Check
service/account/login
using new registered user - Check
service/account/{userId}
, use token returned from login or register service.