![]() |
Basic App - Free CMS on CodeIgniter 4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34) +--- Thread: Basic App - Free CMS on CodeIgniter 4 (/showthread.php?tid=73103) |
RE: Basic App - Free CMS on CodeIgniter 4 - Basic App - 05-25-2020 (05-22-2020, 09:33 PM)FlavioSuar Wrote: Hi! Thank. I hope the system will be useful to you. If there are problems, please write here or create tickets on the github. I looked at AdminLTE 2, overall I liked it! RE: Basic App - Free CMS on CodeIgniter 4 - FlavioSuar - 05-26-2020 AdminLTE v3 live preview is a little bit hidden... The preview link on adminlte.io points to v2. But if you go to its github page, there is a preview link pointing to v3... Thank you for your work!! RE: Basic App - Free CMS on CodeIgniter 4 - michaeldabad - 05-26-2020 I have this error, could you give me a little hand please. Code: PS C:\xampp\htdocs\demoapp> php spark migrate -all RE: Basic App - Free CMS on CodeIgniter 4 - Basic App - 05-27-2020 (05-26-2020, 04:51 AM)FlavioSuar Wrote: AdminLTE v3 live preview is a little bit hidden... The preview link on adminlte.io points to v2. But if you go to its github page, there is a preview link pointing to v3... Oh. I meant version three, not two, I was mistaken. Thank! (05-26-2020, 03:34 PM)michaeldabad Wrote: I have this error, could you give me a little hand please. Please run this command on a clean installation of CodeIgniter 4.0.2, will there be such an error? Is there an error on version 4.0.3? PS: I updated the framework version from 4.0.2 to 4.0.3 in the Basic App. If the problem was this, then it should help. RE: Basic App - Free CMS on CodeIgniter 4 - Martin_Salas - 06-22-2020 Hello, I did the installation with composer, but it shows me the image error. https://subefotos.com/ver/?06755726a1d2d33058903b8bfb8d7fe6o.png What could I be doing wrong? Thanks for your time! RE: Basic App - Free CMS on CodeIgniter 4 - Martin_Salas - 06-24-2020 (06-22-2020, 03:59 PM)Martin_Salas Wrote: Hello, I did the installation with composer, but it shows me the image error. I did not have the php-intl package installed RE: Basic App - Free CMS on CodeIgniter 4 - mariofix - 07-21-2020 Great Job!! Looks amazin', specially since the last update. I followed almost all the pre-requisites installed via composer (very intricate btw). I noticed the repo for both cooladmin and cleanblog templates. Is there documentation regarding the installation for another template? Maybe not for the admin panel, but for the blog module (I believe the theme is loaded there?). If i wanted to contribute in anyway, do you have any developer docs or something like this? RE: Basic App - Free CMS on CodeIgniter 4 - Basic App - 07-23-2020 (07-21-2020, 02:02 PM)mariofix Wrote: Great Job!! Looks amazin', specially since the last update. Many thanks! Basic App uses the framework modules, you just connect the repository with the theme through Composer and after that you can select the theme in the admin panel. RE: Basic App - Free CMS on CodeIgniter 4 - mariofix - 07-27-2020 (07-23-2020, 01:22 PM)Basic App Wrote: Many thanks! Yeah, that's where I noticed I had to add one ![]() And if I wanted to contribute? Bug? Features? RE: Basic App - Free CMS on CodeIgniter 4 - Basic App - 07-29-2020 (07-27-2020, 08:57 AM)mariofix Wrote:(07-23-2020, 01:22 PM)Basic App Wrote: Many thanks! I started doing documentation and dropped it because at that moment the system was actively developing and the documentation quickly became outdated. Now I want to gain experience in real use of the system, identify its weak points, and after eliminating them, do the documentation. If you want to join the development of the system, you can do so. I think it's worth starting with making a real project on the Basic App, and in the process, bugs and features appear on their own. |