File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ composer install
21
21
nvm use
22
22
yarn
23
23
cp ./.env.example ./.env
24
+ php artisan key:generate
24
25
```
25
26
26
27
### Development Environment
Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ class="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md tex
48
48
</div >
49
49
<div
50
50
class =" absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0 text-gray-400 font-bold" >
51
+ <a href =" https://github.com/mapmarker" target =" _blank"
52
+ class =" text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-black" >
53
+ <img src =" https://mapmarker.io/api/v2/font-awesome/v5/icon?icon=fa-github&size=80&color=fff" /
54
+ alt =" Github Logo" width =" 30" height =" 30" />
55
+ <span class =" sr-only" >View Source Code</span >
56
+ </a >
51
57
<a href =" /changelog"
52
58
class =" text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-black" >
53
59
{{ config (' app.version' ) } }
You can’t perform that action at this time.
0 commit comments