Installing laravel in the local environment.
The installation of larvel-admin failed, although it worked fine in itself.
I installed "larvel-admin#v1.4.5"
https://packagist.org/packages/encore/laravel-admin#v1.4.5
I have completed migration while looking into various things
phpartisan migrate
Error executing install command.
phpartisan admin:install
The errors displayed are as follows:
Illuminate\Database\QueryException]
SQLSTATE [42000]:Syntax error access violation:1103Incorrect table name'''(SQL:create table``(id
insigned not null auto_increment primary key,username
varchar(190)not null,
char(60)not null,name
varchar(191)not null,avatar
varchar(191)null,remember_token
varchar(100)null,created_at
timestamp null,updated_null)
setuploader
teutf8mb4_unicode_ci)
PDOException
SQLSTATE [42000]:Syntax error or access violation:1103Incorrect table name
As far as DB is concerned
password_resets
migrations
users
and other tables.
What are the possible causes of the error?
php laravel
Sorry, I solved myself.
The initial steps appear to have been omitted, and
after executing the following command:
Installation successfully avoided errors.
phpartisan vendor:public --tag=larvel-admin
phpartisan admin —install
© 2024 OneMinuteCode. All rights reserved.