Coder Social home page Coder Social logo

Comments (9)

nWidart avatar nWidart commented on May 22, 2024

That sounds like a file case issue. Make sure you used correct file names, linux being case sensitive.

from laravel-modules.

moeinrahimi avatar moeinrahimi commented on May 22, 2024

i changed modules folder from Modues to modules now my 'serviceprovider' issue is done but there is more issues, for example in my app controller i used 'modules\Blog\Entities\Post' and the namespace of post model is 'Modules\Blog\Entities', app says Class 'Modules\Blog\Entities\Post' not found, there is no matter i typed it upper or lowercase

from laravel-modules.

szewang2805 avatar szewang2805 commented on May 22, 2024

i have the same issue, laravel complained CustomerServiceProvider not found after i just make the module by aritsan command, pls help

from laravel-modules.

szewang2805 avatar szewang2805 commented on May 22, 2024

my laravel version 5.3.10

from laravel-modules.

nWidart avatar nWidart commented on May 22, 2024

Just autoload your classes correctly and it will work.

from laravel-modules.

mithleshjs avatar mithleshjs commented on May 22, 2024

You forgot to run this command : composer dump-autoload

from laravel-modules.

szewang2805 avatar szewang2805 commented on May 22, 2024

i have composre dump-autoload, but still not work.
laravel can find my CustomerServiceProvider now, but there is another error

when i type URL xyz.com/customer/test

it shows
NotFoundHttpException in RouteCollection.php line 161:

the routes.php is

Route::group(['middleware' => 'web', 'prefix' => 'customer', 'namespace' => 'Modules\Customer\Http\Controllers'], function()
{
Route::get('/test', 'CustomerController@index');
});

i notice that laravel 5.3.10 has spilt the routes into api.php, console.php and web.php, will it causes the error?
thx

from laravel-modules.

mithleshjs avatar mithleshjs commented on May 22, 2024

This problem has nothing to do with Laravel 5.3. It's working fine.

from laravel-modules.

szewang2805 avatar szewang2805 commented on May 22, 2024

still not working... seesm that laravel does not notice the routes.php in my new module, thx

from laravel-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.