Skip to content

Commit 3f79d84

Browse files
committed
add Quick Start section to README
1 parent 07c71fd commit 3f79d84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Tatter\Assets
22
Lightweight asset loader for CodeIgniter 4
33

4+
## Quick Start
5+
6+
Run: `> composer require tatter/assets`
7+
Put CSS & JS files in: public/assets
8+
Add in <head></head>: `helper("tatter\assets"); css();`
9+
Add to footer: `js();`
10+
411
## Features
512

613
Provides out-of-the-box asset loading for CSS and JavaScript files

0 commit comments

Comments
 (0)