One kind of blog site where expert users can share there experiences and steps for a specific profession by posting.
Web-tools: php
laravel
mysql
bootstrap
javascript
Click Here For Live Server
Click Here For Demo Video
## Features
- Sign up, Sign in - auth
- Post with category and tag
- Search section
- Comment section
- Multiple role - auth control section
- Top content filter (developing)
- Notification section (developing)
- Message section (developing)
To use this in any machine there should need to
- install MySQL
- install Composer
- install npm/yarn
- Then download ZIP
OR,
Run this command to clone
git clone https://github.com/HRahman1777/Footsteps.git
with Git-Bash - Create a .env file and copy-paste all text from env.example file. (or edit as suitable)
- Create a database name with
footsteps
- Open command terminal on that folder run
composer install
yarn install
ornpm install
yarn run dev
ornpm run dev
php artisan migrate
orphp artisan migrate:fresh
(that will drop all table from footsteps db then do migration auto)- At last
php artisan serve