This post will cover how to create Stored Procedures using PHP My Admin. Next part will cover how to execute Stored Procedures using Laravel. First of all what is Stored Procedure? A stored procedure is a prepared SQL code that you can save, so the code can be reused over and over again. You can […]

Aug
6
2018