Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php artisan app:install doesn't works #34

Open
arjubhakat opened this issue Jul 30, 2018 · 22 comments
Open

php artisan app:install doesn't works #34

arjubhakat opened this issue Jul 30, 2018 · 22 comments

Comments

@arjubhakat
Copy link

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
Copy link

true
i also need help

@SreelalChalil
Copy link

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
Copy link

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
Copy link

Hansi7 commented Sep 21, 2018

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

@TARIEPEACE
Copy link

TARIEPEACE commented Sep 21, 2018 via email

@FrankyJust
Copy link

I've also install problems

@mfrederico
Copy link

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
Copy link

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

@selvakumar143
Copy link

selvakumar143 commented Nov 19, 2018

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

@rezaghz
Copy link

rezaghz commented Feb 9, 2019

yes i have this error too

@ashudan9
Copy link

ashudan9 commented Feb 16, 2019 via email

@rezaghz
Copy link

rezaghz commented Feb 18, 2019

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
Copy link

kribby commented Apr 20, 2019

Has anyone got it working?

@ashudan9
Copy link

ashudan9 commented Apr 20, 2019 via email

@kribby
Copy link

kribby commented Apr 20, 2019

can you share full installation/usage/customisation instructions?

@FrankyJust
Copy link

FrankyJust commented Apr 22, 2019

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
Copy link

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
Copy link

ashudan9 commented Apr 23, 2019 via email

@kh3kh3kh3
Copy link

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
Copy link

omarAjmi commented Jun 2, 2019

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

@Valkyrurr
Copy link

Valkyrurr commented Jun 25, 2019

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests