11<br >
22
33<div align =" center " >
4- <img width =" 456 " src =" https://raw.githubusercontent.com/wayofdev/laravel-starter-tpl/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only " >
5- <img width =" 456 " src =" https://raw.githubusercontent.com/wayofdev/laravel-starter-tpl/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only " >
4+ <img width =" 456 " src =" https://raw.githubusercontent.com/wayofdev/laravel-cycle- starter-tpl/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only " >
5+ <img width =" 456 " src =" https://raw.githubusercontent.com/wayofdev/laravel-cycle- starter-tpl/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only " >
66</div >
77
88<br >
99
1010<br >
1111
1212<div align =" center " >
13- <a href =" https://actions-badge.atrox.dev/wayofdev/laravel-starter-tpl/goto " ><img alt =" Build Status " src =" https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fnext -starter-tpl%2Fbadge&style=flat-square " /></a >
14- <a href =" https://github.com/wayofdev/laravel-starter-tpl/tags " ><img alt =" GitHub package.json version " src =" https://img.shields.io/github/package-json/v/wayofdev/laravel-starter-tpl?style=flat-square " ></a >
15- <a href =" LICENSE.md " ><img src =" https://img.shields.io/github/license/wayofdev/laravel-starter-tpl.svg?style=flat-square&color=blue " alt =" Software License " /></a >
16- <a href =" # " ><img alt =" Commits since latest release " src =" https://img.shields.io/github/commits-since/wayofdev/laravel-starter-tpl/latest?style=flat-square " ></a >
17- <a href =" https://app.codecov.io/gh/wayofdev/laravel-starter-tpl " >
18- <img alt =" Codecov " src =" https://img.shields.io/codecov/c/gh/wayofdev/laravel-starter-tpl?style=flat-square " ></a >
13+ <a href =" https://actions-badge.atrox.dev/wayofdev/laravel-cycle- starter-tpl/goto " ><img alt =" Build Status " src =" https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-cycle -starter-tpl%2Fbadge&style=flat-square " /></a >
14+ <a href =" https://github.com/wayofdev/laravel-cycle- starter-tpl/tags " ><img alt =" GitHub package.json version " src =" https://img.shields.io/github/package-json/v/wayofdev/laravel-cycle -starter-tpl?style=flat-square " ></a >
15+ <a href =" LICENSE.md " ><img src =" https://img.shields.io/github/license/wayofdev/laravel-cycle- starter-tpl.svg?style=flat-square&color=blue " alt =" Software License " /></a >
16+ <a href =" # " ><img alt =" Commits since latest release " src =" https://img.shields.io/github/commits-since/wayofdev/laravel-cycle- starter-tpl/latest?style=flat-square " ></a >
17+ <a href =" https://app.codecov.io/gh/wayofdev/laravel-cycle- starter-tpl " >
18+ <img alt =" Codecov " src =" https://img.shields.io/codecov/c/gh/wayofdev/laravel-cycle- starter-tpl?style=flat-square " ></a >
1919</div >
2020
2121<br >
@@ -86,10 +86,10 @@ To use this repository, you need to meet the following requirements:
8686
87871 . ** Clone** repository:
8888
89- After forking or creating generating repository from template, you can clone it to your local machine. In this example we will use ` laravel-starter-tpl ` repository as starting point.
89+ After forking or creating generating repository from template, you can clone it to your local machine. In this example we will use ` laravel-cycle- starter-tpl ` repository as starting point.
9090
9191 ``` bash
92- $ git clone
[email protected] :wayofdev/laravel-starter-tpl.git
92+ $ git clone
[email protected] :wayofdev/laravel-
cycle- starter-tpl.git
9393 ```
9494
95952 . ** Generate** ` .env ` file
@@ -101,7 +101,7 @@ To use this repository, you need to meet the following requirements:
101101 APP_NAME=laravel \
102102 SHARED_SERVICES_NAMESPACE=ss \
103103 PROJECT_SERVICES_NAMESPACE=wod \
104- COMPOSE_PROJECT_NAME=laravel-starter-tpl
104+ COMPOSE_PROJECT_NAME=laravel-cycle- starter-tpl
105105 ```
106106
107107 ** Change** generated ` .env ` file to match your needs, if needed.
@@ -113,7 +113,7 @@ To use this repository, you need to meet the following requirements:
113113 APP_NAME=laravel \
114114 SHARED_SERVICES_NAMESPACE=ss \
115115 PROJECT_SERVICES_NAMESPACE=wod \
116- COMPOSE_PROJECT_NAME=laravel-starter-tpl \
116+ COMPOSE_PROJECT_NAME=laravel-cycle- starter-tpl \
117117 FORCE=true
118118 ```
119119
@@ -122,8 +122,9 @@ To use this repository, you need to meet the following requirements:
122122 ``` bash
123123 $ make
124124
125- # or run commands separatley
125+ # or run commands separately
126126 $ make hooks
127+ $ make install
127128 $ make key
128129 $ make prepare
129130 $ make up
@@ -133,7 +134,7 @@ To use this repository, you need to meet the following requirements:
133134
134135## 🤝 License
135136
136- [ ![ Licence] ( https://img.shields.io/github/license/wayofdev/laravel-starter-tpl?style=for-the-badge&color=blue )] ( ./LICENSE )
137+ [ ![ Licence] ( https://img.shields.io/github/license/wayofdev/laravel-cycle- starter-tpl?style=for-the-badge&color=blue )] ( ./LICENSE )
137138
138139<br >
139140
0 commit comments