Git Product home page Git Product logo

Comments (6)

medeirosrafael avatar medeirosrafael commented on August 17, 2024 5

@devalexandre in your bootstrap/app.php:
$app->register(Reliese\Coders\CodersServiceProvider::class);
$app->configure('models');

In your config/models.php:
change: 'path' => app_path('Models') to 'path' => base_path('Models')

from laravel.

CristianLlanos avatar CristianLlanos commented on August 17, 2024 1

It might be the configuration cache. Clear the configuration cache php artisan cache:clear and run php artisan code:models, it should work then.

from laravel.

CristianLlanos avatar CristianLlanos commented on August 17, 2024

Look at issue #24

from laravel.

devalexandre avatar devalexandre commented on August 17, 2024

php artisan cache:clear don't have in lumen

from laravel.

dgrvedado avatar dgrvedado commented on August 17, 2024

This step is not clear to me:
1- Do I have to create 'config / models.php'? my laravel does not have that file (5.8)
2- What do I put inside?
3- Then I have this error
ErrorException : mkdir(): Invalid path
at /var/www/html/sat/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:466
462| if ($force) {
463| return @mkdir($path, $mode, $recursive);
464| }
465|

466| return mkdir($path, $mode, $recursive);
.......
I think it's because I do not have the file 'config/models.php'. Some example for this file?

from laravel.

gabrielnunez1 avatar gabrielnunez1 commented on August 17, 2024

The file is created with php artisan vendor:publish --tag=reliese-models

from laravel.

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.