commit
5a48442309
9 changed files with 8918 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
.DS_Store |
||||
|
node_modules/ |
||||
|
public/ |
||||
|
mix-manifest.json |
||||
|
|
||||
|
# Vim files |
||||
|
*.swp |
||||
|
*.swo |
||||
|
*.swm |
||||
|
|
||||
|
|
||||
|
/vendor/ |
||||
@ -0,0 +1,12 @@ |
|||||
|
{ |
||||
|
"name": "philipp/stepper", |
||||
|
"require": { |
||||
|
"twig/twig": "^3.1" |
||||
|
}, |
||||
|
"authors": [ |
||||
|
{ |
||||
|
"name": "Philipp Lang", |
||||
|
"email": "philipp@zoomyboy.de" |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,244 @@ |
|||||
|
{ |
||||
|
"_readme": [ |
||||
|
"This file locks the dependencies of your project to a known state", |
||||
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
||||
|
"This file is @generated automatically" |
||||
|
], |
||||
|
"content-hash": "de3ae3ee192d50e467f027fa11fccd19", |
||||
|
"packages": [ |
||||
|
{ |
||||
|
"name": "symfony/polyfill-ctype", |
||||
|
"version": "v1.20.0", |
||||
|
"source": { |
||||
|
"type": "git", |
||||
|
"url": "https://github.com/symfony/polyfill-ctype.git", |
||||
|
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41" |
||||
|
}, |
||||
|
"dist": { |
||||
|
"type": "zip", |
||||
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41", |
||||
|
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41", |
||||
|
"shasum": "" |
||||
|
}, |
||||
|
"require": { |
||||
|
"php": ">=7.1" |
||||
|
}, |
||||
|
"suggest": { |
||||
|
"ext-ctype": "For best performance" |
||||
|
}, |
||||
|
"type": "library", |
||||
|
"extra": { |
||||
|
"branch-alias": { |
||||
|
"dev-main": "1.20-dev" |
||||
|
}, |
||||
|
"thanks": { |
||||
|
"name": "symfony/polyfill", |
||||
|
"url": "https://github.com/symfony/polyfill" |
||||
|
} |
||||
|
}, |
||||
|
"autoload": { |
||||
|
"psr-4": { |
||||
|
"Symfony\\Polyfill\\Ctype\\": "" |
||||
|
}, |
||||
|
"files": [ |
||||
|
"bootstrap.php" |
||||
|
] |
||||
|
}, |
||||
|
"notification-url": "https://packagist.org/downloads/", |
||||
|
"license": [ |
||||
|
"MIT" |
||||
|
], |
||||
|
"authors": [ |
||||
|
{ |
||||
|
"name": "Gert de Pagter", |
||||
|
"email": "BackEndTea@gmail.com" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "Symfony Community", |
||||
|
"homepage": "https://symfony.com/contributors" |
||||
|
} |
||||
|
], |
||||
|
"description": "Symfony polyfill for ctype functions", |
||||
|
"homepage": "https://symfony.com", |
||||
|
"keywords": [ |
||||
|
"compatibility", |
||||
|
"ctype", |
||||
|
"polyfill", |
||||
|
"portable" |
||||
|
], |
||||
|
"funding": [ |
||||
|
{ |
||||
|
"url": "https://symfony.com/sponsor", |
||||
|
"type": "custom" |
||||
|
}, |
||||
|
{ |
||||
|
"url": "https://github.com/fabpot", |
||||
|
"type": "github" |
||||
|
}, |
||||
|
{ |
||||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
||||
|
"type": "tidelift" |
||||
|
} |
||||
|
], |
||||
|
"time": "2020-10-23T14:02:19+00:00" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "symfony/polyfill-mbstring", |
||||
|
"version": "v1.20.0", |
||||
|
"source": { |
||||
|
"type": "git", |
||||
|
"url": "https://github.com/symfony/polyfill-mbstring.git", |
||||
|
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531" |
||||
|
}, |
||||
|
"dist": { |
||||
|
"type": "zip", |
||||
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531", |
||||
|
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531", |
||||
|
"shasum": "" |
||||
|
}, |
||||
|
"require": { |
||||
|
"php": ">=7.1" |
||||
|
}, |
||||
|
"suggest": { |
||||
|
"ext-mbstring": "For best performance" |
||||
|
}, |
||||
|
"type": "library", |
||||
|
"extra": { |
||||
|
"branch-alias": { |
||||
|
"dev-main": "1.20-dev" |
||||
|
}, |
||||
|
"thanks": { |
||||
|
"name": "symfony/polyfill", |
||||
|
"url": "https://github.com/symfony/polyfill" |
||||
|
} |
||||
|
}, |
||||
|
"autoload": { |
||||
|
"psr-4": { |
||||
|
"Symfony\\Polyfill\\Mbstring\\": "" |
||||
|
}, |
||||
|
"files": [ |
||||
|
"bootstrap.php" |
||||
|
] |
||||
|
}, |
||||
|
"notification-url": "https://packagist.org/downloads/", |
||||
|
"license": [ |
||||
|
"MIT" |
||||
|
], |
||||
|
"authors": [ |
||||
|
{ |
||||
|
"name": "Nicolas Grekas", |
||||
|
"email": "p@tchwork.com" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "Symfony Community", |
||||
|
"homepage": "https://symfony.com/contributors" |
||||
|
} |
||||
|
], |
||||
|
"description": "Symfony polyfill for the Mbstring extension", |
||||
|
"homepage": "https://symfony.com", |
||||
|
"keywords": [ |
||||
|
"compatibility", |
||||
|
"mbstring", |
||||
|
"polyfill", |
||||
|
"portable", |
||||
|
"shim" |
||||
|
], |
||||
|
"funding": [ |
||||
|
{ |
||||
|
"url": "https://symfony.com/sponsor", |
||||
|
"type": "custom" |
||||
|
}, |
||||
|
{ |
||||
|
"url": "https://github.com/fabpot", |
||||
|
"type": "github" |
||||
|
}, |
||||
|
{ |
||||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
||||
|
"type": "tidelift" |
||||
|
} |
||||
|
], |
||||
|
"time": "2020-10-23T14:02:19+00:00" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "twig/twig", |
||||
|
"version": "v3.1.1", |
||||
|
"source": { |
||||
|
"type": "git", |
||||
|
"url": "https://github.com/twigphp/Twig.git", |
||||
|
"reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737" |
||||
|
}, |
||||
|
"dist": { |
||||
|
"type": "zip", |
||||
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/b02fa41f3783a2616eccef7b92fbc2343ffed737", |
||||
|
"reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737", |
||||
|
"shasum": "" |
||||
|
}, |
||||
|
"require": { |
||||
|
"php": ">=7.2.5", |
||||
|
"symfony/polyfill-ctype": "^1.8", |
||||
|
"symfony/polyfill-mbstring": "^1.3" |
||||
|
}, |
||||
|
"require-dev": { |
||||
|
"psr/container": "^1.0", |
||||
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9" |
||||
|
}, |
||||
|
"type": "library", |
||||
|
"extra": { |
||||
|
"branch-alias": { |
||||
|
"dev-master": "3.1-dev" |
||||
|
} |
||||
|
}, |
||||
|
"autoload": { |
||||
|
"psr-4": { |
||||
|
"Twig\\": "src/" |
||||
|
} |
||||
|
}, |
||||
|
"notification-url": "https://packagist.org/downloads/", |
||||
|
"license": [ |
||||
|
"BSD-3-Clause" |
||||
|
], |
||||
|
"authors": [ |
||||
|
{ |
||||
|
"name": "Fabien Potencier", |
||||
|
"email": "fabien@symfony.com", |
||||
|
"homepage": "http://fabien.potencier.org", |
||||
|
"role": "Lead Developer" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "Twig Team", |
||||
|
"role": "Contributors" |
||||
|
}, |
||||
|
{ |
||||
|
"name": "Armin Ronacher", |
||||
|
"email": "armin.ronacher@active-4.com", |
||||
|
"role": "Project Founder" |
||||
|
} |
||||
|
], |
||||
|
"description": "Twig, the flexible, fast, and secure template language for PHP", |
||||
|
"homepage": "https://twig.symfony.com", |
||||
|
"keywords": [ |
||||
|
"templating" |
||||
|
], |
||||
|
"funding": [ |
||||
|
{ |
||||
|
"url": "https://github.com/fabpot", |
||||
|
"type": "github" |
||||
|
}, |
||||
|
{ |
||||
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig", |
||||
|
"type": "tidelift" |
||||
|
} |
||||
|
], |
||||
|
"time": "2020-10-27T19:28:23+00:00" |
||||
|
} |
||||
|
], |
||||
|
"packages-dev": [], |
||||
|
"aliases": [], |
||||
|
"minimum-stability": "stable", |
||||
|
"stability-flags": [], |
||||
|
"prefer-stable": false, |
||||
|
"prefer-lowest": false, |
||||
|
"platform": [], |
||||
|
"platform-dev": [], |
||||
|
"plugin-api-version": "1.1.0" |
||||
|
} |
||||
File diff suppressed because it is too large
@ -0,0 +1,25 @@ |
|||||
|
{ |
||||
|
"name": "stepper", |
||||
|
"version": "1.0.0", |
||||
|
"description": "", |
||||
|
"main": "index.js", |
||||
|
"scripts": { |
||||
|
"dev": "npm run development", |
||||
|
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", |
||||
|
"watch": "npm run development -- --watch", |
||||
|
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", |
||||
|
"prod": "npm run production", |
||||
|
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" |
||||
|
}, |
||||
|
"keywords": [], |
||||
|
"author": "", |
||||
|
"license": "ISC", |
||||
|
"dependencies": { |
||||
|
"cross-env": "^7.0.2", |
||||
|
"laravel-mix": "^5.0.7", |
||||
|
"postcss-nested": "^4.0" |
||||
|
}, |
||||
|
"devDependencies": { |
||||
|
"vue-template-compiler": "^2.6.12" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,15 @@ |
|||||
|
<?php |
||||
|
/** |
||||
|
* Plugin Name: Stepper |
||||
|
* Plugin URI: PLUGIN SITE HERE |
||||
|
* Description: PLUGIN DESCRIPTION HERE |
||||
|
* Author: Philipp Lang |
||||
|
* Author URI: YOUR SITE HERE |
||||
|
* Text Domain: stepper |
||||
|
* Domain Path: /languages |
||||
|
* Version: 0.1.0 |
||||
|
* |
||||
|
* @package Stepper |
||||
|
*/ |
||||
|
|
||||
|
// Your code starts here. |
||||
@ -0,0 +1,17 @@ |
|||||
|
let mix = require('laravel-mix'); |
||||
|
|
||||
|
/* |
||||
|
|-------------------------------------------------------------------------- |
||||
|
| Mix Asset Management |
||||
|
|-------------------------------------------------------------------------- |
||||
|
| |
||||
|
| Mix provides a clean, fluent API for defining some Webpack build steps |
||||
|
| for your Laravel application. By default, we are compiling the Sass |
||||
|
| file for your application, as well as bundling up your JS files. |
||||
|
| |
||||
|
*/ |
||||
|
|
||||
|
mix.js('src/js/app.js', 'public/app.js') |
||||
|
.postCss('src/css/app.css', 'public/app.css', [ |
||||
|
require('postcss-nested') |
||||
|
]); |
||||
Loading…
Reference in new issue