https://github.com/4msar/laravel-student-db
Student Database System with Individual Login Account System. Different Data for different user.
https://github.com/4msar/laravel-student-db
laravel laravel-application student student-db student-management
Last synced: 11 months ago
JSON representation
Student Database System with Individual Login Account System. Different Data for different user.
- Host: GitHub
- URL: https://github.com/4msar/laravel-student-db
- Owner: 4msar
- License: gpl-3.0
- Created: 2018-03-22T19:01:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T12:32:55.000Z (about 1 year ago)
- Last Synced: 2025-07-02T13:25:56.905Z (about 1 year ago)
- Topics: laravel, laravel-application, student, student-db, student-management
- Language: PHP
- Homepage:
- Size: 325 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-student-db
Student Database System with Individual Login Account System. Different Data for different user.
## Installation
Clone the Repo.
Then run in cmd/terminal
> composer update
> copy .env.example .env
Add Database in .env
then Run
> php artisan migrate
> php artisan ser
Browse http://127.0.0.1:8000
Register First / then Login then you can see Add Students in top Menu.
Click Students to view All Students.
Thanks.