Skip to content

Commit 0102add

Browse files
committed
feat: remove non-essential directories
1 parent 380354b commit 0102add

File tree

10 files changed

+4693
-88
lines changed

10 files changed

+4693
-88
lines changed

app/console/Commands.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

app/console/ExampleCommand.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/helpers/.gitkeep

Whitespace-only changes.

app/models/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Base Model
77
* ---
8-
* The base model provides a space to set atrributes
8+
* The base model provides a space to set attributes
99
* that are common to all models
1010
*/
1111
class Model extends \Leaf\Model {}

app/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<h1 class="text-6xl font-light">Leaf MVC</h1>
3434
<p class="text-lg mt-5">Lightweight MVC for humans</p>
3535
</div>
36-
<p class="mt-16 mb-32 rounded-xl border border-[rgba(172,175,176,0.3)] py-3 px-8 [font-family:Berkeley_Mono]">Get started by editing<code class="text-[#5e79c7]"> app/views/index.blade.php</code></p>
36+
<p class="mt-16 mb-32 rounded-xl border border-[rgba(172,175,176,0.3)] py-3 px-8">Get started by editing<code class="text-[#5e79c7]"> app/views/index.blade.php</code></p>
3737
<div class="flex gap-5">
3838
<a class="border border-slate-300 hover:border-slate-500 py-3 px-6 rounded-full" href="https://leafphp.dev/"
3939
target="_blank">Leaf Docs</a>

0 commit comments

Comments
 (0)