alistairshaw / vendirun
There is no license information available for the latest version (1.2.2.0) of this package.
Vendirun plugin for front-end Laravel website
1.2.2.0
2018-03-12 17:47 UTC
Requires
- php: >=5.5.9
- alistairshaw/name-exploder: ^0.1.0
- guzzlehttp/guzzle: ^6.0@dev
- laravel/framework: 5.2.*
- paypal/rest-api-sdk-php: *
- social-links/social-links: ^1.9
- stripe/stripe-php: ^3
- thujohn/twitter: ~2.0
- dev-master
- 1.2.2.0
- 1.2.1.0
- 1.2.0.0
- 1.1.2.1
- 1.1.2.0
- 1.1.1.7
- 1.1.1.6
- 1.1.1.5
- 1.1.1.4
- 1.1.1.3
- 1.1.1.2
- 1.1.1.1
- 1.1.1
- 1.1
- 1.0.8.8
- 1.0.8.7
- 1.0.8.6
- 1.0.8.5
- 1.0.8.4
- 1.0.8.3
- 1.0.8.2
- 1.0.8.1
- 1.0.8
- 1.0.7.4
- 1.0.7.3
- 1.0.7.2
- 1.0.7.1
- 1.0.7
- 1.0.6.5
- 1.0.6.4
- 1.0.6.3
- 1.0.6.2
- 1.0.6.1
- 1.0.6
- 1.0.5.4
- 1.0.5.2
- 1.0.5.1
- 1.0.5
- 1.0.4
- dev-develop
This package is not auto-updated.
Last update: 2024-11-23 00:00:31 UTC
README
#SETUP
###Vendirun Laravel Package
This package can be pulled in to any Laravel project and provides all of the default Vendirun front-end functionality
Latest Stable Version: 1.2.2.0
###Importing the package into a new front-end
Install Laravel
composer create-project laravel/laravel newprojectname 5.2.*
Pull the package in via composer:
composer require alistairshaw/vendirun
Add the namespace to the PSR-4 section
"AlistairShaw\\Vendirun\\": "vendor/alistairshaw/vendirun"
Edit the /config/app.php file and add the VendirunServiceProvider to the app
AlistairShaw\Vendirun\App\Providers\VendirunServiceProvider::class composer dump-autoload // use this to publish all the assets including views artisan vendor:publish // RECOMMENDED: only copy the public assets artisan vendor:publish --tag=public // add --force to overwrite existing files artisan vendor:publish --tag=public --force
Set the correct endpoint URL, client ID and API Key in the laravel .env file (see .env.example file)
The site is working! Now you just need to customise the CSS and any views you like