current location:Home > Technical Articles > PHP Framework > Laravel

  • Laravel development: How to simplify OAuth2 authentication with Laravel Passport?
    Laravel development: How to simplify OAuth2 authentication with Laravel Passport?
    With the popularity of web applications, OAuth2 has become one of the most popular authentication protocols. OAuth2 provides users with secure and fast access via authorization tokens to access protected resources. Laravel is a popular PHP web application framework that has become the first choice for web developers. It has powerful features and simple syntax to help web developers quickly build high-quality web applications. LaravelPassport is in Laravel
    Laravel 1497 2023-06-13 10:33:13
  • Laravel development: How to send SMS and emails using Laravel Notification?
    Laravel development: How to send SMS and emails using Laravel Notification?
    Laravel development: How to send SMS and emails using LaravelNotification? Laravel is a popular PHP-based web application framework that provides a large number of features and tools to simplify web application development. LaravelNotification is an important feature of the Laravel framework, which provides a simple and fast way to send notifications, including SMS and email notifications. In this article, we'll take a closer look
    Laravel 1422 2023-06-13 10:33:06
  • Laravel development: How to use Laravel Localization to achieve multi-language support?
    Laravel development: How to use Laravel Localization to achieve multi-language support?
    With the trend of globalization, more and more websites and applications need to support multiple languages. In traditional website development, it is usually necessary to manually build pages in multiple languages, which is not only time-consuming and labor-intensive, but also error-prone. With the development of modern development technology, it has become a trend to use frameworks and tools to simplify multi-language support. In Laravel development, LaravelLocalization is a popular way to implement multi-language support. This article will introduce how to use LaravelLocal
    Laravel 1860 2023-06-13 10:27:04
  • Laravel development: How to manage production servers using Laravel Forge?
    Laravel development: How to manage production servers using Laravel Forge?
    Laravel is an excellent PHP framework that is widely used for the development of web applications. However, it is becoming increasingly difficult for developers to manage servers in a real production environment. To solve this problem, Laravel provides LaravelForge, which is a web service that can help developers easily manage production servers. LaravelForge provides a friendly interface that allows you to easily set up and manage your server in minutes. It has built-in some of the most common
    Laravel 1353 2023-06-13 10:26:57
  • Laravel development: How to use Laravel Testing for unit testing?
    Laravel development: How to use Laravel Testing for unit testing?
    With the continuous development of the Laravel framework, unit testing has become an indispensable part of modern programming. Unit testing can ensure that our code has stable behavior under different operating environments, greatly reducing the probability of program errors. In Laravel, we can use LaravelTesting for unit testing. This article will introduce how to use LaravelTesting for unit testing. To install Laravel before doing unit testing we need
    Laravel 2056 2023-06-13 10:03:57
  • Laravel development: How to use Laravel Cache to implement caching?
    Laravel development: How to use Laravel Cache to implement caching?
    Laravel development: How to use LaravelCache to implement caching? With the development of web applications, performance issues have become a critical issue for modern web applications. Using caching is a common way to solve web application performance problems. Laravel provides a flexible caching solution called caching. Caching is a technique for storing data in temporary storage so that it can be retrieved and displayed faster later. This article will explore how Laravel caching is implemented and used.
    Laravel 2469 2023-06-13 10:01:32
  • Laravel Development: How to write CSS and JavaScript using Laravel Mix?
    Laravel Development: How to write CSS and JavaScript using Laravel Mix?
    Laravel development: How to write CSS and JavaScript using LaravelMix? LaravelMix is ​​a build tool built into the Laravel framework. It can be used to write and package front-end resources such as CSS, JavaScript, and images, as well as optimize functions such as automatic loading and compilation, allowing developers to manage and build front-end resources more easily. In this article, we will learn step by step how to write CSS and JavaScript using LaravelMix
    Laravel 1229 2023-06-13 09:41:34
  • Laravel development: How to use Laravel Swagger to generate API documentation?
    Laravel development: How to use Laravel Swagger to generate API documentation?
    Laravel development: How to use LaravelSwagger to generate API documentation? When developing web applications, dealing with API documentation is often a tedious but essential task. Use Swagger to automatically generate and visualize API documentation. In Laravel development, we can use the LaravelSwagger extension package to easily generate SwaggerAPI documentation. This article will guide you how to use L
    Laravel 2190 2023-06-13 09:35:00
  • Laravel development: How to provide API authentication for SPA using Laravel Sanctum?
    Laravel development: How to provide API authentication for SPA using Laravel Sanctum?
    Laravel development: How to provide API authentication for SPA using LaravelSanctum? With the popularity of Single Page Applications (SPA), we need a reliable way to protect our APIs from unauthorized access and attacks. LaravelSanctum is a lightweight authentication system provided by Laravel, which provides easy authentication for SPA. This article will show you how to use LaravelSanctum to provide an API for your SPA
    Laravel 1805 2023-06-13 09:19:04
  • Laravel development: How to use Laravel Mix to optimize front-end resources?
    Laravel development: How to use Laravel Mix to optimize front-end resources?
    Laravel is a popular PHP web framework that provides many powerful features, including Composer-based dependency management, Artisan command line tools, EloquentORM, and more. However, when developing web applications, the management of front-end resources is also an important issue. LaravelMix is ​​a convenient and easy-to-use tool that can help us optimize the development and construction of front-end resources. This article will introduce how to use LaravelMix to manage front-end resources
    Laravel 1595 2023-06-13 09:11:38
  • laravel backend database building process
    laravel backend database building process
    Laravel is a very popular PHP framework and provides a lot of convenience in web application development. Laravel supports many database technologies, including MySQL, PostgreSQL, and SQLite. This article will introduce how to use Laravel to interact with MySQL database, which mainly includes the following steps: 1. Install MySQL 2. Create database 3. Configure Laravel environment variables 4. Create migration 5. Run migration 1. Install MySQL first
    Laravel 812 2023-05-29 18:08:08
  • Which one to use for laravel yii
    Which one to use for laravel yii
    For beginners who want to learn to develop PHP projects, it is very important to choose a suitable PHP framework. Among them, Laravel and Yii are two very well-known PHP frameworks, and they have their own advantages and disadvantages. Laravel is a very popular PHP framework that makes development easier with simple, elegant syntax and feature-rich API. If you are a developer who wants to develop modern web applications, Laravel is your best choice. Laravel provides a wealth of features, such as
    Laravel 748 2023-05-29 16:11:38
  • Where is laravel .env
    Where is laravel .env
    Laravel is a web application framework based on PHP language. As a powerful framework, Laravel is widely used in practical projects. In a Laravel project, the .env file is one of the very important files. .env files are used to set important environment variables and configuration information, such as database connection information, application keys, log file paths, etc. Therefore, when using Laravel, we need to know the location and usage of the .env file. So, the .env file in Laravel is in
    Laravel 838 2023-05-29 16:10:08
  • laravel excel setting header
    laravel excel setting header
    When using Laravel Excel, setting the table header is a very important task. Table headers are often used to specify the names of columns contained in Excel files and make the data set easier to understand and analyze. In this article, we will explain how to set the header. Laravel Excel is an open source tool that we can use to read, manipulate, and export Excel files. It provides a simple and elegant way to process Excel files, and makes the Excel file generation process easier. Lara
    Laravel 906 2023-05-29 16:04:41
  • laravel route jump failed
    laravel route jump failed
    In the process of developing using the Laravel framework, we often need to use route jumps, but in some cases, we may encounter route jump failures, causing our applications to fail to run normally. This article will introduce some common reasons and solutions for Laravel route jump failures. 1. The route jump path is incorrect. If we use Laravel for route jump, the path is incorrect and the jump will not be successful. Therefore, we first need to ensure that the jump path we write is correct. we can try
    Laravel 828 2023-05-29 16:00:08

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28