Make sure you have downloaded composer. After adding this project, copy the database.php in the ignoredcorefiles folder to the config folder and from there you can edit your database details.
After this make sure you run composer install from the terminal in the root of your project folder. From there you can view the the laravel project by running "php artisan serve" on your cmd then open the project through the port 8000,as set. e.g "https://localhost:8000
NB: Kindly make your changes in the branch "submaster" in order to avoid messing the entire project. This means after setting up, checkout from the master branch to the submaster branch.
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications.