Commit graph

167 commits

Author SHA1 Message Date
Patrick Louys
77e685209c Adding vendor folder to gitignore 2025-07-08 23:01:49 +02:00
Patrick Louys
9d680095e8 Added gitignore 2025-07-08 23:01:49 +02:00
Patrick Louys
0d6350b452 Updated PHP version 2025-07-08 23:01:49 +02:00
Patrick Louys
cc59e3acd7 Added strict mode 2025-07-08 23:01:49 +02:00
Patrick Louys
6b87bc90d9 Updated PHP version requirement 2025-07-08 23:01:49 +02:00
Patrick Louys
39805a945e Create LICENSE 2025-07-08 23:01:49 +02:00
Gourab Nag
f6c08e4cf7 Fixed Typo in line 38 2025-07-08 23:01:49 +02:00
Danack
b643bc9f7d Changed lines that said not to commit the lock file.
Because not committing it is a bad idea.
2025-07-08 23:01:49 +02:00
Steven Orr
12e3904fac Replace 'FileMenuReader' with correct reader.
Author intended on sharing 'ArrayMenuReader' not unknown 'FileMenuReader' with injector.
2025-07-08 23:01:49 +02:00
Steven Orr
e1fc5e289f Replace word 'order' with 'folder'.
Author intended to instruct the creation of a new folder called 'Menu'.
2025-07-08 23:01:49 +02:00
kenjis
43b9a4cd40 Fix code highlight 2025-07-08 23:01:49 +02:00
Hassan Althaf
19fa8f37f1 Fixed an issue.
Fixed the issue stated in: https://github.com/PatrickLouys/no-framework-tutorial/issues/38
2025-07-08 23:01:49 +02:00
Félix Gagnon-Grenier
294eda5005 #35 slightly more logical grouping 2025-07-08 23:01:49 +02:00
Trevor Sawler
c117201cec Correct namespace 2025-07-08 23:01:49 +02:00
Patrick
a1e5fea13d fixed weird sentence 2025-07-08 23:01:49 +02:00
Kier Borromeo
ba197c6ce6 interface to class
This seems to be a typo. No?
2025-07-08 23:01:49 +02:00
Patrick
c9d86d0ec2 spacing 2025-07-08 23:01:49 +02:00
Patrick
2c19addde3 name on next line 2025-07-08 23:01:49 +02:00
Patrick
256f5272f9 tbc changed text 2025-07-08 23:01:49 +02:00
Patrick
66b3b9ec88 tbc typo 2025-07-08 23:01:49 +02:00
Patrick
2507095a62 frontend 2025-07-08 23:01:49 +02:00
Kevin M Granger
94acccfe81 Fix typo in 05-router.md
Routers.php -> Routes.php
2025-07-08 23:01:49 +02:00
burki94
767da3ae6a Update 08-dependency-injector.md
Auryn\Provider was replaced with Auryn\Injector
2025-07-08 23:01:49 +02:00
Patrick
01f07a6f82 finished chapter 2025-07-08 23:01:49 +02:00
Patrick
8f642f292b fixed typo 2025-07-08 23:01:49 +02:00
Patrick
7feba8e95a frontend renderer 2025-07-08 23:01:49 +02:00
Patrick
e9569be052 frontend renderer 2025-07-08 23:01:49 +02:00
Patrick
1b28a9bc14 added layout file 2025-07-08 23:01:49 +02:00
Patrick
d250548d13 added README entry for new chapter 2025-07-08 23:01:49 +02:00
Patrick
9d654cdd9e continued menu chapter 2025-07-08 23:01:49 +02:00
Patrick
4e0743f975 expanded menu chapter and refactored old chapters 2025-07-08 23:01:49 +02:00
Patrick
5970047cba added more to menu chapter 2025-07-08 23:01:49 +02:00
Patrick Louys
add89f3efe update header() call to fix overwrite header bug 2025-07-08 23:01:49 +02:00
Patrick
ded7808ce9 begin next chapter 2025-07-08 23:01:49 +02:00
Patrick
c5941658a8 explain __DIR__. solves #13 2025-07-08 23:01:49 +02:00
Patrick
79bd642cc2 make version requirement more clear. resolves #12 2025-07-08 23:01:49 +02:00
Patrick
807dbd9527 make version requirement more clear. resolves #12 2025-07-08 23:01:49 +02:00
Patrick
4f88cdb0c5 make version requirement more clear. resolves #12 2025-07-08 23:01:49 +02:00
Patrick
03d9ab0977 renamed method to readBySlug. closes #14 2025-07-08 23:01:49 +02:00
Patrick
9294ef7917 rename engine to renderer, solves #15 2025-07-08 23:01:49 +02:00
Madara
7eb008261e Add leading zeros so that files list in correct order
Fix all links to new file names
2025-07-08 23:01:49 +02:00
Hassan Althaf
d26ffc7acf 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 23:01:49 +02:00
HamZa
3d6607f864 #18 changed $woops to $whoops 2025-07-08 23:01:49 +02:00
HamZa
388e4b5e87 Changed $woops to $whoops 2025-07-08 23:01:49 +02:00
Patrick
d7a121ac4a added link to new chapter 2025-07-08 23:01:49 +02:00
Patrick
c82c57b084 missing newline 2025-07-08 23:01:49 +02:00
Patrick
efa3aeceb5 new chapter 2025-07-08 23:01:49 +02:00
Hari K T
ac63dfb8fe aura/web , not aura/http . 2025-07-08 23:01:49 +02:00
Patrick
fc4dea1873 changed to controllers 2025-07-08 23:01:49 +02:00
Patrick
3dd32558a0 this fixes #9 2025-07-08 23:01:49 +02:00