Laravel Nova - Administration Panel For Laravel

Laravel Nova - Administration Panel For Laravel v5.4.4

No permission to download

MR A

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Apr 19, 2019
755
299
63
Root
Is anyone able to install this ??
 

MR A

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Apr 19, 2019
755
299
63
Root
Yes. And it's literally discussed two messages above. Do you have specific questions?
got this in last cammand

PHP:
php artisan nova:user

 Name:
 > admin

 Email Address:
 > [email protected]

 Password:
 >


   Illuminate\Database\QueryException

  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'novadmin.users' doesn't exist (SQL: insert into `users` (`name`, `email`,
`password`, `updated_at`, `created_at`) values (admin, [email protected], $2y$10$FuhM5Vw5hqANGgvzPa1i3OdE7iV9jhubxcUAUqXx19H2Q5qOIZFzW, 2
021-03-25 06:14:20, 2021-03-25 06:14:20))

  at E:\wamp64\www\lara\novadmin\vendor\laravel\framework\src\Illuminate\Database\Connection.php:678
    674â–•         // If an exception occurs when attempting to run a query, we'll format the error
    675â–•         // message to include the bindings with SQL, which will make this exception a
    676â–•         // lot more helpful to the developer instead of just the database's errors.
    677â–•         catch (Exception $e) {
  ➜ 678▕             throw new QueryException(
    679â–•                 $query, $this->prepareBindings($bindings), $e
    680â–•             );
    681â–•         }
    682â–•

  • A table was not found: You might have forgotten to run your migrations. You can run your migrations using `php artisan migrate`.
    https://laravel.com/docs/master/migrations#running-migrations

  1   E:\wamp64\www\lara\novadmin\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDO\Exception.php:18
      Doctrine\DBAL\Driver\PDO\Exception::("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'novadmin.users' doesn't exist")

  2   E:\wamp64\www\lara\novadmin\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php:83
      Doctrine\DBAL\Driver\PDO\Exception::new(Object(PDOException))
 

alrickk

Active member
Jan 7, 2021
81
199
33
Looks like Nova migrations were not executed. Are you sure you've followed the install procedure in sequential order?
I'd guess "php artisan nova:install" was run after "php artisan migrate".
Just try running "php artisan migrate" now.
 

MR A

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Apr 19, 2019
755
299
63
Root
Looks like Nova migrations were not executed. Are you sure you've followed the install procedure in sequential order?
I'd guess "php artisan nova:install" was run after "php artisan migrate".
Just try running "php artisan migrate" now.
yes bro....i did first nova install then PHP migrate well try again
 

MR A

Well-known member
Trusted Seller
Trusted Uploader
Banned User
Apr 19, 2019
755
299
63
Root
well i did this step

composer create-project --prefer-dist laravel/laravel blog "6.*"

then add nova folder inside and run all command as you say
 

alrickk

Active member
Jan 7, 2021
81
199
33
yes bro....i did first nova install then PHP migrate well try again
Wait, I checked and it's Laravel's native migration that creates users table, so it should be there even without Nova. What version of laravel are you using?
You'll need to have at least 5 tables after proper migrate (posts table is manually created by me, disregard).

1616653782156.png
 
  • Like
Reactions: MR A

alrickk

Active member
Jan 7, 2021
81
199
33
  • Like
Reactions: brass9 and MR A

semerkhet

Member
Apr 18, 2019
35
28
18
Hi,

Laravel Nova v.3.23.2
ORION
Released Apr 14, 2021
  • Fixes related fields not transform using asBigInt.
  • Fixes invalid total calculation when building partition metric when totals over 1000.
Laravel Nova v3.23.1 (not included)
ORION
Released Apr 07, 2021

  • Fixed issue with published assets from previous version.
Laravel Nova v3.23.0 (not included)
ORION
Released Apr 06, 2021
  • Added support for Laravel Octane.
  • Fixed an issue with Laravel routing when declaring domains with a port number.
  • Fixed some visual issues with pagination.
  • Fixed an issue where Trend metrics didn't display correctly when a suffix is used.
  • Fixed an issue preventing passing Collections as Trend ranges.
  • Nova will now use a cursor when executing actions.
  • Fixed an issue preventing the proper display of the app name.
  • Added new allowDuplicateRelations method to relations. Fixed ability to add multiple same relationships with different pivot values. Added ability to edit specific relationship pivot data. Added ability to delete specific pivot data. Also adds ability to handle multiple, separate relationships using the same Nova Resource.
  • Fixed visual issue with stacked field labels.
  • Added ability to pause shortcuts inside Nova tools using Nova.pauseShortcuts().
  • Fixed visual issue with Place field suggestions.
  • Nova will now display the deleted model and ID on action events.
  • Fixed issue preventing partition metrics from rounding correctly.
  • Fixed issue that allows specifying arbitrary perPage params for pagination.
  • Be aware of php version : "^7.2.5|^8.0" and illuminate/support version : "^7.0|^8.0"

Enjoy :cool:
( password after submitting more than 5 resources, just kidding :ROFLMAO: password is babiato.org )
 

Attachments

  • laravel_novav.3.23.2.zip
    1.7 MB · Views: 152
Last edited:

semerkhet

Member
Apr 18, 2019
35
28
18

kamberi

Member
Apr 19, 2021
31
34
18
Hi,

Laravel Nova v.3.23.2
ORION
Released Apr 14, 2021
  • Fixes related fields not transform using asBigInt.
  • Fixes invalid total calculation when building partition metric when totals over 1000.
Laravel Nova v3.23.1 (not included)
ORION
Released Apr 07, 2021

  • Fixed issue with published assets from previous version.
Laravel Nova v3.23.0 (not included)
ORION
Released Apr 06, 2021
  • Added support for Laravel Octane.
  • Fixed an issue with Laravel routing when declaring domains with a port number.
  • Fixed some visual issues with pagination.
  • Fixed an issue where Trend metrics didn't display correctly when a suffix is used.
  • Fixed an issue preventing passing Collections as Trend ranges.
  • Nova will now use a cursor when executing actions.
  • Fixed an issue preventing the proper display of the app name.
  • Added new allowDuplicateRelations method to relations. Fixed ability to add multiple same relationships with different pivot values. Added ability to edit specific relationship pivot data. Added ability to delete specific pivot data. Also adds ability to handle multiple, separate relationships using the same Nova Resource.
  • Fixed visual issue with stacked field labels.
  • Added ability to pause shortcuts inside Nova tools using Nova.pauseShortcuts().
  • Fixed visual issue with Place field suggestions.
  • Nova will now display the deleted model and ID on action events.
  • Fixed issue preventing partition metrics from rounding correctly.
  • Fixed issue that allows specifying arbitrary perPage params for pagination.
  • Be aware of php version : "^7.2.5|^8.0" and illuminate/support version : "^7.0|^8.0"

Enjoy :cool:
( password after submitting more than 5 resources, just kidding :ROFLMAO: password is babiato.org )

Any update on this? v3.25.0 https://nova.laravel.com/releases
 
  • Love
Reactions: picassoo

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