php artisan app:install doesn't works
arjubhakat opened this issue · 22 comments
Command "app:install" is not defined.
Did you mean one of these?
app:name
migrate:install
module:install
Did composer install, update, etc...
Please help
true
i also need help
Im getting this error
PHP Warning: require(C:\xampp\htdocs\lms/vendor/autoload.php): failed to open s
tream: No such file or directory in C:\xampp\htdocs\lms\artisan on line 18
Warning: require(C:\xampp\htdocs\lms/vendor/autoload.php): failed to open stream
: No such file or directory in C:\xampp\htdocs\lms\artisan on line 18
PHP Fatal error: require(): Failed opening required 'C:\xampp\htdocs\lms/vendor
/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\lms\artisan
on line 18
Fatal error: require(): Failed opening required 'C:\xampp\htdocs\lms/vendor/auto
load.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\lms\artisan on l
ine 18
Since the "rebase"-commit, there are a lot of files missing...
The Commands-folder has been deleted too. That's what causing the "Command "app:install" is not defined." message.
there is no route rules in route.php,it could‘t works.
I've also install problems
I believe he has not merged dev -> master yet - so use the 'dev' branch ..
This gets is KINDA working:
php artisan key:generate
php artisan migrate
npm i
composer install
php artisan app:install
npm audit fix --force
If you're like me on maraidb:
Modules/User/Database/Seeders/UserTableSeeder.php
will need to edit line 134 to be:
$data = DB::select('SHOW TABLES WHERE '.$name.' NOT LIKE "%low-line%"');
But even after that - its got some sass crap that mungle my domain and it's just unusable.
Package empty it just laravel 5.6 ...it wasted my 1 hour time
yes i have this error too
Have you tried fixing it?
…
On Sat, 9 Feb 2019 11:27 Reza Ghasemzadeh, @.***> wrote: yes i have this error too — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#34 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AstAX_R7xhCo_Cs3yfOJL7LZeskTFXwDks5vLqKQgaJpZM4Vmkgc .
yes but not fixed
Has anyone got it working?
can you share full installation/usage/customisation instructions?
I've looked again to this 'app'. It seems nothing more than a simple Laravel installation, maybe authors of this app are misleading everybody? There is lack of important files, lack of documentation etc., and the command 'php artisan app:install' is a non-existent one. I've deleted this 'app' completely, and I won't come back again to this repository.
just switch to the dev branch git checkout origin/dev
.
then composer install.
then php artisan app:install
.
of course it is the dev branch so you'll come across some minor bugs fix'm and you're good to go .
Switch to the dev branch first then execute, app:install
is not on master branch
I tried doing this in the dev
branch as suggested, but I'm experiencing a sizeof()
error when running app:install
in it... Is there anything else I'm missing?
Hello, the project is currently being migrated to a new version
See new repository: https://github.com/LMS-Laravel/LMS-Laravel
I appreciate any PR to move faster in migration