Categoría: Laravel

  • Introducción a Laravel

    Introducción a Laravel

    Nomenclaturas recomendadas para tus archivos. What How Good Bad Model singular User Users hasOne or belongsTo relationship singular articleComment articleComments, article_comment All other relationships plural articleComments articleComment, article_comments Table plural article_comments article_comment, articleComments Route plural articles/1 article/1 Pivot table singular model names in alphabetical order article_user user_article, articles_users Table column snake_case without model name meta_title…