skip to Main Content

Php versions – Why Laravel do not works

I've got a little problem, I can not run Laravel on my Mac OS X (the version of my Laravel is 5.4 PHP 7.3 and the error appears below. (3/3) ErrorException compact(): Undefined variable: operator (View: /Users/marques/Sites/barramento/resources/views/layouts/template.blade.php) (View: /Users/marques/Sites/barramento/resources/views/layouts/template.blade.php) enter…

VIEW QUESTION

Xcode 12.3 keeps freezing

I updated to the latest AppStore release of Xcode (12.3, 12C33). It worked fine for an hour or two. After that it started to constantly freeze after being open for a few seconds to minutes. I've tried the following, all…

VIEW QUESTION

Xcode – Hide Title Bar in SwiftUI App for macCatalyst

How can I hide the Title Bar in the new SwiftUI App Protocol? Since the AppDelegate.swift and SceneDelegate.swift protocols are gone, I cant follow this documentation anymore: https://developer.apple.com/documentation/uikit/mac_catalyst/removing_the_title_bar_in_your_mac_app_built_with_mac_catalyst I can't implement this code: class SceneDelegate: UIResponder, UIWindowSceneDelegate { var window:…

VIEW QUESTION
Back To Top
Search