Laravel CSS settings are not reflected
Sep 5, 2020
PHP
CSS
beginner
Laravel
Laravel7
Purpose
- -CSS is described to set the elements described in the view file of Laravel, but the action to be taken when the CSS setting is not reflected is described.
Implementation environment
- -Hardware environment
Items | Information |
---|---|
OS | macOS Catalina (10.15.5) |
Hardware | MacBook Pro (13-inch, 2020, Four Thunderbolt 3 ports) |
Processor | 2GHz Quad Core Intel Core i5 |
Memory | 32 GB 3733 MHz LPDDR4 |
Graphics | Intel Iris Plus Graphics 1536 MB |
- -Software environment
Items | Information | Remarks |
---|---|---|
PHP version | 7.4.3 | Introduced with Homwbrew |
Laravel version | 7.0.8 | Introduced by this method using commposer → Building environment for Mac Laravel |
MySQL version | 8.0.19 for osx10.13 on x86_64 | Install using this method using Homwbrew → Install MySQL with Mac Homebrew |
Implementation conditions
- -There are no mistakes in the CSS description method.
Implementation information
- -Describe the solution when confirming using chrome.
Feeling after reading
- -The CSS settings are normally reflected in the Laravel view and can be checked from the browser.
#Details
-
Open chrome.
-
Click the part pointed by the arrow in the image below.
-
Click “Settings”.
-
Click “Delete browsing history data”.
-
Check only “Cached images and files” and click “Delete data”.
-
Check the view of the Laravel app set with CSS.