CodeIgniter Forums
CMS Admin Dashboard Example - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: CMS Admin Dashboard Example (/showthread.php?tid=72763)



CMS Admin Dashboard Example - neuron - 02-08-2019

Hi,
I am building a website using CI for a customer.
I wasting time trying to implement structure for general needs.

For example in Admin Dashboard:
1. Users can create pages
2. Users can create blog posts
3. Users can create announcements
4. Users can create categories
5. Users can create galleries
6. Users can create slider

As I does not have experience in this type of project I am wasting to much time in finding right DB structures for these requirements. 


Can anybody suggest me free/paid template project that meet these requirements?


RE: CMS Admin Dashboard Example - php_rocs - 02-08-2019

@neuron,

There are many current choices that have the features described above such as Wordpress, Joomla and Drupal. Each of them also have hundreds of Free templates as well. ...and those are just the popular ones.


RE: CMS Admin Dashboard Example - ciadmin - 02-08-2019

More resouerces: https://github.com/codeigniter-id/awesome-codeigniter


RE: CMS Admin Dashboard Example - neuron - 02-09-2019

(02-08-2019, 08:38 AM)php_rocs Wrote: @neuron,

There are many current choices that have the features described above such as Wordpress, Joomla and Drupal.  Each of them also have hundreds of Free templates as well.  ...and those are just the popular ones.

I know these CMS Frameworks. In my project cumtomer has other project sprecific requirements, which these frameworks would be difficult to adjust.

Thank you ciadmin I will check it


RE: CMS Admin Dashboard Example - InsiteFX - 02-09-2019

You can download AdminLTE for an admin template but you will still need to code all of that.