current location:Home > Technical Articles > PHP Framework > Laravel
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Laravel - Guest User Gates
- Laravel - Guest User Gates - The Guest User Gates feature is an add-on to the latest 5.7 version released in September 2018. This feature is used to initiate the authorization process for specific users.
- Laravel 758 2024-08-27 11:47:28
-
- Laravel - Understanding Release Process
- Laravel - Understanding Release Process - Every web application framework has its own version history and it is always being updated and maintained. Every latest version brings new functionality and functions which are either changed or deprecated, s
- Laravel 820 2024-08-27 10:51:23
-
- Laravel - Hashing
- Laravel - Hashing - Hashing is the process of transforming a string of characters into a shorter fixed value or a key that represents the original string. Laravel uses the Hash facade which provides a secure way for storing passwords in a hashed mann
- Laravel 1490 2024-08-27 11:56:54
-
- Laravel - Encryption
- Laravel - Encryption - Encryption is a process of converting a plain text to a message using some algorithms such that any third user cannot read the information. This is helpful for transmitting sensitive information because there are fewer chances
- Laravel 1093 2024-08-27 11:59:54
-
- Laravel - Artisan Console
- Laravel - Artisan Console - Laravel framework provides three primary tools for interaction through command-line namely: Artisan, Ticker and REPL. This chapter explains about Artisan in detail.
- Laravel 815 2024-08-27 13:12:12
-
- Laravel - Authorization
- Laravel - Authorization - In the previous chapter, we have studied about authentication process in Laravel. This chapter explains you the authorization process in Laravel.
- Laravel 928 2024-08-27 13:12:53
-
- Laravel - Authentication
- Laravel - Authentication - Authentication is the process of identifying the user credentials. In web applications, authentication is managed by sessions which take the input parameters such as email or username and password, for user identification.
- Laravel 664 2024-08-27 13:13:22
-
- Laravel - CSRF Protection
- Laravel - CSRF Protection - CSRF refers to Cross Site Forgery attacks on web applications. CSRF attacks are the unauthorized activities which the authenticated users of the system perform. As such, many web applications are prone to these attacks.
- Laravel 860 2024-08-27 13:24:38
-
- Laravel - Contracts
- Laravel - Contracts - Laravel contracts are a set of interfaces with various functionalities and core services provided by the framework.
- Laravel 946 2024-08-27 10:50:50
-
- Laravel - Facades
- Laravel - Facades - Facades provide a static interface to classes that are available in the application's service container. Laravel facades serve as static proxies to underlying classes in the service container, providing the benefit of a terse, exp
- Laravel 1532 2024-08-27 10:50:43
-
- Laravel - Event Handling
- Laravel - Event Handling - Events provide a simple observer implementation which allows a user to subscribe and listen to various events triggered in the web application. All the event classes in Laravel are stored in the app/Events folder and the li
- Laravel 1167 2024-08-27 13:50:26
-
- Laravel - Error Handling
- Laravel - Error Handling - Most web applications have specific mechanisms for error handling. Using these, they track errors and exceptions, and log them to analyze the performance. In this chapter, you will read about error handling in Laravel appli
- Laravel 1081 2024-08-27 10:50:32
-
- Laravel - Ajax
- Laravel - Ajax - Ajax (Asynchronous JavaScript and XML) is a set of web development techniques utilizing many web technologies used on the client-side to create asynchronous Web applications. Import jquery library in your view file to use ajax functi
- Laravel 1113 2024-08-27 10:50:27
-
- Laravel - Sending Email
- Laravel - Sending Email - Laravel uses free feature-rich library SwiftMailer to send emails. Using the library function, we can easily send emails without too many hassles. The e-mail templates are loaded in the same way as views, which means you can
- Laravel 744 2024-08-27 10:50:20
-
- Laravel - Installation
- Laravel - Installation - For managing dependencies, Laravel uses composer. Make sure you have a Composer installed on your system before you install Laravel. In this chapter, you will see the installation process of Laravel.
- Laravel 879 2024-08-27 11:38:00