Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:ci4 [2022/08/18 12:45] – [Install Apache & PHP] darrontools:ci4 [2022/08/19 12:24] (current) – [Resources] darron
Line 61: Line 61:
 </code> </code>
  
 +Warning: 4.1 would auto-detect routes but this is not the case with 4.2.
 ===Configure apache=== ===Configure apache===
  
Line 158: Line 159:
     $this->endSection();     $this->endSection();
 ?> ?>
 +</code>
 +
 +==Route==
 +
 +vi app/Config/Routes.php
 +<code>
 +$routes->get('/Hello', 'Hello::index');
 </code> </code>
  
Line 169: Line 177:
  
 [[https://codeigniter4.github.io/CodeIgniter4/outgoing/view_layouts.html|View layouts]] [[https://codeigniter4.github.io/CodeIgniter4/outgoing/view_layouts.html|View layouts]]
 +
 +[[https://codeigniter.com/user_guide/incoming/routing.html|Routing]]
  
 [[https://onlinewebtutorblog.com/codeigniter-4/what-is-codeigniter/|Basic overview]] [[https://onlinewebtutorblog.com/codeigniter-4/what-is-codeigniter/|Basic overview]]