Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter v4.3.8 and v4.4.0 Released!
Post: RE: CodeIgniter v4.3.8 and v4.4.0 Released!

sammyskills Wrote: (08-25-2023, 05:58 AM) -- Frederik Wrote: (08-25-2023, 05:53 AM) -- However hot reloading didn't work before I copied all the config files, that has been upgraded (those listed un...
20,874 Views
37 Replies
08-25-2023, 06:10 AM
cijagani
    Thread: collection like in laravel
Post: RE: collection like in laravel

@"nadhirov" check this link https://github.com/tighten/collect i am using in my ci4 projects.
1,208 Views
2 Replies
04-15-2023, 09:05 PM
cijagani
    Thread: How to set dynamic url in Codeigniter 4?
Post: RE: How to set dynamic url in Codeigniter 4?

@"kenjis" thanks for informing me.
3,509 Views
9 Replies
04-08-2023, 09:56 AM
cijagani
    Thread: How to set dynamic url in Codeigniter 4?
Post: RE: How to set dynamic url in Codeigniter 4?

startup Wrote: (03-16-2023, 08:16 PM) -- I only use virtual host in ci 4.3.2 working perfect -- i am using multitenant concept with multi db.
3,509 Views
9 Replies
03-16-2023, 10:32 PM
cijagani
  Lightbulb Thread: How to set dynamic url in Codeigniter 4?
Post: RE: How to set dynamic url in Codeigniter 4?

Finally i managed it by using Registrar.php would like to share code here. :) PHP Code: --
3,509 Views
9 Replies
03-16-2023, 10:49 AM
cijagani
    Thread: How to set dynamic url in Codeigniter 4?
Post: RE: How to set dynamic url in Codeigniter 4?

startup Wrote: (03-14-2023, 08:41 PM) -- cijagani Wrote: (03-14-2023, 11:34 AM) -- Q : how to set dynamic url in Codeigniter 4 ? let's assume that  i have following informations / configurations ...
3,509 Views
9 Replies
03-15-2023, 04:30 AM
cijagani
    Thread: How to set dynamic url in Codeigniter 4?
Post: RE: How to set dynamic url in Codeigniter 4?

InsiteFX Wrote: (03-15-2023, 12:18 AM) -- Setting Dynamic base URL in CodeIgniter 4.0.2 (https://stackoverflow.com/questions/60573688/setting-dynamic-base-url-in-codeigniter-4-0-2)@"InsiteFX" tha...
3,509 Views
9 Replies
03-15-2023, 01:39 AM
cijagani
  Question Thread: How to set dynamic url in Codeigniter 4?
Post: How to set dynamic url in Codeigniter 4?

Q : how to set dynamic url in Codeigniter 4 ? let's assume that  i have following informations / configurations are ready  one domain : ci4multitenant.local  pointing to /var/www/html/myproject/...
3,509 Views
9 Replies
03-14-2023, 11:34 AM
cijagani
    Thread: Refactoring Bonfire2 and need your opinion
Post: RE: Refactoring Bonfire2 and need your opinion

install using composer is good choice.
5,206 Views
5 Replies
03-19-2022, 09:07 PM
cijagani
    Thread: How to Disable CSRF for Specific Controller In Codeigniter 4
Post: How to Disable CSRF for Specific Controller In Cod...

CodeIgniter 4 is there any way to Disable CSRF for for the RESTful API pages / Particular Controller? Note : I am using Module Concept and for that reason i don't want to modify App\Config\Filters.p...
859 Views
0 Replies
09-23-2021, 09:25 AM
cijagani
    Thread: New vid: Namespaces and Codeigniter 4
Post: RE: New vid: Namespaces and Codeigniter 4

kilishan Wrote: (04-14-2020, 07:15 AM) -- Hey gang - just pushed up a new video (https://www.youtube.com/watch?v=ZoOTdYb150M) over at my new YouTube channel (https://www.youtube.com/channel/UCXeSAhgq...
19,988 Views
11 Replies
04-25-2020, 06:20 AM
cijagani
  Exclamation Thread: Codeigniter website is down!!
Post: https://codeigniter.com/ site is down

codeigniter site is down for whole day. is there any issue with the site?
4,155 Views
4 Replies
03-25-2020, 10:01 AM
cijagani
    Thread: .(dot) character is not being accepted in database name
Post: RE: .(dot) character is not being accepted in data...

zahhar Wrote: (03-12-2020, 07:05 AM) -- Strictly speaking, dot character in database names might not be supported by all database engines and versions. Indeed it is supported in latest mySQL/MariaDB,...
2,736 Views
2 Replies
03-12-2020, 11:13 AM
cijagani
  Shocked Thread: .(dot) character is not being accepted in database name
Post: .(dot) character is not being accepted in database...

CodeIgniter 4.02 version Direction set databasename in .env file. for example Code: -- database.default.hostname = localhost database.default.database = 'ci4.0.2' database.default.username = root ...
2,736 Views
2 Replies
03-12-2020, 01:13 AM
cijagani
    Thread: is it possible to make command to delete debugbar json files?
Post: RE: is it possible to make command to delete debug...

John_Betong Wrote: (03-10-2020, 09:08 PM) -- I am not familiar with Spark so use this index.php script:  Code: -- # CLEANER -  only shows last error logs and debugbar JSON files   define('LOGF...
4,194 Views
3 Replies
03-10-2020, 10:28 PM
cijagani
    Thread: is it possible to make command to delete debugbar json files?
Post: is it possible to make command to delete debugbar ...

In Codeigntier 4, Debugbar is automatically creating so many json files when CI_ENVIRONMENT = development. is there any way to delete it periodically? can we create one spark command to delete these ...
4,194 Views
3 Replies
03-10-2020, 07:35 PM
cijagani
    Thread: Important News about Jim Parry and the Project
Post: RE: Important News about Jim Parry and the Project

this is very sad news.  :(
144,992 Views
98 Replies
02-05-2020, 09:57 AM
cijagani
    Thread: How often do you use the backup() method of the database drivers?
Post: RE: How often do you use the backup() method of th...

yes. i am using it regularly in my codeigniter projects. if CI provide itself thn why use third party library or scripts?
64,179 Views
39 Replies
02-20-2019, 10:39 AM
cijagani
  Heart Thread: Project Update 2019.01.04
Post: RE: Project Update 2019.01.04

eagerly waiting for ci 4 release :heart:
30,405 Views
15 Replies
01-06-2019, 07:18 AM
cijagani

Theme © iAndrew 2016 - Forum software by © MyBB