-
Notifications
You must be signed in to change notification settings - Fork 164
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
Comments
true |
Im getting this error PHP Warning: require(C:\xampp\htdocs\lms/vendor/autoload.php): failed to open s Warning: require(C:\xampp\htdocs\lms/vendor/autoload.php): failed to open stream Fatal error: require(): Failed opening required 'C:\xampp\htdocs\lms/vendor/auto |
Since the "rebase"-commit, there are a lot of files missing... |
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 ***@***.***> 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
<LMS-Laravel/LMS-Laravel#34 (comment)>,
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 If you're like me on maraidb: |
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
<LMS-Laravel/LMS-Laravel#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 ***@***.***> wrote:
Has anyone got it working?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<LMS-Laravel/LMS-Laravel#34 (comment)>,
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 |
Yeah,true .waited for a longtime on it after working it out myself.Gush
…On Mon, 22 Apr 2019 at 11:33 Omar Ajmi ***@***.***> 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
<LMS-Laravel/LMS-Laravel#34 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALFUAX3JMRZHDKGQLJK4VEDPRWH63ANCNFSM4FM2JAOA>
.
|
Switch to the dev branch first then execute, |
I tried doing this in the |
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
The text was updated successfully, but these errors were encountered: