File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ composer install
2121nvm use
2222yarn
2323cp ./.env.example ./.env
24+ php artisan key:generate
2425```
2526
2627### 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
4848 </div >
4949 <div
5050 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 >
5157 <a href =" /changelog"
5258 class =" text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-black" >
5359 {{ config (' app.version' ) } }
You can’t perform that action at this time.
0 commit comments