PHP Laravel Nova - Administration Panel For Laravel 3.31.0

torekasi

Member
XNullUser
Joined
Jul 8, 2022
Messages
59
Reaction score
7
Points
8
NullCash
3
Thank you for sharing and will try this script on my localhost
 

sacharian54

New member
XNullUser
Joined
Aug 9, 2022
Messages
2
Reaction score
0
Points
1
NullCash
6
Hi all thanks again. If someone else also needs an installation guide here it is:
1. Unpack the archive and put the nova folder into the vendors directory. The folder name should be nova. If it's not change it.
2. Open composer.json file and add repositories variable to it:
JSON:
"repositories": [
    {
        "type": "path",
        "url": "./nova"
    }
]
3. Again in the composer.json file there is 'require' variable. Add "laravel/nova": "*" to it.
3-i. Laravel UI might give an error about version. If your composer gives it change the "laravel/ui" elements version to 3 in require variable.
4. Run composer install and composer update.
5. After that you can check if it is installed via php artisan. If you can see nova directives its installed.
6. And finally run 'php artisan nova:install'.
Now you can go and check /nova uri and add resource to your admin panel.
 

expiriti

New member
XNullUser
Joined
Jan 31, 2022
Messages
20
Reaction score
0
Points
1
NullCash
16
I have version 4.19
If someone needs it, write, I'll post it here
 

TESBIH

Member
XNullUser
Joined
May 10, 2022
Messages
67
Reaction score
0
Points
6
NullCash
2
Thanks!!!! I need this to test out few features!
Post automatically merged:

Thanks! Thanks! Thanks! Thanks! Thanks! Thanks!
Post automatically merged:

Thanks!!!! I need this to test out few features!
 
Last edited:
Top