You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,36 @@ Support package for Taskforcedev Laravel packages.
3
3
4
4
Provides a consistant way to get user specified layouts, sitename, and user administration rights (using conventions on the user model - if applicable).
5
5
6
-
# Features
6
+
## Requirements
7
+
8
+
- Laravel 5.2+
9
+
10
+
## Features
7
11
- Provides a single place to edit config for all Taskforcedev packages (other packages are free to require this also).
8
12
- Provides authorization helper support if your user model follows some of our known conventions.
9
13
- Provides user model namespace detection, allows packages to interact with the user model easily.
10
14
11
-
# Configuration
15
+
## Installation
16
+
17
+
Add the following line to your composer require: (not necessary if you already have a package which depends on laravel-support)
18
+
19
+
"require": {
20
+
"taskforcedev/laravel-support": "1.0.*"
21
+
},
22
+
23
+
Then if you don't already have the following entry in your config/app.php add it also:
0 commit comments