coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
621 stars 358 forks source link

installation problem #34

Open mohammedlayli opened 4 years ago

mohammedlayli commented 4 years ago

2020-07-06_120856

xidedix commented 4 years ago

@mohammedlayli what is your version of php and Laravel?

matthelosh commented 4 years ago

have you intalled Laravel dependencies? composer install?

xidedix commented 4 years ago

Laravel requires some PHP extensions, see https://laravel.com/docs/7.x#server-requirements You'll also need Composer as a dependency manager tool for PHP. Make sure you have Composer installed on your machine.

Finally, it looks like you've missed running composer install, which imports packages and creates the vendor folder, along with the autoload script.