If I am not mistaken, in server, model name and file name must be Capitalized.
It should be App\Note instead of App\note.
For instance- Note.php model
<?php
namespace App;
class Note extends Model
{
....
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hi everybody,
I 've got an error after deployment of laravel project: Everything work in local, but i can't install composer on the server so i add manually the /vendor. can't dump-autoload or somethings like that.
FatalThrowableError in 44db61d9559e2ac8d86cb483e8d4d8b9b0f3d796.php line 15: Class 'App\note' not found
Please or to participate in this conversation.