Manipulate databases stored in XML files using SQL
This package can manipulate databases stored in XML files using SQL.
It can execute SQL statements to create, retrieve, update and delete database records.
The manipulated data records are stored in XML files.
The XML file is structured like a HTML table. If it is necessary to print the data, the XML file can be displayed and printed as HTML and styled using configurable CSS styles.
This package can activate the Laravel DebugBar dynamically.
It provides a service for Laravel applications that can make the debug bar show even if it is disabled in the application configuration.
Applications can use this service conditionally in certain circumstances, so this package can make the Laravel Debug appear on the pages when the developers need it.