Basic feedback system develop using great framework.
- Write/send Feedback -
http://localhost:8080/feedback
- Email:
admin@jaironlanda.com
- Password:
admin
- Login -
http://localhost:8080/login
- Dashboard -
http://localhost:8080/dashboard
- Total feedback
- List feedback
- View feedback detail -
http://localhost:8080/dashboard/view/{feedback_id}
- Delete feedback -
http://localhost:8080/dashboard/delete/{feedback_id}
composer update
whenever there is a new release of the framework.
When updating, check the release notes to see if there are any changes you might need to apply
to your app
folder. The affected files can be copied or merged from
vendor/codeigniter4/framework/app
.
Copy env
to .env
and tailor for your app, specifically the baseURL
and any database settings.
Please replace YOURDBUSERNAME
and YOURDBPASSWORD
based on your database server settings
database.default.hostname = localhost
database.default.database = feedbackSys
database.default.username = YOURDBUSERNAME
database.default.password = YOURDBPASSWORD
database.default.DBDriver = MySQLi
feedback-management/SQL-file/Dump20210212-feedback-management.sql
PHP version 7.3 or higher is required, with the following extensions installed:
Additionally, make sure that the following extensions are enabled in your PHP:
- json (enabled by default - don't turn it off)
- mbstring
- mysqlnd
- xml (enabled by default - don't turn it off)
php spark key:generate