LavaLite / cms

Multilingual PHP CMS built with Laravel and bootstrap
https://lavalite.org
2.83k stars 963 forks source link

Class does not exist (View: D:\project\laravel\website\cms\public\themes\public\views\home.blade.php) #173

Open viyiu opened 7 years ago

viyiu commented 7 years ago

run as the step, i not found the file

cloudswb commented 7 years ago

got the same issue, the file exists but still have this error

cloudswb commented 7 years ago

run successed with folloiwng commands:

composer create-project LavaLite/cms --prefer-dist website

php artisan clear-compiled
php artisan optimize
composer dump-auto  

php artisan lavalite:install

php artisan key:generate
tingyugetc commented 7 years ago

hi,I got the same issue when I follow the documentation in readme.io.Then, I try the Github readme.md,the issue does not appear.

Zirpon commented 7 years ago

it happens to me either, how to fix this !!! urgent

jamieleepreece commented 6 years ago

I can confirm that you need to run "php artisan lavalite:install" for this to work. You have to enter your database details into the setup guide and then enter 1 for the remaining steps.

chiranjitkuiry commented 6 years ago

I think you should try with php 7 or greter version. The syntax that are showing are for the lower version of php you are running. Go to local server and change php version.