Laravel WTG
Description
Laravel implementation of the wiringa.nl webshop.
This webshop is currently live on wiringa.nl
Installation
-
Clone this repository
git clone https://github.com/DuckThom/laravel-wtg.git && cd laravel-wtg
-
To download the necessary Laravel components:
composer install
will install the module versions I'm currently using,composer update
will download the latest modules. -
Copy
.env.example
to.env
-
Set the correct values in the
.env
file (mail/db/etc.) -
Run
php artisan migrate
to initialize the database -
Get elixir by running
npm install
in the project root folder -
And finally, run
node_modules/.bin/gulp
(dev) /node_modules/.bin/gulp --production
(minify the css) to copy all the fonts/js/css to the right places
Laravel Documentation
Documentation for the entire framework can be found on the Laravel website.
Contributing to this project
All pull requests will be rejected Thomas Wiringa is the only contributor for this project.
Other licenses
The Laravel framework is open-sourced software licensed under the MIT license
The laravel-debugbar by barryvdh license can be found here
The LaravelShoppingcart by Crinsane license can be found here
The Twitter Bootstrap license can be found here
The jQuery license can be found here