A Hypothetical website template for bootstrapping new projects.
Find a file
2015-12-13 05:07:41 -05:00
app Implement basic registration and logging in/out 2015-12-01 01:07:03 -05:00
bootstrap Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
config Update composer dependencies, add website name and description attributes to the environment file, add the laravel-head plugin and use it along with the site name and description attributes in the environment file to configure the website head element 2015-12-11 23:36:05 -05:00
database Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
public Add a placeholder logo and favicon so it's apparent where they'll show up, add a light text colour to the less variables, and add more realistic default styling for the nav 2015-12-12 01:33:28 -05:00
resources Make the font more readable and remove the dependency on Google Fonts for the 'Be Right Back' page, and add a 404 (Page Not Found) error page 2015-12-13 05:07:41 -05:00
storage Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
tests Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
.env.example Update composer dependencies, add website name and description attributes to the environment file, add the laravel-head plugin and use it along with the site name and description attributes in the environment file to configure the website head element 2015-12-11 23:36:05 -05:00
.gitattributes Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
.gitignore Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
artisan Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
bower.json Update bootstrap and laravel-elixir, and use a fork of laravel-elixir-livereload that supports elixir 4.1.x 2015-12-11 23:50:20 -05:00
composer.json Update composer dependencies, add website name and description attributes to the environment file, add the laravel-head plugin and use it along with the site name and description attributes in the environment file to configure the website head element 2015-12-11 23:36:05 -05:00
composer.lock Update composer dependencies, add website name and description attributes to the environment file, add the laravel-head plugin and use it along with the site name and description attributes in the environment file to configure the website head element 2015-12-11 23:36:05 -05:00
gulpfile.js Include the less glob plugin so less files can be imported using wildcards 2015-11-30 23:40:49 -05:00
init.sh Only install production dependencies with init.sh 2015-11-30 23:19:48 -05:00
package.json Downgrade laravel elixir and revert to the upstream laravel-elixir-livereload (turns out elixir 4.x doesn't watch correctly) 2015-12-12 01:20:39 -05:00
phpspec.yml Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
phpunit.xml Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
readme.md Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00
server.php Initial commit with a simple working site and the framework tweaked to work around it 2015-07-08 03:34:58 -04:00

Hypothetical Template

A hypothetical website template