News

⚠️ For Laravel version 10 and beyond, please use version 4 or later of this package. For Laravel version 5.6 to 9, please use version 3.x.x. If you are using SQL ...
A small Laravel package for formatting SQL statements and files inside your Blade templates. This package uses doctrine/sql-formatter to indent and add line breaks in addition to syntax highlighting.
For example, if a user enters a malicious SQL query into a search field, it could bypass any input filtering and potentially execute unauthorized database actions. This can be prevented by using ...
you can use try-catch blocks to handle database or API errors, or to perform some actions based on the exception type or message. You can also rethrow the exception or report it to the Laravel ...
Finally create a video tutorial series for my open source laracrud project. Do you have a well structed database and you want to make a Laravel Application on top of it. By using this tools you can ...
Sky Chin wrote a good tutorial on how to connect Laravel 5.7 to Cloud SQL. Cloud SQL is a fully-managed database system that supports PostgreSQL and MySQL databases in the GCP (Google Cloud Platform).