this a school Management System That manage all student in all school
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer update
- Run php artisan key:generate
- Run php artisan migrate --seed (it has some seeded data for your testing)
- {php artisan reorder:student 2} this the fixed command line and (2) is an id of school.
- when an admin run this command send email in mailtrap notification
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.