未分類

新年のご挨拶

謹んで新年のお慶びを申し上げます。

本年もより一層尽力してまいりたいと存じておりますので、
何とぞ昨年同様のご愛顧を賜わりますよう、お願い申し上げます。

株式会社ギガスジャパン 社員一同



年末年始営業のご案内

拝啓 年の瀬も押し詰まり、ご多用のことと存じ上げます。
さて、誠に勝手ながら、弊社の年末年始の営業は、下記のとおりとさせていただきます。
皆様にはご迷惑をお掛けしますが、何卒ご容赦願います。
今年一年ご愛顧を賜りまして大変感謝申し上げますと伴に、皆様のご多幸をお祈りいたします 。

敬具

年内営業   令和5年12月28日 15:00まで
年始営業   令和6年1月5日 10:00より



Laravel Debugbar Package

Today, I would like to share about a package named laravel-debugbar.

Debugging is an essential part of the software development process, and Laravel provides a convenient package to make it easier. Laravel Debugbar is a powerful package that provides a debugging toolbar for your Laravel applications. It provides detailed information about the application’s performance, SQL queries, and more. In this blog, we will explore how to install Laravel Debugbar and use it to debug your Laravel applications.

Installation

Laravel Debugbar can be easily installed via Composer. Open up your terminal and navigate to your Laravel project directory. Then, run the following command:

composer require barryvdh/laravel-debugbar --dev

This will install the package and add it to your dev dependencies.

Next, you will need to add the service provider and alias in your config/app.php file. In the providers array, add the following:

Barryvdh\Debugbar\ServiceProvider::class,

And in the aliases array, add the following:

'Debugbar' => Barryvdh\Debugbar\Facade::class,

Once you have added the service provider and alias, you can publish the package assets by running the following command:

php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider"

This will publish the package’s configuration file, views, and assets.


Usage

To start using Laravel Debugbar, you can simply add the following line of code to the beginning of your routes or controllers:

Debugbar::enable();

This will enable the debugbar for that specific route or controller.

To test that the debugbar is working correctly, you can add a simple query to your controller and view the results in the debugbar. Here is an example:

public function index()
{
    $users = DB::table('users')->get();

    return view('users', compact('users'));
}

You can loop through the $users variable and display the results. Then, open up your browser and navigate to the route that displays the users. You should see the debugbar at the bottom of the page, displaying information about the SQL query that was executed to retrieve the users.

Conclusion

Laravel Debugbar is a powerful package that makes it easy to debug your Laravel applications. It provides detailed information about the application’s performance, SQL queries, and more. In this blog, I have explored how to install Laravel Debugbar and use it to debug your Laravel applications. To learn more about Laravel Debugbar, check out the official documentation and GitHub repository:

GitHub URL: https://github.com/barryvdh/laravel-debugbar

Official Documentation: https://github.com/barryvdh/laravel-debugbar/blob/master/readme.md

This is all for now. Hope you enjoy that.

By Asahi



Flutterのアップデートについて

今回は、Flutterに関する最新のアップデートを紹介します。

Flutter 2.10リリース

Flutter 2.10には、開発者がアプリによるネットワーク要求を監視できる新しいネットワーク追跡機能も搭載されています。その他のアップデートには、Flutter DevToolsの改善、Dart 2.16、null safetyのサポート向上が含まれます。

Web用Flutter

Flutter 2.8では、開発者はflutter createコマンドを使ってWebプロジェクトを作成できるようになり、Flutterで構築したWebアプリケーションのパフォーマンスとユーザーエクスペリエンスに改善が見られます。

Desktop向けFlutter

最近のアップデートにより、Flutterで構築されたデスクトップアプリケーションのパフォーマンスとユーザーエクスペリエンスが改善されています。Flutter 2.8では、開発者はApple SiliconアーキテクチャをサポートするmacOSアプリケーションを作成できるようになりました。

Flutterの状態管理

FlutterチームはRiverpodという新しい状態管理ソリューションをリリースし、Flutterでの状態管理を簡素化することを目的としています。

Flutterプラグイン

FlutterチームはFirebase Analytics、Firebase Performance Monitoring、Google Maps用の新しいプラグインをリリースしました。

Flutterウィジェット

Flutterチームは、開発者がプラットフォームに適応したナビゲーションバーを作成できるAdaptive Navigation Barや、開発者がスクロール可能な領域の残りのスペースを埋めることができるSliverFillRemainingウィジェットなどの新しいウィジェットを発表しました。

結論として、モバイル、ウェブ、デスクトップアプリケーションを構築する場合、Flutterは高品質のユーザーインターフェースを構築するための強力で柔軟なツールキットを提供します。

金曜担当 – Ami




BingにAIが搭載されました

Microsoftの検索エンジンBingにAIが搭載されたようです。

まだ一般公開されているわけではなく、ウェイトリストに登録し招待されることで試すことができます。

続きを読む


アプリ関連ニュース

お問い合わせはこちら

お問い合わせ・ご相談はお電話、またはお問い合わせフォームよりお受け付けいたしております。

tel. 06-6454-8833(平日 10:00~17:00)

お問い合わせフォーム