ggg3/moviechill-core

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

This package is not auto-updated.

Last update: 2024-12-22 02:55:37 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