Category «LARAVEL»

Library Management system in Laravel PHP

Library management system is a project which aims in developing a computerized system to maintain all the daily work of a library. The LMS helps both students and library Officer to keep proper track of all the books available in the College library or School Library. It allows both the Librarian and the student to …

How to show Database Records in a Graph chart using Laravel

We can make any graph chart in laravel using Canvas.js. The canvas.js provides API for making graph charts .CanvasJS supports 30 different types of Charts and renders across devices including iPhone, iPad, Android, Mac & PCs. Laravel is a PHP Framework for website development. We can make a good website using laravel. Our Project will …