Laravel Nova - Administration Panel For Laravel

Laravel Nova - Administration Panel For Laravel v5.4.4

No permission to download

erye

New member
May 7, 2022
2
1
3
What's with this password nonsense?
Not everybody lives in a country or has internet access good enough to upload/submit resources.
Some of us can barely download as it is.

I just ended up finding a different site to get the file which I hate doing. The other site has 3 people with a license updating when the others can't. That's a real community.

What's the link of that site?
 
  • Like
Reactions: aarsna1

user_11_22

New member
Oct 9, 2022
2
2
3
What's with this password nonsense?
Not everybody lives in a country or has internet access good enough to upload/submit resources.
Some of us can barely download as it is.

I just ended up finding a different site to get the file which I hate doing. The other site has 3 people with a license updating when the others can't. That's a real community.

@Tomz @TassieNZ
whats the link? can you please share
 
  • Like
Reactions: aarsna1 and erye

johnmtoronto

New member
Jul 31, 2022
6
1
3
Thanks @alrickk and @Modsauc3, Finally got it working.

For anyone else stuck please do the following

Code:
composer create-project laravel/laravel website "8.*" --prefer-dist
cp -r nova website/nova
cp website/nova/webpack.mix.js.dist website/nova/webpack.mix.js
cd website
composer require laravel/ui --dev
php artisan ui vue --auth
** Update composer.json file with repositories and require **
composer update
php artisan nova:install
npm install && npm run dev
php artisan migrate
php artisan nova:user
i adid all your steps and still getting this error
There are no commands defined in the "nova" namespace.
 

anutig3r

Well-known member
Trusted Uploader
Dec 5, 2020
59
380
53

anutig3r

Well-known member
Trusted Uploader
Dec 5, 2020
59
380
53
anutig3r updated Laravel Nova - Administration Panel For Laravel with a new update entry:

Laravel Nova 4.19.0

View hidden content is available for registered users!


v4.19.0—SILVER SURFER
Released Nov 15, 2022
  • Added new breadcrumbs menu via the Nova::withBreadcrumbs method.
  • Added ability to see the raw metric value in a tooltip.
  • Added ability to copy the raw value of Value metrics using the copyable method.
  • Added ability to customize the associatable query for BelongsTo and MorphTo fields.
  • Added...

Read the rest of this update entry...
 

Forum statistics

Threads
69,199
Messages
908,274
Members
236,727
Latest member
KeoO

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu