Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デフォルトの HomeController クラスは次を使用して定義されます
class HomeController extends BaseController {
ただし、 を介してリソース コントローラを作成すると、 の代わりにartisanクラスが拡張されます。これはなぜですか。違いは何ですか。\BaseControllerBaseController
artisan
\BaseController
BaseController
class TestResourceController extends \BaseController {