ramphor/facades

Make the Facades for Laravel lovers

Installs: 124

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ramphor/facades

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

This package is auto-updated.

Last update: 2025-09-23 14:32:03 UTC


README

Make the Facades for Laravel lovers

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