Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Best way to create microservices projects with CodeIgniter 4
Post: RE: Best way to create microservices projects with...

I agree, one microservice = one app instance. I used CodeIgniter since years and I want to stay on this framework. Symfony seems to be a good alternative for this kind of project, there is a lot of...
215 Views
8 Replies
11 hours ago
jean5769
    Thread: Best way to create microservices projects with CodeIgniter 4
Post: RE: Best way to create microservices projects with...

Thank you for your answer. I understand your way, but I already use modularity in the project to separate some features. So, my goal is to convert these modules in microservices, because I want to ...
215 Views
8 Replies
04-22-2024, 06:18 AM
jean5769
    Thread: Best way to create microservices projects with CodeIgniter 4
Post: RE: Best way to create microservices projects with...

Than you for your answer. I need to create a project with a microservices architecture. I use CodeIgniter from CI2 and I want to use it for this project. There is a picture who show the architectur...
215 Views
8 Replies
04-21-2024, 11:37 PM
jean5769
  Question Thread: Best way to create microservices projects with CodeIgniter 4
Post: Best way to create microservices projects with Cod...

Hello ! Is there a good way to create multiple microservices projects using CodeIgniter 4? I see every where that Symfony is a good framework to do this, but I prefer to use CodeIgniter 4! Thanks :D
215 Views
8 Replies
04-21-2024, 01:51 PM
jean5769
    Thread: Codeigniter is now the best framework PHP ! (2023 dec)
Post: RE: Codeigniter is now the best framework PHP ! (2...

Well done :)
914 Views
5 Replies
01-29-2024, 01:05 PM
jean5769
    Thread: v4.4.5 bug fix released
Post: RE: v4.4.5 bug fix released

Thank you !!! :)
2,223 Views
8 Replies
01-29-2024, 12:59 PM
jean5769
    Thread: Tutoriels CodeIgniter 4 en français
Post: RE: Tutoriels CodeIgniter 4 en français

Bonjour, Ils sont sympas ces tutos :)
8,972 Views
6 Replies
12-16-2020, 02:46 AM
jean5769
    Thread: Create CI4 project in sub folder
Post: RE: Create CI4 project in sub folder

meta Wrote: (06-04-2020, 03:56 PM) -- I'm not sure if this is something you can 'fix' with htaccess. Well, sure there will be any workaround about this topic but I'm not sure if that's a good practic...
14,468 Views
9 Replies
06-04-2020, 10:23 PM
jean5769
    Thread: CI4 Filter before method throw for page unauthorized
Post: RE: CI4 Filter before method throw for page unauth...

And what about this code ? $response = \Config\Services::response(); $response->setStatusCode(401); $response->send(); die(); You send the response and you kill your script, so there is no bo...
10,726 Views
6 Replies
04-10-2020, 05:23 AM
jean5769
    Thread: Create CI4 project in sub folder
Post: RE: Create CI4 project in sub folder

jreklund Wrote: (04-09-2020, 11:01 AM) -- You will need to place the contents of the public folder inside codeigniter_project, and move the application elsewhere. https://codeigniter.com/user_guide/...
14,468 Views
9 Replies
04-09-2020, 11:32 PM
jean5769
    Thread: CI4 Filter before method throw for page unauthorized
Post: RE: CI4 Filter before method throw for page unauth...

Hello, I use HTTP Responses to manage my response. For example, if my website has a maintenance mode activated, I will send this : $this->response->setStatusCode(503); $this->response->setHeader('Re...
10,726 Views
6 Replies
04-09-2020, 11:05 PM
jean5769
    Thread: Create CI4 project in sub folder
Post: Create CI4 project in sub folder

Hi !  :) I did several research about this subject, but I didn't find a solution. I have a a domain who contains several projects. For example, I have something like this : https://example.com/p...
14,468 Views
9 Replies
04-09-2020, 09:38 AM
jean5769
    Thread: CodeIgniter 4.0.0-rc.4
Post: RE: CodeIgniter 4.0.0-rc.4

Thank you! :)
43,915 Views
28 Replies
02-08-2020, 04:14 AM
jean5769
    Thread: Create /public folder in a theme
Post: RE: Create /public folder in a theme

Hello, thank you for your answer. I don't know yet if this solution will suit me, but I will make some tests and see what that gives. I think that is a good solution for js and css files, but not for ...
4,775 Views
5 Replies
12-24-2019, 01:27 AM
jean5769
    Thread: Create /public folder in a theme
Post: RE: Create /public folder in a theme

I don't know if it is a good solition, but maybe I can create a controller who will load the css, js and img files? In the Routes file, I redirect all the files beginig by /themes/ to the controlle...
4,775 Views
5 Replies
12-21-2019, 02:55 AM
jean5769
    Thread: Create /public folder in a theme
Post: RE: Create /public folder in a theme

Thank you for your answer. Yes, public/ is my serve root. I already looked this project. Maybe I didn't understand how it works, but the complete theme folder is inside the public folder, so all...
4,775 Views
5 Replies
12-20-2019, 08:07 AM
jean5769
    Thread: Create /public folder in a theme
Post: Create /public folder in a theme

Hello ! I use CodeIgniter 4 and I want to create 2 themes (front & back) who will be located to the root folder. Each theme will have his JavaScript and CSS files. So I don't want to put this fi...
4,775 Views
5 Replies
12-20-2019, 03:31 AM
jean5769

Theme © iAndrew 2016 - Forum software by © MyBB