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
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
> 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)
@@ -38,6 +40,12 @@ After creating your new Laravel application you can include the Voyager package
38
40
composer require tcg/voyager
39
41
```
40
42
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
+
41
49
### 2. Add the DB Credentials & APP_URL
42
50
43
51
Next make sure to create a new database and add your database credentials to your .env file:
0 commit comments