LMS-Laravel / OLD-LMS-Laravel

Laravel Learning Management System (LMS)
283 stars 162 forks source link

php artisan app:install doesn't works #34

Open arjubhakat opened 6 years ago

arjubhakat commented 6 years ago

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

TARIEPEACE commented 6 years ago

true i also need help

SreelalChalil commented 6 years ago

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

Datalink-Wouter commented 6 years ago

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.

Hansi7 commented 6 years ago

there is no route rules in route.php,it could‘t works.

TARIEPEACE commented 6 years ago

Please could you assist on how i can do that

On Fri, Sep 21, 2018 at 9:47 AM Hansi notifications@github.com wrote:

there is no route rules in route.php,it could‘t works.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/LMS-Laravel/LMS-Laravel/issues/34#issuecomment-423445353, or mute the thread https://github.com/notifications/unsubscribe-auth/Ae4uNNBriImwWVlhIecCsS-NxIznOQujks5udJl4gaJpZM4Vmkgc .

FrankyJust commented 6 years ago

I've also install problems

mfrederico commented 6 years ago

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%"');

mfrederico commented 6 years ago

But even after that - its got some sass crap that mungle my domain and it's just unusable.

selvakumar143 commented 5 years ago

Package empty it just laravel 5.6 ...it wasted my 1 hour time

rezaghz commented 5 years ago

yes i have this error too

ashudan9 commented 5 years ago

Have you tried fixing it?

On Sat, 9 Feb 2019 11:27 Reza Ghasemzadeh, notifications@github.com 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 https://github.com/LMS-Laravel/LMS-Laravel/issues/34#issuecomment-462032559, or mute the thread https://github.com/notifications/unsubscribe-auth/AstAX_R7xhCo_Cs3yfOJL7LZeskTFXwDks5vLqKQgaJpZM4Vmkgc .

rezaghz commented 5 years ago

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

kribby commented 5 years ago

Has anyone got it working?

ashudan9 commented 5 years ago

Yeah

On Sat, 20 Apr 2019 at 18:44 kribby notifications@github.com wrote:

Has anyone got it working?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/LMS-Laravel/LMS-Laravel/issues/34#issuecomment-485146428, or mute the thread https://github.com/notifications/unsubscribe-auth/ALFUAX3P6VASO22ZWUXLKUDPRNJADANCNFSM4FM2JAOA .

kribby commented 5 years ago

can you share full installation/usage/customisation instructions?

FrankyJust commented 5 years ago

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.

omarAjmi commented 5 years ago

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 .

ashudan9 commented 5 years ago

Yeah,true .waited for a longtime on it after working it out myself.Gush

On Mon, 22 Apr 2019 at 11:33 Omar Ajmi notifications@github.com wrote:

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 .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/LMS-Laravel/LMS-Laravel/issues/34#issuecomment-485387499, or mute the thread https://github.com/notifications/unsubscribe-auth/ALFUAX3JMRZHDKGQLJK4VEDPRWH63ANCNFSM4FM2JAOA .

kh3kh3kh3 commented 5 years ago

Captu312312re

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 .

error simillar

omarAjmi commented 5 years ago

Switch to the dev branch first then execute, app:install is not on master branch

DefaultLGTM commented 5 years ago

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?

angelkurten commented 5 years ago

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