Commit graph

117 commits

Author SHA1 Message Date
Patrick Louys
10f12d64fc Adding vendor folder to gitignore 2025-07-08 22:54:54 +02:00
Patrick Louys
1be3584cc5 Added gitignore 2025-07-08 22:54:54 +02:00
Patrick Louys
2fb1b90232 Updated PHP version 2025-07-08 22:54:54 +02:00
Patrick Louys
c432918e4a Added strict mode 2025-07-08 22:54:54 +02:00
Patrick Louys
7f588100f1 Updated PHP version requirement 2025-07-08 22:54:54 +02:00
Patrick Louys
3abdb7427e Create LICENSE 2025-07-08 22:54:54 +02:00
Gourab Nag
8d983f053f Fixed Typo in line 38 2025-07-08 22:54:54 +02:00
Danack
dfcc32d683 Changed lines that said not to commit the lock file.
Because not committing it is a bad idea.
2025-07-08 22:54:54 +02:00
Steven Orr
e1cdea78bc Replace 'FileMenuReader' with correct reader.
Author intended on sharing 'ArrayMenuReader' not unknown 'FileMenuReader' with injector.
2025-07-08 22:54:54 +02:00
Steven Orr
fd9fdfa2ea Replace word 'order' with 'folder'.
Author intended to instruct the creation of a new folder called 'Menu'.
2025-07-08 22:54:54 +02:00
kenjis
769f8f0395 Fix code highlight 2025-07-08 22:54:54 +02:00
Hassan Althaf
bb94fadf45 Fixed an issue.
Fixed the issue stated in: https://github.com/PatrickLouys/no-framework-tutorial/issues/38
2025-07-08 22:54:54 +02:00
Félix Gagnon-Grenier
f9327cfa18 #35 slightly more logical grouping 2025-07-08 22:54:54 +02:00
Trevor Sawler
77b3e25684 Correct namespace 2025-07-08 22:54:54 +02:00
Patrick
2a62b27d40 fixed weird sentence 2025-07-08 22:54:54 +02:00
Kier Borromeo
b41339bea9 interface to class
This seems to be a typo. No?
2025-07-08 22:54:54 +02:00
Patrick
9f87eb02c9 spacing 2025-07-08 22:54:54 +02:00
Patrick
3ab8c17e84 name on next line 2025-07-08 22:54:54 +02:00
Patrick
33838fb7a3 tbc changed text 2025-07-08 22:54:54 +02:00
Patrick
96f76f2adc tbc typo 2025-07-08 22:54:54 +02:00
Patrick
d09070a94b frontend 2025-07-08 22:54:54 +02:00
Kevin M Granger
12738995b4 Fix typo in 05-router.md
Routers.php -> Routes.php
2025-07-08 22:54:54 +02:00
burki94
c7044aecb0 Update 08-dependency-injector.md
Auryn\Provider was replaced with Auryn\Injector
2025-07-08 22:54:54 +02:00
Patrick
782fa99e40 finished chapter 2025-07-08 22:54:54 +02:00
Patrick
9b7f9d4f6b fixed typo 2025-07-08 22:54:54 +02:00
Patrick
1f823d2035 frontend renderer 2025-07-08 22:54:54 +02:00
Patrick
9ba96a5729 frontend renderer 2025-07-08 22:54:54 +02:00
Patrick
965af1c0a5 added layout file 2025-07-08 22:54:54 +02:00
Patrick
202d88ec1d added README entry for new chapter 2025-07-08 22:54:54 +02:00
Patrick
fc612b80b3 continued menu chapter 2025-07-08 22:54:54 +02:00
Patrick
7dab9e1199 expanded menu chapter and refactored old chapters 2025-07-08 22:54:54 +02:00
Patrick
3e4d279841 added more to menu chapter 2025-07-08 22:54:54 +02:00
Patrick Louys
79ad07f597 update header() call to fix overwrite header bug 2025-07-08 22:54:54 +02:00
Patrick
543583442d begin next chapter 2025-07-08 22:54:54 +02:00
Patrick
aeb80cd089 explain __DIR__. solves #13 2025-07-08 22:54:54 +02:00
Patrick
7f889b5bda make version requirement more clear. resolves #12 2025-07-08 22:54:54 +02:00
Patrick
76d269f475 make version requirement more clear. resolves #12 2025-07-08 22:54:54 +02:00
Patrick
3e82c8fe80 make version requirement more clear. resolves #12 2025-07-08 22:54:54 +02:00
Patrick
1d1db4709f renamed method to readBySlug. closes #14 2025-07-08 22:54:54 +02:00
Patrick
d30ce85b54 rename engine to renderer, solves #15 2025-07-08 22:54:54 +02:00
Madara
aafd1c0ad7 Add leading zeros so that files list in correct order
Fix all links to new file names
2025-07-08 22:54:54 +02:00
Hassan Althaf
bcef38de55 Update 9-templating.md
Change file name 'Renderable' to 'Engine' because the interface is not found by Auryn Auto Loader as it finds classes/interfaces by their file names.
2025-07-08 22:54:54 +02:00
HamZa
531f2f1a9b #18 changed $woops to $whoops 2025-07-08 22:54:54 +02:00
HamZa
55c4778088 Changed $woops to $whoops 2025-07-08 22:54:54 +02:00
Patrick
d3ec8a4908 added link to new chapter 2025-07-08 22:54:54 +02:00
Patrick
ad4f2f8a1c missing newline 2025-07-08 22:54:54 +02:00
Patrick
b8a7a9283d new chapter 2025-07-08 22:54:54 +02:00
Hari K T
191aafffbe aura/web , not aura/http . 2025-07-08 22:54:54 +02:00
Patrick
c01e439446 changed to controllers 2025-07-08 22:54:54 +02:00
Patrick
68d01eee28 this fixes #9 2025-07-08 22:54:54 +02:00