Gestion d'établissement scolaire avec laravel 8.
Dans cette série de tutoriels laravel 8, nous allons aborder un véritable projet qui est la gestion d'un établissement scolaire: gestion des étudiants, gestion des enseignants, gestion des administrateurs, gestion de la bibliothèque... Nous organisons le projet sous forme selon le design pattern MVC: model view controller dans lequel nous créons un modèle student et un contrôleur Student-Controller, nous créons ensuite les relations entre table: one to many, many to many...
School management with laravel 8.
In this series of laravel 8 tutorials, we will tackle a real project which is the management of a school: student management, teacher management, administrator management, library management ... We organize the project in the form according to the MVC design pattern: model view controller in which we create a student model and a Student-Controller, we then create the relationships between table: one to many, many to many ...