actually.
I think that my first attempt was a failure.
I got the point where my directory for the website looked like this
composer.phar laravel mytasty php.ini
and then I tried to type in
php artisan igniter:install
and it gave me
could not open input file: artisan
so I think that everything that is in the file folders laravel and mytasty
should be in the directory I want the website to be in. So I went into
cPanel file manager and tried to move all of the files up one directory
level. Then I tried again to type in
php artisan igniter:install
and it gave me this…
In sanctum.php line 21:
Class “Laravel\Sanctum\Sanctum” not found
so I have to start all over again.
Oh boy.
Jason