Giter Club home page Giter Club logo

Comments (5)

Raam124 avatar Raam124 commented on July 24, 2024 1

Good day, I am still failing to get into the Home page even after running the composer install command. It's just showing me an error page. Regards SPK

On Sat, Feb 8, 2020 at 2:10 PM mauliksavaliya @.***> wrote: I have solved by simple command "composer install". — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#20?email_source=notifications&email_token=ANXF7ZS424JHYCNSIAIS4TLRB2OL5A5CNFSM4KCDG542YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELFQOHA#issuecomment-583730972>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANXF7ZQKETNA4RDVRQJGF4LRB2OL5ANCNFSM4KCDG54Q .

try this one it worked for me
edit the following file app\Models\User.php in line 66, change from this

if (count($this->$Model) > 0) return true;
into
if ($this->Model !== null && count($this->$Model) > 0) return true;

from laravel-social-network.

YOLO4H avatar YOLO4H commented on July 24, 2024

i am facing the same challenge... after sign up or log in
error

from laravel-social-network.

mauliksavaliya avatar mauliksavaliya commented on July 24, 2024

I have solved by simple command "composer install".

from laravel-social-network.

YOLO4H avatar YOLO4H commented on July 24, 2024

from laravel-social-network.

YOLO4H avatar YOLO4H commented on July 24, 2024

from laravel-social-network.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.