• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Laravel Nova - Administration Panel For Laravel

Laravel Nova - Administration Panel For Laravel 4.33.2

No permission to download
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))
 
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.
 
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
 
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
 
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
  • Like
Reactions: brass9 and MR A
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: 155
Last edited:
  • Like
  • Love
Reactions: picassoo and Babak
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
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock