Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andbet39 committed Sep 21, 2015
1 parent 1a030e8 commit c9391b1
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
## Laravel PHP Framework
## How to build a digital goods eshops with Laravel 5.1
A tutorial series from [CODETutorial.io](http:https://codetutorial.io) .

[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework)
[![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework)
[![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework)
[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework)
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)
In this tutorial series we are going to build a simple but complete digital goods e-shop using Laravel 5.1. The shop will sell only digital articles in a zipped file format, downloadable by the customer once the order and the payment is done. It will be something like ThemeForest or other site where you can buy files.

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.
## Tutorial articles
* [Part 1 - Setup Laravel application and product catalog](http:https://www.codetutorial.io/how-to-craft-a-digital-e-shop-with-laravel/)
* [Part 2 - Create the shopping cart and customer managment](http:https://www.codetutorial.io/the-shopping-cart-how-to-craft-an-e-shop-with-laravel/)
* [Part 3 - Complete the order. Payment with Stripe and Cashier ](http:https://www.codetutorial.io/make-order-laravel-e-shop-part-3/)

Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

## Official Documentation

Documentation for the framework can be found on the [Laravel website](http:https://laravel.com/docs).

## Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](http:https://laravel.com/docs/contributions).

## Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

### License

The Laravel framework is open-sourced software licensed under the [MIT license](http:https://opensource.org/licenses/MIT)

0 comments on commit c9391b1

Please sign in to comment.