PDOException could not find driver Laravel With php 7 Xampp'LIBXML2_2.9.0' not found (run PHP-file with shell_exec)Unable to locate package libssl-devRails server error: “Could not find a JavaScript runtime.”Uncaught exception 'PDOException' with message 'could not find driver'PHP LARAVEL ERROR: no pages are found except index page in Laravel deployed on LAMP Stack on Ubuntu 16 OSubuntu, syntax error near unexpected token `('
How to display tikz picture between subfigure and subcaption?
Could the barycenter orbit of our sun be greatly underestimated?
Finding the right insults
Moon's unusual gravity
How much of a discount should I seek when prepaying a whole year's rent?
What license do I use when I don't want stock image companies charging people money for photos?
Is the weight of the aircraft flying in the sky transferred to the ground?
Is it possible for nature to create bubble wrap?
Would a uranium 235 fuel pellet the size of Earth explode?
how technically soft landing works without air on moon?
Measurable selection
Arrange 5 non-attacking knights on a 5x5 toroidal board
Why are Marx Generators built like that?
Secure Implementation of Password Database
Why does China have so few nuclear weapons?
Longest Prime Sums
For every Framework new Python Env?
What does "x employee is no longer employed by XYZ company" mean?
Does 'hacer alguien matar' mean to make somebody kill or to get sb killed?
How to optimise the use of 10 nuclear fuel pellets in medieval period?
Did a man complain that his Pontiac wouldn't start whenever the ice cream he picked up was vanilla?
Avoid long walking when changing between Tokyo subway lines
What is the melting temperature of a 3D printed part?
Is harmlessly appearing to be a school bus driver a crime?
PDOException could not find driver Laravel With php 7 Xampp
'LIBXML2_2.9.0' not found (run PHP-file with shell_exec)Unable to locate package libssl-devRails server error: “Could not find a JavaScript runtime.”Uncaught exception 'PDOException' with message 'could not find driver'PHP LARAVEL ERROR: no pages are found except index page in Laravel deployed on LAMP Stack on Ubuntu 16 OSubuntu, syntax error near unexpected token `('
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
i'dont understand about migrate operation on ubuntu, and i have this error, please help me to solve this problem

command-line 16.04
add a comment
|
i'dont understand about migrate operation on ubuntu, and i have this error, please help me to solve this problem

command-line 16.04
install thissudo apt install php7.0-mysqland restart apache
– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
add a comment
|
i'dont understand about migrate operation on ubuntu, and i have this error, please help me to solve this problem

command-line 16.04
i'dont understand about migrate operation on ubuntu, and i have this error, please help me to solve this problem

command-line 16.04
command-line 16.04
edited Dec 19 '16 at 2:43
muru
1
1
asked Dec 19 '16 at 2:31
Pranzela Reki PurnamaPranzela Reki Purnama
111 silver badge4 bronze badges
111 silver badge4 bronze badges
install thissudo apt install php7.0-mysqland restart apache
– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
add a comment
|
install thissudo apt install php7.0-mysqland restart apache
– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
install this
sudo apt install php7.0-mysql and restart apache– George Udosen
Dec 19 '16 at 3:18
install this
sudo apt install php7.0-mysql and restart apache– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34
add a comment
|
1 Answer
1
active
oldest
votes
Are you using XAMPP? If so, just run php artisan --host=localhost:8000, or with your prefered port.
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f862143%2fpdoexception-could-not-find-driver-laravel-with-php-7-xampp%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Are you using XAMPP? If so, just run php artisan --host=localhost:8000, or with your prefered port.
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment
|
Are you using XAMPP? If so, just run php artisan --host=localhost:8000, or with your prefered port.
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment
|
Are you using XAMPP? If so, just run php artisan --host=localhost:8000, or with your prefered port.
Are you using XAMPP? If so, just run php artisan --host=localhost:8000, or with your prefered port.
edited May 16 '18 at 3:08
answered Jan 4 '18 at 4:03
Dandi DarmawanDandi Darmawan
11 bronze badge
11 bronze badge
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment
|
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
1
1
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
Welcome to Ask Ubuntu! In its current form your answer is not as good as it could be. Could you review How to Write a Good Answer, and Style guide for questions and answers. - From Review
– J. Starnes
Jan 4 '18 at 4:36
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f862143%2fpdoexception-could-not-find-driver-laravel-with-php-7-xampp%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
install this
sudo apt install php7.0-mysqland restart apache– George Udosen
Dec 19 '16 at 3:18
Have you already checked this link? Laravel 5.4 on PHP 7.0: PDO Exception - Could not find driver (MySQL)
– galoget
Jan 4 '18 at 5:34