vasdor125884 Approved

Member since: 2017-10-14

Recent posts by vasdor125884
Post When

/backend/system/updates shows the current build number

Posted in how to get october build number ?

Hello,

My goal is to make browser cache the files and not to make HTTP requests I am trying to use s...

Posted in Add version to css

Oh, I figured it out . I should've used

public $belongsTo = [
    'user' => ['Backend\Models\User', ...

Posted in Model fields relations error

Hello,

I've created a Model, its table has fields 'created_by' and 'updated_by'

create_table_file.ph...

Posted in Model fields relations error

I found the error. Format of the version.yaml update line should be

1.0.4:
        - A request table...

Posted in A table was not created after a Model was created

Hello all,

I've just created a Model, then executed php artisan october:up but the table was not cre...

Posted in A table was not created after a Model was created