Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 7866a2d

Browse files
authoredSep 6, 2023
Merge pull request #5792 from thedevdojo/updating-readme
Update README.md
2 parents b12253e + c520e2c commit 7866a2d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<p align="center"><a href="https://voyager.devdojo.com" target="_blank"><img width="400" src="https://s3.amazonaws.com/thecontrolgroup/voyager.png"></a></p>
22

3-
<p align="center"><a href="https://github.com/thedevdojo/wave" target="_blank"><img src="https://cdn.devdojo.com/images/april2021/learnmore-wave.png" height="auto" width="100%"></a></p>
3+
> Voyager is built with Vue and Bootstrap. If you are looking for a Laravel Starter Kit built that uses Livewire and Tailwind, you may be interested in checking out [Genesis](https://github.com/thedevdojo/genesis)
4+
5+
<p align="center"><a href="https://github.com/thedevdojo/genesis" target="_blank"><img src="https://github.com/thedevdojo/voyager/assets/601261/6ffa6ac4-ea1e-4c8a-8360-b347377b8201" height="auto" width="100%"></a></p>
46

57
<p align="center">
68
<a href="https://packagist.org/packages/tcg/voyager"><img src="https://poser.pugx.org/tcg/voyager/downloads.svg?format=flat" alt="Total Downloads"></a>
@@ -38,6 +40,12 @@ After creating your new Laravel application you can include the Voyager package
3840
composer require tcg/voyager
3941
```
4042

43+
> If you are installing this on Laravel 10, we are working on getting a permanent release available; however, you can still use this with Larvel 10 by requiring the following:
44+
45+
```bash
46+
composer require tcg/voyager dev-1.6-l10
47+
```
48+
4149
### 2. Add the DB Credentials & APP_URL
4250

4351
Next make sure to create a new database and add your database credentials to your .env file:

0 commit comments

Comments
 (0)
This repository has been archived.