Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.22",
"lavalite/framework": "dev-master",
"lavalite/page": "dev-master",
"lavalite/settings": "dev-master",
"lavalite/task": "dev-master",
"lavalite/message": "dev-master",
"lavalite/calendar": "dev-master"
"lavalite/framework": "1.0.*",
"lavalite/page": "4.0.*",
"lavalite/settings": "4.0.*",
"lavalite/task": "4.0.*",
"lavalite/message": "4.0.*",
"lavalite/calendar": "4.0.*"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down
6 changes: 3 additions & 3 deletions public/themes/public/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@
<div class="feature">
<i class="ion ion-social-github-outline"></i>
<h6>Powered by Laravel 5.2</h6>
<p>We have tried to make use of all featues of Laravel 5.2 which help you to develope the website with all resources vailable online. </p>
<p>We have tried to make use of all features of Laravel 5.2 which help you to develop the website with all resources available online.​ ​ </p>
</div>
</div>

<div class="col-md-4">
<div class="feature">
<i class="ion ion-ios-gear-outline"></i>
<h6>Configure to your project</h6>
<p>Lavaliete helps yout to configure your laravel projects easly. It acts as a bootstraper for your laravel Content Management System</p>
<p>Lavalite helps you to configure your Laravel projects easily. It acts as a bootstrapper for your Laravel Content Management System.</p>
</div>
</div>

<div class="col-md-4">
<div class="feature">
<i class="ion ion-ios-checkmark-outline"></i>
<h6>Online package builder</h6>
<p>The online package builder helps you to build lavalite packages easly, The downladed package with basic requred files help you to finish your projects quickly.</p>
<p>The online package builder helps you to build Lavalite packages easily, The downloaded package with basic required files help you to finish your projects quickly.</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Please check the system requirements before installing Lavalite.
* `git clone git@github.com:LavaLite/cms.git`
* From a command line open in the folder, run `composer install`.
* Composer:
* `composer create-project LavaLite/cms your-project-name dev-master`
* `composer create-project LavaLite/cms --prefer-dist website`
2. Enter your database details in `.env` file on root folder.
3. Run `php artisan migrate --seed` to setup your database.
4. You can contigure mail server details in `config/mail.php`.
Expand Down