Canvas: Can't install

Created on 2 Apr 2019  路  3Comments  路  Source: austintoddj/canvas

I try so many times to install via composer and using xampp, maybe i'm a idiot. Where can i find a live demo?

question

Most helpful comment

First off, you won't be able to create a project with composer create-project cnvs/canvas since it's not a full Laravel installation. The error is popping up because the Artisan console is a feature of Laravel, which looks like it hasn't been installed yet.

Canvas is a package that integrates with a Laravel application, so you'll need to have an existing project that you want to use it in. Check this out for getting a new instance of Laravel up and running.

Once you've got Laravel installed, follow the installation steps to integrate Canvas.

All 3 comments

What sort of errors are you running into?

Hi!
I have installed xampp and then I have executed the following command in the console:
composer create-project --prefer-dist cnvs/canvas blog
the route has been c: \ xampp \ htdocs

Then this:
php artisan canvas:install
the route has been c: \xampp\htdocs\blog

Error:
Could not open input file: artisan
It may be obvious, I do not know if I am doing the whole process as it should. I have tried creating a new project and installing laravel and I can execute artisan command.

First off, you won't be able to create a project with composer create-project cnvs/canvas since it's not a full Laravel installation. The error is popping up because the Artisan console is a feature of Laravel, which looks like it hasn't been installed yet.

Canvas is a package that integrates with a Laravel application, so you'll need to have an existing project that you want to use it in. Check this out for getting a new instance of Laravel up and running.

Once you've got Laravel installed, follow the installation steps to integrate Canvas.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hoRacy picture hoRacy  路  5Comments

austintoddj picture austintoddj  路  10Comments

connecteev picture connecteev  路  6Comments

prestontoor picture prestontoor  路  4Comments

reliq picture reliq  路  4Comments