Commit graph

115 commits

Author SHA1 Message Date
Patrick Louys
83698401ca
Updated PHP version 2025-07-08 22:45:21 +02:00
Patrick Louys
4356999639
Added strict mode 2025-07-08 22:45:21 +02:00
Patrick Louys
d1217490b0
Updated PHP version requirement 2025-07-08 22:45:21 +02:00
Patrick Louys
2c4fd01bac
Create LICENSE 2025-07-08 22:45:21 +02:00
Gourab Nag
d574240d78
Fixed Typo in line 38 2025-07-08 22:45:21 +02:00
Danack
9cfd0781b8
Changed lines that said not to commit the lock file.
Because not committing it is a bad idea.
2025-07-08 22:45:21 +02:00
Steven Orr
59918c4ec3
Replace 'FileMenuReader' with correct reader.
Author intended on sharing 'ArrayMenuReader' not unknown 'FileMenuReader' with injector.
2025-07-08 22:45:21 +02:00
Steven Orr
20e0084f98
Replace word 'order' with 'folder'.
Author intended to instruct the creation of a new folder called 'Menu'.
2025-07-08 22:45:21 +02:00
kenjis
3f81d43d4e
Fix code highlight 2025-07-08 22:45:21 +02:00
Hassan Althaf
939eb43619
Fixed an issue.
Fixed the issue stated in: https://github.com/PatrickLouys/no-framework-tutorial/issues/38
2025-07-08 22:45:21 +02:00
Félix Gagnon-Grenier
1687fe3429
#35 slightly more logical grouping 2025-07-08 22:45:21 +02:00
Trevor Sawler
b044c34323
Correct namespace 2025-07-08 22:45:21 +02:00
Patrick
acd0776307
fixed weird sentence 2025-07-08 22:45:21 +02:00
Kier Borromeo
bf4d3ad9ef
interface to class
This seems to be a typo. No?
2025-07-08 22:45:21 +02:00
Patrick
20af21a9f1
spacing 2025-07-08 22:45:21 +02:00
Patrick
a3f92e773e
name on next line 2025-07-08 22:45:21 +02:00
Patrick
038a066757
tbc changed text 2025-07-08 22:45:21 +02:00
Patrick
82105e1035
tbc typo 2025-07-08 22:45:21 +02:00
Patrick
67959dd2af
frontend 2025-07-08 22:45:21 +02:00
Kevin M Granger
5c050c202e
Fix typo in 05-router.md
Routers.php -> Routes.php
2025-07-08 22:45:21 +02:00
burki94
17039c3180
Update 08-dependency-injector.md
Auryn\Provider was replaced with Auryn\Injector
2025-07-08 22:45:21 +02:00
Patrick
41eb0f9ed1
finished chapter 2025-07-08 22:45:21 +02:00
Patrick
881332be2f
fixed typo 2025-07-08 22:45:21 +02:00
Patrick
51587b6fe8
frontend renderer 2025-07-08 22:45:21 +02:00
Patrick
7a7ecc8f0c
frontend renderer 2025-07-08 22:45:21 +02:00
Patrick
59d392e28f
added layout file 2025-07-08 22:45:21 +02:00
Patrick
a15928f2f3
added README entry for new chapter 2025-07-08 22:45:21 +02:00
Patrick
deda9652f5
continued menu chapter 2025-07-08 22:45:21 +02:00
Patrick
103798b5c6
expanded menu chapter and refactored old chapters 2025-07-08 22:45:21 +02:00
Patrick
483ad47bd0
added more to menu chapter 2025-07-08 22:45:21 +02:00
Patrick Louys
5dcf3e733f
update header() call to fix overwrite header bug 2025-07-08 22:45:21 +02:00
Patrick
86648cc5b2
begin next chapter 2025-07-08 22:45:21 +02:00
Patrick
05c981e1f8
explain __DIR__. solves #13 2025-07-08 22:45:21 +02:00
Patrick
c9134a13e6
make version requirement more clear. resolves #12 2025-07-08 22:45:21 +02:00
Patrick
61edc7005d
make version requirement more clear. resolves #12 2025-07-08 22:45:21 +02:00
Patrick
28d745fb50
make version requirement more clear. resolves #12 2025-07-08 22:45:21 +02:00
Patrick
274c3aa85b
renamed method to readBySlug. closes #14 2025-07-08 22:45:21 +02:00
Patrick
8459d63540
rename engine to renderer, solves #15 2025-07-08 22:45:21 +02:00
Madara
b73215c8bf
Add leading zeros so that files list in correct order
Fix all links to new file names
2025-07-08 22:45:21 +02:00
Hassan Althaf
1930e5b94f
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:45:21 +02:00
HamZa
2bb998d1bb
#18 changed $woops to $whoops 2025-07-08 22:45:21 +02:00
HamZa
b4c3070007
Changed $woops to $whoops 2025-07-08 22:45:21 +02:00
Patrick
a95e842c88
added link to new chapter 2025-07-08 22:45:21 +02:00
Patrick
7dfa534333
missing newline 2025-07-08 22:45:21 +02:00
Patrick
e75472bc8b
new chapter 2025-07-08 22:45:21 +02:00
Hari K T
588e44bfbf
aura/web , not aura/http . 2025-07-08 22:45:21 +02:00
Patrick
4f64539271
changed to controllers 2025-07-08 22:45:21 +02:00
Patrick
1ecc63d86b
this fixes #9 2025-07-08 22:45:21 +02:00
Patrick
68c6eafd1a
missing spaces 2025-07-08 22:45:21 +02:00
Patrick
69e594c708
finished templating chapter 2025-07-08 22:45:21 +02:00