Extension gd is missing from your system
Error Problem 1– simplesoftwareio/simple-qrcode[4.0.0, …, 4.2.0] require ext-gd * -> it is missing from your system. Install or enable PHP’s gd extension. Step 1 – Open to…
What is a Controller?
The controller interacts with the model and the view. It means we write business logic in the controller Make a Controller StudentsController.php Code Result Call with routine…
What is Laravel?
Laravel is a php based framework. Laravel has many libraries, helpers, and other dependency strategies. These provide us with many ready functionalities we can reuse in our…