ggg3/moviechill-core

dev-main 2024-07-06 02:21 UTC

This package is not auto-updated.

Last update: 2025-02-02 03:34:01 UTC


README

composer require ggg3/moviechill-core -w

php artisan MovieChill:install

use MovieChill\Core\Models\User as MovieChillUser;

php artisan MovieChill:user

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