Axum
Axum
this PR needs a slight change as it has already been implemented as to switch layout https://v3.nuxtjs.org/guide/directory-structure/layouts#changing-the-layout-dynamically I would recommend looking at the link https://inertiajs.com/pages#persistent-layouts Here for example, maybe you...
any news about polylines or route line figure in the plugin or at lest they provide way to pass gmap js library to send data to map
Place this code in the model ``` /** * Route notifications for the FCM channel. * * @param \Illuminate\Notifications\Notification $notification * @return string */ public function routeNotificationForFcm($notification) { return $this->device_token;...
have you try ? ``` php ->custom([ 'android' => [ 'priority' => 'high', 'notification' => [ 'color' => '#0A0A0A', ], 'fcm_options' => [ 'analytics_label' => 'analytics', ], ], ]); ```
change the AppServiceProvider.php \App\Repo to App\Repo (tested in mac os) it works for me ``` if (class_exists(App\Repo::class)) { // Refresh sushi. $connection = App\Repo::sushiConnectionName(); \DB::setDefaultConnection($connection); (new \App\Repo); } ```