Giter VIP home page Giter VIP logo

blog_symfony's Introduction

Blog Symfony - TP avec le framework Symfony PHP

  1. Créer l'entité Auteur avec les propriétés suivantes :
  • nom (string, 255, not null)
  • prenom (string, 255, not null)
  • dateDeNaissance (date, not null)
  • biographie (text, not null)
  1. créez le controlleur Auteur : make:controller

  2. créez le formulaire qui vous permet d'ajouter des auteurs : via la console make:form

  3. créez la methode qui vous permet de traiter le formulaire et de l'afficher sur une page twig

  4. créez la methode qui vous permet de recuperer la liste des auteurs puis affichez les dans un tableau html en retour de celle ci

  5. créez la methode qui vous permet de recuperer un auteur en particulier puis affichez le dans une page twig en retour de celle ci

  6. créez la methode qui vous permet de modifier les informations d'un auteur via le formulaire

  7. créez la methode qui vous permet de supprimer un auteur

  8. => Créer l'entité Article ainsi que les mêmes indications que pour Auteur

  9. => Déployement sur Heroku : https://floating-bastion-58172.herokuapp.com/

blog_symfony's People

Contributors

thischenkel avatar

Watchers

 avatar

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.