cek juga log file laravel
@athamz You will not see it, you should create the file yourself as long as you wish to override some of the defaults. This are the steps to take in your terminal:
- Run:
vim ~/.config/psysh/config.php
- When the documents opens press
i
to enter ininsert mode
in vim, then paste the following:
<?php
return [
'usePcntl' => false,
];
- exit from VIM by pressing
esc
then type::wq
Then make sure that you open a new terminal tab, so that you get fresh session and try the tinker again.
0 Komentar