updated readme
This commit is contained in:
parent
75dc0a6ab3
commit
b3c6a04dc9
19
README.md
19
README.md
|
|
@ -1,13 +1,16 @@
|
||||||
                       
|
                       
|
||||||
|
|
||||||
|
|
||||||
1. #### Introduction
|
# Topics
|
||||||
2. #### Requirements
|
1. ### Introduction
|
||||||
3. #### Installation
|
2. ### Requirements
|
||||||
4. #### Configuration
|
3. ### Installation
|
||||||
|
4. ### Configuration
|
||||||
|
5. ### Migration Guides
|
||||||
|
6. ### License
|
||||||
|
|
||||||
|
|
||||||
### 1. About Bagisto:
|
### 1. Introduction:
|
||||||
|
|
||||||
[Bagisto](https://www.bagisto.com) is a hand tailored E-Commerce framework designed on some of the hottest opensource technologies
|
[Bagisto](https://www.bagisto.com) is a hand tailored E-Commerce framework designed on some of the hottest opensource technologies
|
||||||
such as [Laravel](https://laravel.com) a [PHP](https://secure.php.net/) framework, [Vue.js](https://vuejs.org)
|
such as [Laravel](https://laravel.com) a [PHP](https://secure.php.net/) framework, [Vue.js](https://vuejs.org)
|
||||||
|
|
@ -71,7 +74,7 @@ Although you have to set the mailer variables also for full functioning of your
|
||||||
default.
|
default.
|
||||||
|
|
||||||
|
|
||||||
### 4.Installation:
|
### 4. Installation:
|
||||||
|
|
||||||
**1. Run the Command**
|
**1. Run the Command**
|
||||||
~~~
|
~~~
|
||||||
|
|
@ -98,7 +101,7 @@ php artisan storage:link
|
||||||
> That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory.
|
> That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory.
|
||||||
|
|
||||||
|
|
||||||
# Migration from v0.1.0 to v0.1.1
|
### 5. Migration from v0.1.0 to v0.1.1
|
||||||
|
|
||||||
**Run commands below:**
|
**Run commands below:**
|
||||||
|
|
||||||
|
|
@ -107,5 +110,5 @@ php artisan storage:link
|
||||||
> **php artisan vendor:publish**
|
> **php artisan vendor:publish**
|
||||||
|
|
||||||
|
|
||||||
# License
|
### 6. License
|
||||||
Bagisto is a truly opensource E-Commerce framework which will always be free under the [MIT License](https://opensource.org/licenses/MIT).
|
Bagisto is a truly opensource E-Commerce framework which will always be free under the [MIT License](https://opensource.org/licenses/MIT).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue