i receive this error when sending a request from angular project .
could not find driver (SQL: insert into
employees
(name
,address
,gender
,department_id
,education
,experiance
,updated_at
,created_at
) values (Karly Frost, Aliquam quo anim illum et nisi occaecat quam ad ut eveniet animi natus, f, 2, Eveniet in ab architecto neque ut molestiae magnam aliquip deleniti dolores quia hic est nobis tempora rerum, Laboriosam reprehenderit sint minima dolore quis dolorem perferendis, 2018-05-20 22:54:20, 2018-05-20 22:54:20))
but when i try to add new record using
php artisan tinker command and execute insert query using laravel eloquent it works very well
else i got this exception
notice : i use arch manjaro as my linux distributions