Spatz is a simple knowledge market(ask question and get answer) resource, like stackoverflow or toster.
It is built on Laravel framework.
The aim of the project is to learn Laravel framework, so it's better not to use it in commercial needs.
-
Download or clone repository.
-
Install composer components using command
composer install
in your terminal. -
Install node components using command
npm install
in your terminal. -
Copy the content from
.env.example
file, create.env
file in a root directory and paste copied content into this file. -
Fullfill the fields in fresh
.env
file with your information. -
Generate laravel application key using command
php artisan key:generate
in your terminal. -
Run migrations using command
php artisan migrate
in your terminal. -
Make test data using command
php artisan db:seed
in your terminal. -
Install bower components using command
bower install
. -
Run command
gulp
in your terminal for compiling assets. -
Enjoy!
If you come across any issues please report them here.
You can also email me at [email protected]