Technical implementation of Activity feed and facebook like notifications for Codeigniter
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Git clone the project
- Import database from db folder
activity_feed_notification_system.sql
- Add system activities along with templates for each
$this->load->model('Activity_model');
$this->Activity_model->add_user_activity($to_user_id, $activity_type_slug, $from_user_id, $other_activity_data);
- Codeigniter 3.1.6 - The web framework used
- Bootstrap 4 - Front-end CSS library
- mCustomScrollbar - Custom scrollbar for notification box
- Yash Desai - yashdesai87