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.
私は長い間 Laravel を使用しており、現在は Lumen を使用してマイクロ プロジェクトを作成しています。
すべてのビューにいくつかの変数を渡す必要があります。Laravel ではView::share()、ミドルウェアまたはコントローラーのコンストラクターで関数を使用できますが、Lumen にはクラスがなく、すべてのビュー機能が単なるエイリアスViewのように見えます。View::make()
View::share()
View
View::make()
すべてのビューで変数を共有する方法はありますか?