Giter VIP home page Giter VIP logo

Comments (5)

kaidesu avatar kaidesu commented on May 18, 2024

Thanks for the report! I'll be sure to get the route file updated ASAP.

Also there should be no need to directly autoload anything from the vendor directory (this is handled by Composer automatically), there may be another underlying problem here causing that issue.

from modules.

kaidesu avatar kaidesu commented on May 18, 2024

@MrGrygson Please update and try again. The correct path to the route service provider should have been Illuminate\Foundation\Support\Providers\RouteServiceProvider.

Secondly, I'd advice using Artisan's dump-autoload command (php artisan dump-autoload) over Composers.

from modules.

dwielocha avatar dwielocha commented on May 18, 2024

@kaidesu RouteServiceProvider fix works fine, but I still get below error when I'm doing eg. composer update and psr-0 is not in autoload section.

PHP Fatal error:  Class 'Caffeinated\Modules\ModulesServiceProvider' not found in /home/vagrant/code/fs/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php on line 157

from modules.

kaidesu avatar kaidesu commented on May 18, 2024

Hmm, okay. I'll reopen this and do some more testing.

from modules.

kaidesu avatar kaidesu commented on May 18, 2024

Found the issue. I had it improperly configured for PSR-4 rather than PSR-0. The latest update should fix everything.

The plan though will be to migrate this to using PSR-4 down the line. Sorry for the inconvenience!

from modules.

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.