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
Or [Use this template](https://github.com/niveshsaharan/shark/generate) to generate a project directly from this template.
16
+
Or [Use this template](https://github.com/enka1504/shark/generate) to generate a project directly from this template.
18
17
19
18
## Setup
19
+
20
20
1. Clone/Use this template
21
21
1. Run `composer install`
22
22
1. Run `npm install`
23
23
1. Run `npm run dev`
24
24
1. Run `php artisan migrate`
25
25
26
-
27
26
## Admin
28
-
Laravel Nova is used to build the admin panel so if you need to use it, you must have a valid licence for Laravel Nova. If you don't have it, you can get it by visiting https://nova.laravel.com
27
+
28
+
Laravel Nova is used to build the admin panel so if you need to use it, you must have a valid licence for Laravel Nova. If you don't have it, you can get it by visiting https://nova.laravel.com
29
29
30
30
Once you have the licence, you can run following command to install it:
31
31
@@ -41,7 +41,7 @@ php artisan shark:admin:user
41
41
42
42
## Testing
43
43
44
-
```bash
44
+
```bash
45
45
composer test
46
46
```
47
47
@@ -59,7 +59,7 @@ If you discover any security related issues, please email hey@nive.sh instead of
0 commit comments