Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
| # ---------------------------------------------------------------------- | |
| # ROOT/ folder .htaccess | |
| # ---------------------------------------------------------------------- | |
| # Laravel Note: | |
| # Note: Laravel is designed to protect your application code, | |
| # and local storage by placing only files that are necessarily | |
| # public in the public folder. It is recommended that you either | |
| # set the public folder as your site's documentRoot (also known as a web root) | |
| # or to place the contents of public into your site's root directory | |
| # and place all of Laravel's other files outside the web root. |