Introducing CrudHunt:Open-source Full-stack CRUDs for Next.js by KeenThemes
Browse CrudHunt

Laravel Error After successful Install:


vendor/laravel/framework/src/Illuminate/Database/Connection.php:716
712â–• // If an exception occurs when attempting to run a query, we'll format the error
713â–• // message to include the bindings with SQL, which will make this exception a
714â–• // lot more helpful to the developer instead of just the database's errors.
715â–• catch (Exception $e) {
➜ 716▕ throw new QueryException(
717â–• $query, $this->prepareBindings($bindings), $e
718â–• );
719â–• }
720â–• }

+41 vendor frames
42 artisan:37
Illuminate\Foundation\Console\Kernel::handle()

i get this error when running php artisan migrate:fresh --seed


Any pointer as of why?

I have a database from Digital ocean and I have put in all the right details to complete it


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (0)