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:
- create users table
- create password resets table