Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 2506d84

Browse files
committed
Merge branch '0.5.0'
2 parents 172739d + 34c841b commit 2506d84

File tree

108 files changed

+49453
-943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+49453
-943
lines changed

.eslintrc.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
extends: [
3+
// add more generic rulesets here, such as:
4+
// 'eslint:recommended',
5+
'plugin:vue/recommended'
6+
],
7+
rules: {
8+
// override/add rules settings here, such as:
9+
// 'vue/no-unused-vars': 'error'
10+
}
11+
}

CONTRIBUTING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Contributing
22

3-
First things first: Thanks for considering to contributing to laratomics-workshop.
3+
First things first: Thanks for considering to contributing to oloid-laravel-patternlib.
44

55
Feel free to fork our repository and send a PR to the master branch.
66

77
# Setup the development environment
88

99
1. Create a standard Laravel application.
10-
2. Link the package laratomics-workshop in composer.json
10+
2. Link the package oloid-laravel-patternlib in composer.json
1111

1212
## Recommended folder structure
13-
* laratomics
13+
* oloid
1414
* packages
15-
* laratomics-workshop
15+
* oloid-laravel-patternlib
1616
* laravel
1717

1818
This structure will be created in the following steps.
1919

20-
### Laratomics-workshop
20+
### Oloid-laravel-patternlib
2121
```bash
22-
mkdir -p laratomics/packages
23-
git clone [email protected]:poolingpeople/laratomics-workshop.git
22+
mkdir -p oloid/packages
23+
git clone [email protected]:ion2s-gmbh/oloid-laravel-patternlib.git
2424
```
2525

2626
### Laravel
@@ -30,26 +30,26 @@ composer create-project --prefer-dist laravel/laravel laravel
3030
```
3131

3232
### Link the package
33-
Finally you have to link the laravel-workshop package in the Laravel application and you're ready to go.
33+
Finally you have to link the oloid-laravel-patternlib package in the Laravel application and you're ready to go.
3434
In Laravel's composer.json add:
3535
```
3636
"repositories": [
3737
{
3838
"type":"path",
39-
"url":"/path/to/laratomics-workshop"
39+
"url":"/path/to/oloid-laravel-patternlib"
4040
}
4141
],
4242
```
4343
And in the require-dev section add:
4444
```
45-
"ion2s/laratomics-workshop": "*",
45+
"ion2s/oloid-laravel-patternlib": "*",
4646
```
4747

4848
Then run:
4949
```bash
5050
composer update
5151
```
52-
You should see ion2s/laratomics-workshop in the list of discovered packages.
52+
You should see ion2s/oloid-laravel-patternlib in the list of discovered packages.
5353

5454
You can execute the tests with:
5555
```bash
@@ -59,7 +59,7 @@ composer test
5959
### Preparing the frontend
6060
Finally you have to build the frontend:
6161
```bash
62-
cd /path/to/laratomics-workshop
62+
cd /path/to/oloid-laravel-patternlib
6363
npm install
6464
npm run dev
6565
```

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
<p align="center">
2-
<h1>Laratomics Workshop</h1>
2+
<h1>Oloid-laravel-patternlib Workshop</h1>
33
</p>
44

55
<p align="center">
6-
<a href="https://github.com/poolingpeople/laratomics-workshop/releases"><img class="confluence-embedded-image confluence-external-resource" src="https://img.shields.io/github/release-pre/poolingpeople/laratomics-workshop.svg" data-image-src="https://img.shields.io/github/release-pre/poolingpeople/laratomics-workshop.svg" height="20"></a>
7-
<a href="https://travis-ci.org/poolingpeople/laratomics-workshop"><img class="confluence-embedded-image confluence-external-resource" src="https://img.shields.io/travis/poolingpeople/laratomics-workshop/master.svg" data-image-src="https://img.shields.io/travis/poolingpeople/laratomics-workshop/master.svg" height="20"></a>
8-
<a href="https://codecov.io/gh/poolingpeople/laratomics-workshop"><img class="confluence-embedded-image confluence-external-resource" src="https://img.shields.io/codecov/c/github/poolingpeople/laratomics-workshop/master.svg" data-image-src="https://img.shields.io/codecov/c/github/poolingpeople/laratomics-workshop/master.svg" height="20"></a>
9-
<img src="https://img.shields.io/david/poolingpeople/laratomics-workshop.svg">
10-
<a href="https://packagist.org/packages/poolingpeople/laratomics-workshop"><img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="License"></a>
6+
<a href="https://github.com/ion2s-gmbh/oloid-laravel-patternlib/releases"><img class="confluence-embedded-image confluence-external-resource" src="https://img.shields.io/github/release-pre/ion2s-gmbh/oloid-laravel-patternlib.svg" data-image-src="https://img.shields.io/github/release-pre/ion2s-gmbh/oloid-laravel-patternlib.svg" height="20"></a>
7+
<a href="https://travis-ci.org/ion2s-gmbh/oloid-laravel-patternlib"><img class="confluence-embedded-image confluence-external-resource" src="https://img.shields.io/travis/ion2s-gmbh/oloid-laravel-patternlib/master.svg" data-image-src="https://img.shields.io/travis/ion2s-gmbh/oloid-laravel-patternlib/master.svg" height="20"></a>
8+
<a href="https://codecov.io/gh/ion2s-gmbh/oloid-laravel-patternlib"><img class="confluence-embedded-image confluence-external-resource" src="https://img.shields.io/codecov/c/github/ion2s-gmbh/oloid-laravel-patternlib/master.svg" data-image-src="https://img.shields.io/codecov/c/github/ion2s-gmbh/oloid-laravel-patternlib/master.svg" height="20"></a>
9+
<img src="https://img.shields.io/david/ion2s-gmbh/oloid-laravel-patternlib.svg">
10+
<a href="https://packagist.org/packages/ion2s-gmbh/oloid-laravel-patternlib"><img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="License"></a>
1111
</p>
1212

