Tag: backend
-
Post Views: 18 1. The parameters requested by the front-end are empty strings. as shown in Figure 1 2. After the backend is saved, the value of the title is null . 3. Print all request parameters in the backend, var_dump($request->all()); Confirm that the value of the title has been converted to null. as shown in Figure 2 4. Reference:https://learnku.com/docs/laravel/6.x/validation/5144#6633ca.…
-
Post Views: 13 1. Create a new directory: \backend\views\themes\default, specify the base directory containing the theme resources (css, js, images, etc.), as shown in Figure 1 2. Copy the directory: all files under \backend\views\ (excluding themes), as shown in Figure 2 3. Paste it to the directory: \backend\views\themes\default\, the copy has been successful, as shown in Figure 3 4. Configure…