Hello,

I am trying to learn the basic of Installing CRUD Booster in Laravel.

I wonder how to create the databases? I cannot understand the manual.

http://crudbooster.com/doc/5.3/intro

I am getting this error when trying to run: http://localhost/crudbooster/public/admin/login

ErrorException (E_ERROR)
SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES) (SQL: select * from cms_settings where name = appname limit 1) (View: C:\xampp\htdocs\crudbooster\vendor\crocodicstudio\crudbooster\src\views\login.blade.php)

What is the name of the database that I should I create ? Should I use the existing CRUDBooster Table Migration to create the tables? There are only two tables migrations in the existing CRUDBooster files:

  1. create users table
  2. create password resets table

Recommended Answers

All 2 Replies

The clue is Access denied for user 'homestead'@'localhost'

Do you have a user called homestead? Have you attempted to grant them access to the database?

If you're unsure of the answers to either of those questions, I think you should re-read the documentation.

I finally get the database set up but now I do not know why it takes forever to install the CRUDBooster.

C:\xampp\htdocs\crudbooster2>php artisan crudbooster:install

#     __________  __  ______  ____                   __
#    / ____/ __ \/ / / / __ \/ __ )____  ____  _____/ /____  _____
#   / /   / /_/ / / / / / / / __  / __ \/ __ \/ ___/ __/ _ \/ ___/
#  / /___/ _, _/ /_/ / /_/ / /_/ / /_/ / /_/ (__  ) /_/  __/ /
#  \____/_/ |_|\____/_____/_____/\____/\____/____/\__/\___/_/
#                                                                                                                  

--------- :===: Thanks for choosing CRUDBooster :==: ---------------
====================================================================
System Requirements Checking:
Laravel Version (>= 5.3.*): [Good]
PHP Version (>= 5.6.*): [Good]
Mbstring extension: [Good]
OpenSSL extension: [Good]
PDO extension: [Good]
Tokenizer extension: [Good]
XML extension: [Good]
GD extension: [Good]
PHP Fileinfo extension: [Good]
public dir is writable: [Good]
--
Installing:
I remove some default migration files from laravel...
Checking public/vendor directory...
Checking public/uploads symlink...
Upload Path: C:\xampp\htdocs\crudbooster2\public\uploads
Checking public/vendor/crudbooster symlink...
Vendor Path: C:\xampp\htdocs\crudbooster2\public\vendor\crudbooster

 Do you have setting the database configuration at .env ? (yes/no) [no]:
 > yes

Publishing CRUDBooster needs file...

Then it stops right there! I already wait for several hours.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.