Open arjubhakat opened 6 years ago
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.
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 .
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, 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 .
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?
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 .
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 .
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 .
just switch to the dev branch
git checkout origin/dev
. thencomposer install.
thenphp 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
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
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