A simple web application for managing students, built using Laravel and Blade templates.
- Add, edit, and delete students
- View student details
- Search and filter students
-
Clone the repository: git clone https://github.com/simohammed-taher/laravel_crud
-
Install dependencies: composer install
-
Copy the
.env.example
file to create a new.env
file, and update the necessary configuration settings, such as database credentials. -
Generate an application key: php artisan key:generate
-
Run database migrations and seeders (if any): php artisan migrate --seed
-
Start the development server:
php artisan serve
You should now be able to access the application at http://localhost:8000
.
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!
This project is open-source and available under the MIT License.