ramphor/facades

Make the Facades for Laravel lovers

dev-master 2020-08-23 03:20 UTC

This package is auto-updated.

Last update: 2024-04-23 11:27:55 UTC


README

Make the Facades for Laravel lovers

<?php
DB::get_var("SELECT COUNT(ID) FROM " . DB::get_table('posts') . " WHERE post_type='post'");