filipve / webshop

test 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

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.

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.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license

We Dew Lawns

Welcome to the Easy E-Commerce Using Laravel and Stripe: Selling Products and Subscriptions companion project.

Installation

You should be able to run a local instance of the WeDewLawns.com website by following a few simple steps:

  • Run composer install from inside the project root directory to install the package dependencies.
  • Copy the .env.example file to .env and update the various relevant configuration settings.
  • Execute php artisan migrate:install to install the database tables. Make sure you create the project database first (having the same name as that used in the .env file), because Laravel will not create it for you.
  • Execute php artisan db:seed to install the seed data.

Configure your local web server to reference the project. You could alternatively use Laravel Homestead, or even use the native PHP web server (php artisan serve).

Image Credits

The WeDewLawns.com companion website uses two photos taken by AdamKR and lzeebytheSeaisnotreallyallhere, respectively. Further details regarding the two photos are available via the following links:

Questions?

E-mail the authors Eric L. Barnes and W. Jason Gilmore at support@easyecommercebook.com.

Disclaimer

You are free to use this code for educational purposes, however keep in mind this software is provided without warranty of any kind nor expectation it works as anticipated. Bugs can and do creep into software all the time, and you can expect to find a few in this project. Building even a simple e-commerce store is difficult, and you should not just copy and paste code into any project intended to interact with sensitive customer information such as contact details or credit card data.

About

test 2


Languages

Language:JavaScript 58.2%Language:HTML 34.6%Language:PHP 7.1%Language:CSS 0.1%Language:ApacheConf 0.0%