problems with a blank starter after installation!
Closed this issue · 3 comments
maiziheimei commented
- I'm submitting a ...
- bug report
- feature request
- [ x] support request
- other (Please specify)
- Provide information & explanation
Dear jadjoubran, its me again.
when I edit ".env" file, by using database name as "laravel_angular", it gives queryException,
" [Illuminate\Database\QueryException]
SQLSTATE[HY000] [1049] Unknown database 'laravel_angular' (SQL: select * fr
om information_schema.tables where table_schema = laravel_angular and table
_name = migrations)" and
"[PDOException]
SQLSTATE[HY000] [1049] Unknown database 'laravel_angular'"
Could you help me with the installation? Thank you very much!
Bests
-
Got code samples?
Make sure to use 3 backticks (and javascript or php after it to show your code) More info
Also make sure to click on the Preview button to double check your code formatting -
Laravel & Angular version: 3.4.0
jadjoubran commented
It seems because you haven't created a database called laravel_angular
, make sure to double check that and try again!
maiziheimei commented
Thanks! all installation problems have been solved.
Have a nice weekend!
…________________________________
From: Jad Joubran <notifications@github.com>
Sent: Saturday, November 18, 2017 16:22
To: jadjoubran/laravel5-angular-material-starter
Cc: maiziheimei; Author
Subject: Re: [jadjoubran/laravel5-angular-material-starter] problems with a blank starter after installation! (#502)
It seems because you haven't created a database called laravel_angular, make sure to double check that and try again!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#502 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYflVKDx6Dc0nzqNrT5f1WCSAXyyobhyks5s3vZRgaJpZM4QjAof>.
jadjoubran commented
Sounds great!