Commit graph

119 commits

Author SHA1 Message Date
Patrick Louys
2ba998e91a
Updated code example 2025-07-08 22:52:55 +02:00
Patrick Louys
fa72e0935e
Updated composer require 2025-07-08 22:52:55 +02:00
Patrick Louys
593189b362
Adding vendor folder to gitignore 2025-07-08 22:52:55 +02:00
Patrick Louys
86cfdf1408
Added gitignore 2025-07-08 22:52:55 +02:00
Patrick Louys
3cec1c27e1
Updated PHP version 2025-07-08 22:52:55 +02:00
Patrick Louys
1079677598
Added strict mode 2025-07-08 22:52:55 +02:00
Patrick Louys
a4553615d9
Updated PHP version requirement 2025-07-08 22:52:55 +02:00
Patrick Louys
4d4a9757bb
Create LICENSE 2025-07-08 22:52:55 +02:00
Gourab Nag
742907844e
Fixed Typo in line 38 2025-07-08 22:52:55 +02:00
Danack
baf3c4c823
Changed lines that said not to commit the lock file.
Because not committing it is a bad idea.
2025-07-08 22:52:55 +02:00
Steven Orr
13cea4c685
Replace 'FileMenuReader' with correct reader.
Author intended on sharing 'ArrayMenuReader' not unknown 'FileMenuReader' with injector.
2025-07-08 22:52:55 +02:00
Steven Orr
650bfc7bf4
Replace word 'order' with 'folder'.
Author intended to instruct the creation of a new folder called 'Menu'.
2025-07-08 22:52:55 +02:00
kenjis
9f084ae86f
Fix code highlight 2025-07-08 22:52:55 +02:00
Hassan Althaf
1a17922922
Fixed an issue.
Fixed the issue stated in: https://github.com/PatrickLouys/no-framework-tutorial/issues/38
2025-07-08 22:52:55 +02:00
Félix Gagnon-Grenier
cd0bc24acf
#35 slightly more logical grouping 2025-07-08 22:52:55 +02:00
Trevor Sawler
94a648b908
Correct namespace 2025-07-08 22:52:55 +02:00
Patrick
ff39f34ee8
fixed weird sentence 2025-07-08 22:52:55 +02:00
Kier Borromeo
99a76baf78
interface to class
This seems to be a typo. No?
2025-07-08 22:52:55 +02:00
Patrick
1fea6f1eba
spacing 2025-07-08 22:52:55 +02:00
Patrick
658231eb81
name on next line 2025-07-08 22:52:55 +02:00
Patrick
d86ad1eaf2
tbc changed text 2025-07-08 22:52:55 +02:00
Patrick
a45ec75ff4
tbc typo 2025-07-08 22:52:55 +02:00
Patrick
6d7d25e20b
frontend 2025-07-08 22:52:55 +02:00
Kevin M Granger
f57d8b9ee5
Fix typo in 05-router.md
Routers.php -> Routes.php
2025-07-08 22:52:55 +02:00
burki94
7d30f76644
Update 08-dependency-injector.md
Auryn\Provider was replaced with Auryn\Injector
2025-07-08 22:52:55 +02:00
Patrick
a0235df3da
finished chapter 2025-07-08 22:52:55 +02:00
Patrick
70081bb983
fixed typo 2025-07-08 22:52:55 +02:00
Patrick
494d5b3085
frontend renderer 2025-07-08 22:52:55 +02:00
Patrick
573d9f4f08
frontend renderer 2025-07-08 22:52:55 +02:00
Patrick
28b9de5473
added layout file 2025-07-08 22:52:55 +02:00
Patrick
cf3f6dde33
added README entry for new chapter 2025-07-08 22:52:55 +02:00
Patrick
b23ed98796
continued menu chapter 2025-07-08 22:52:55 +02:00
Patrick
975acc02f3
expanded menu chapter and refactored old chapters 2025-07-08 22:52:55 +02:00
Patrick
7064a6cc0c
added more to menu chapter 2025-07-08 22:52:55 +02:00
Patrick Louys
fce361978c
update header() call to fix overwrite header bug 2025-07-08 22:52:55 +02:00
Patrick
8a468ff6c8
begin next chapter 2025-07-08 22:52:55 +02:00
Patrick
fc652ea861
explain __DIR__. solves #13 2025-07-08 22:52:55 +02:00
Patrick
9ae5d3461e
make version requirement more clear. resolves #12 2025-07-08 22:52:55 +02:00
Patrick
3da1bb4240
make version requirement more clear. resolves #12 2025-07-08 22:52:55 +02:00
Patrick
5a1d6e2ad0
make version requirement more clear. resolves #12 2025-07-08 22:52:55 +02:00
Patrick
9a5e09c8a2
renamed method to readBySlug. closes #14 2025-07-08 22:52:55 +02:00
Patrick
81b9bd5545
rename engine to renderer, solves #15 2025-07-08 22:52:55 +02:00
Madara
16cbd5185f
Add leading zeros so that files list in correct order
Fix all links to new file names
2025-07-08 22:52:55 +02:00
Hassan Althaf
8105adc69f
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:52:55 +02:00
HamZa
a72a288fb2
#18 changed $woops to $whoops 2025-07-08 22:52:55 +02:00
HamZa
317cf754a0
Changed $woops to $whoops 2025-07-08 22:52:55 +02:00
Patrick
37a6f15a1a
added link to new chapter 2025-07-08 22:52:55 +02:00
Patrick
90a7a01fa0
missing newline 2025-07-08 22:52:55 +02:00
Patrick
15e4cc3b4b
new chapter 2025-07-08 22:52:55 +02:00
Hari K T
506a4d7597
aura/web , not aura/http . 2025-07-08 22:52:55 +02:00