|
286 | 286 |
|
287 | 287 | 'authors' => [ |
288 | 288 | 'mr_hyde' => Author::create( |
289 | | - // The following settings are used in the default blog post template. |
| 289 | + // The following settings are used in the default blog post template. |
290 | 290 | name: 'Mr. Hyde', // Optional display name |
291 | 291 | website: 'https://hydephp.com', // Optional website URL |
292 | 292 |
|
293 | | - // The following settings are not used in the bundled templates, |
294 | | - // but you can use them in your own custom views, for example. |
295 | | - // bio: 'The mysterious author of HydePHP', |
296 | | - // avatar: 'avatar.png', |
297 | | - // socials: [ |
298 | | - // 'twitter' => 'HydeFramework', |
299 | | - // 'github' => 'hydephp', |
300 | | - // ], |
| 293 | + // The following settings are not used in the bundled templates, |
| 294 | + // but you can use them in your own custom views, for example. |
| 295 | + // bio: 'The mysterious author of HydePHP', |
| 296 | + // avatar: 'avatar.png', |
| 297 | + // socials: [ |
| 298 | + // 'twitter' => 'HydeFramework', |
| 299 | + // 'github' => 'hydephp', |
| 300 | + // ], |
301 | 301 | ), |
302 | 302 | ], |
303 | 303 |
|
|
355 | 355 | | Cache Busting |
356 | 356 | |-------------------------------------------------------------------------- |
357 | 357 | | |
358 | | - | Any assets loaded using the Asset::mediaLink() helper will automatically |
359 | | - | have a cache busting query string appended to the URL. This is useful |
| 358 | + | Any assets loaded using the Hyde Asset helpers will automatically have |
| 359 | + | a "cache busting" query string appended to the URL. This is useful |
360 | 360 | | when you want to force browsers to load a new version of an asset. |
| 361 | + | All included Blade templates use this feature to load assets. |
361 | 362 | | |
362 | | - | The mediaLink helper is used in the built-in views to load the |
363 | | - | default stylesheets and scripts, and thus use this feature. |
364 | | - | |
365 | | - | To disable cache busting, set this setting to false. |
| 363 | + | To disable the cache busting, set this setting to false. |
366 | 364 | | |
367 | 365 | */ |
368 | 366 |
|
|
0 commit comments