current location: Home > Download > Learning resources > php e-book > "laravel-5.6" Chinese version
"laravel-5.6" Chinese version
Classify: Learning materials / php e-book | Release time: 2017-12-14 | visits: 3088748 |
Download: 426 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 How Can I Ensure My Regular Expression Matches the Entire Input String?
- 2 Monopoly Go Winter Games rewards
- 3 Pokemon TCG Pocket Space-Time Smackdown Card List
- 4 Why Doesn't Covariance Support Value Types in C#?
- 5 Why Does My C# Unit Test Fail with a "Located Assembly's Manifest Definition Mismatch" Error?
- 6 Why Are Value Types Invariant in C# Generics?
- 7 Why Does My .NET Assembly Reference Mismatch Occur, and How Can I Fix It?
- 8 Why Does My C# Unit Test Fail with an "Assembly Manifest Mismatch" Error?
- 9 Why Does My C# Unit Test Fail with "The Located Assembly's Manifest Definition Does Not Match the Assembly Reference"?
- 10 Why Does My .NET Application Throw a "Located Assembly's Manifest Definition Does Not Match the Assembly Reference" Error?
- 11 How to Update AirPods Firmware
- 12 Expression-Bodied Members vs. Lambda Expressions: What's the Difference in C#'s `=>` Operator Usage?
- 13 What Does the `=>` Operator Do in C# Properties and Methods?
- 14 How to Clone a Generic List in C#?
- 15 What's the Difference Between C#'s `=>` Operator in Properties and Field Initializers?
Latest Tutorials
-
- Go language practical GraphQL
- 2637 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4023 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2158 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2937 2024-03-29
Laravel version 5.4 is officially released! This version brings many new features and improvements to original functionality.
Laravel Dusk
Laravel Dusk is an end-to-end browser testing tool. For applications developed with JavaScript, Dusk can provide page interaction testing. Therefore, you can use Dusk to test click buttons, links, forms, and even drag and drop functions.
Dusk leverages the testing capabilities implemented by ChromeDriver and Facebook's Php-webdriver. It can work with the Selenium browser, but since it comes with ChromeDriver, you don't need to install JDK or Selenium.
Dusk is very easy to use, there is no need to set up Selenium or start the service every time.
Laravel Mix
Laravel Mix is the successor of Elixir. Mix abandoned Gulp and embraced webpack. The name change this time is to highlight the significance of this change.
Unless you've customized your Elixir setup, migrating to Mix is a piece of cake.
Markdown email
Laravel 5.3 has introduced two new features about email: Mailables and Notifications, which can help you send the same message through email, SMS, or other channels.