Showing 10 of 2,044 results.

Updating Feedamic Configuration Values | RSS and Atom Feeds

If you are making changes to your Feedamic configuration and are not seeing your changes reflected, you may need to clear your site's application cache. This can be done by running the following command from the root of your project: 1 php artisan...

Laravel Array Helper Function: array_has

has($array, $key) The has helper method will return a boolean value that indicates if the given $key exists in the supplied $array , using dot notation. This method is incredibly useful when checking if an array has a specific key at an arbitrary...