Welcome Guest, Not a member yet? Register   Sign In
Routing Cleanup Tool
#1

I have spent too much of my codeigniter 4 programming time on routes which are typically so easy in html
Codeigniter 4 is best when using templates, somehow weak when making custom html pages 
 Codeigniter 4 root folder  evolved to a new location from original editions, old training videos may not reflect that change....
Xampp does not match well with this coding, will ruin your database if not backed up, backing up database views is a bit harder 
Enter Laragon for Windows -- very helpful!-- easily change root after project is installed  
Yet still it seems I change filenames from caps to small case and somewhere in the code from notepad to codeigniter 4 is a major disconnect, defaults to original
Somehow we need much better tracing or problem resolution for routes that fail, 404 errors are too often inconclusive  
It would be prayers answered to have a standalone routing cleanup tool for naming, htaccess files, routing
Reply
#2

I'm sorry I don't understand what you're trying to say. How exactly did CI4 ruined your database? What is the problem with the new public location? Just configure your web server for this public directory or move the content to your actual public directory. Nothing complicated in that.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply
#3

Honestly, I've never heard anyone say that xampp or CodeIgniter ruined anything.
xampp is the kind of software that you install, configure and... forget it!
Theoretically, everything you do in Laragon you also do in xampp because the essential programs are the same: Apache, PHP, MySql. It's a subjective question.
I apologize, but I disagree with the "inconclusive 404". 404 has only one conclusion: the pointed direction is not correct, nothing more.
By the way, in general, software is developed to do what its developer programmed. If he thought wrong the result is directly proportional, sometimes in larger proportions.
In pure metaphor, software is a mirror that reflects our actions.
I'm not saying that's your problem, but since the release of CI4 it has been made clear that there is an early stage of knowledge of the new version - that it was developed from scratch. It has a slightly steeper learning curve, for example, than the previous version.
Give it a chance, you won't regret it.
Reply
#4

I use XAMPP all the time and have never had any problems like that.

The program is only going to do what you tell it to do nothing more or less.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#5

I used to use WAMP and XAMPP. The whole setup was a kind of "magic box" for me, which eventually became an obstacle to my progress. Nevertheless, either one is a good starting point to get started. Depending on your knowledge and the technologies you use (or where you want your knowledge to be), installing components individually can be a winning option and help you better understand the requirements for development and production environments as well as deployment. I use Nginx and PostgreSQL, and I like them better than the Apache offerings. Both are free, popular, and have lots of good guides on how to set them up.
At https://mrspyer.com/ you can find out which Android spy apps really work and which ones don't.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB