Skip to content

Le Système de Gestion des Stagiaires est une application web conviviale conçue pour simplifier la gestion des informations sur les étudiants. Construit en utilisant Laravel et les templates Blade, le système offre une interface intuitive pour ajouter, modifier, consulter et supprimer des enregistrements d'étudiants. Grâce à ses capacités de recherc

Notifications You must be signed in to change notification settings

simohammed-taher/laravel_crud

Repository files navigation

Student Management System

A simple web application for managing students, built using Laravel and Blade templates.

Features

  • Add, edit, and delete students
  • View student details
  • Search and filter students

Installation

  1. Clone the repository: git clone https://github.com/simohammed-taher/laravel_crud

  2. Install dependencies: composer install

  3. Copy the .env.example file to create a new .env file, and update the necessary configuration settings, such as database credentials.

  4. Generate an application key: php artisan key:generate

  5. Run database migrations and seeders (if any): php artisan migrate --seed

  6. Start the development server:

php artisan serve

You should now be able to access the application at http://localhost:8000.

Contributing

If you'd like to contribute, please create a fork of the repository, make your changes, and submit a pull request. Contributions are always welcome!

License

This project is open-source and available under the MIT License.

About

Le Système de Gestion des Stagiaires est une application web conviviale conçue pour simplifier la gestion des informations sur les étudiants. Construit en utilisant Laravel et les templates Blade, le système offre une interface intuitive pour ajouter, modifier, consulter et supprimer des enregistrements d'étudiants. Grâce à ses capacités de recherc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published