1313
## Introduction
14-
Laratomics Workshop enables a development GUI besides your current project.
15-
Using this GUI you can create and manage template snippets (patterns) and build your whole frontend
14+
Oloid-laravel-patternlib enables a development GUI besides your current project. We call this development GUI your `workshop`
15+
Using the workshop you can create and manage template snippets (patterns) and build your whole frontend
1616
using these reusable patterns.
1717

1818
## Installation & Configuration
1919

2020
### Installation
21-
Laratomics Workshop is not yet available. So there is no straight forward installation process.
21+
The package is not yet available. So there is no straight forward installation process.
2222
Stay tuned.
2323

2424
### Configuration
2525
#### .env configuration
2626
```
2727
WORKSHOP_URI=workshop
28-
WORKSHOP_BASE_PATH=laratomics
28+
WORKSHOP_BASE_PATH=patternlib
2929
WORKSHOP_PATTERN_PATH="${WORKSHOP_BASE_PATH}/patterns"
3030
```
3131

@@ -35,11 +35,11 @@ composer test
3535
```
3636

3737
## Credits
38-
* [ion2s GmbH](https://github.com/poolingpeople)
39-
* [All Contributors](https://github.com/poolingpeople/laratomics-workshop/graphs/contributors)
38+
* [ion2s GmbH](https://github.com/ion2s-gmbh)
39+
* [All Contributors](https://github.com/ion2s-gmbh/oloid-laravel-patternlib/graphs/contributors)
4040

4141
## Security Vulnerabilities
42-
If you discover a security vulnerability within laratomics-workshop, please send an e-mail to Sebastian Baum via [[email protected]](mailto:[email protected]).
42+
If you discover a security vulnerability within oloid-laravel-patternlib, please send an e-mail to Sebastian Baum via [[email protected]](mailto:[email protected]).
4343

4444
## License
4545
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

composer.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
2-
"name": "ion2s/laratomics-workshop",
2+
"name": "ion2s/oloid-laravel-patternlib",
33
"type": "library",
4-
"description": "Package to add laratomics powers to your Laravel application",
5-
"version": "0.4.0",
4+
"description": "Package to add patternlib powers to your Laravel application",
5+
"keywords": ["laravel","patternlib","blade"],
66
"license": "MIT",
77
"authors": [
88
{
99
"name": "Sebastian Baum",
1010
"email": "[email protected]"
11+
},
12+
{
13+
"name": "Marek Gebka",
14+
"email": "[email protected]"
1115
}
1216
],
1317
"require": {
@@ -27,19 +31,19 @@
2731
"src/helpers.php"
2832
],
2933
"psr-4": {
30-
"Laratomics\\": "src/"
34+
"Oloid\\": "src/"
3135
}
3236
},
3337
"autoload-dev": {
3438
"psr-4": {
35-
"Laratomics\\Tests\\": "tests/"
39+
"Tests\\": "tests/"
3640
}
3741
},
3842
"extra": {
3943
"laravel": {
4044
"providers": [
41-
"Laratomics\\WorkshopServiceProvider",
42-
"Laratomics\\Providers\\PatternServiceProvider"
45+
"Oloid\\WorkshopServiceProvider",
46+
"Oloid\\Providers\\PatternServiceProvider"
4347
]
4448
}
4549
},

0 commit comments

Comments
 (0)