apiiphim/apii-core

Crawler APII Online

v2.0.0 2024-05-24 11:56 UTC

This package is auto-updated.

Last update: 2024-05-24 13:02:44 UTC


README

composer require apiiphim/apii-core -w

php artisan apiionline:install

use ApiiOnline\Core\Models\User as ApiiOnlineUser;

php artisan apiionline:user

Xóa trong routes/web.php     Route::get('/', function () {       return view('welcome');     });  php artisan optimize:clear