Avatar
😀

Organizations

Popular posts

  1. Jetstream login with username and email instead email only

    In this blog post, we explore how to modify Laravel Jetstream to support both username and email for authentication in your Laravel application, instead of the default email-only setup. Laravel Jetstream provides a great starting point for building applications with authentication, user management, and more, but its default configuration limits user login to email addresses. By customizing Jetstream, you can allow users to log in using either their username or email, enhancing flexibility and user experience.

  2. How to reduce the size of log dir on pi

  3. When use laravel and when use spring boot

    Laravel and Spring Boot are two popular web application frameworks that are often compared to each other. Laravel is a PHP framework, while Spring Boot is a Java framework. The choice between the two will depend on a variety of factors, such as the specific requirements of the project, the language that the developers are comfortable with, and the type of application that is being built.

  4. Setup Laravel to use mssql

    Install mssql driver for php

    Driver: https://websolutionstogo.de/blog/mssql-microsoft-sql-treiber-in-xampp-einbinden/

    Setup .env

    Open the .env file and change the following settings:

  5. Setup Laravel to use sqlite

    Setup .env

    Open the .env file and change the following settings:

    Post activity