Skip to content

Commit

Permalink
Add Laravel Sanctum to Laravel Ecosystem tab & configure PurgeCSS (#68)
Browse files Browse the repository at this point in the history
Add Laravel Sanctum to Laravel Ecosystem tab, configure PurgeCSS
  • Loading branch information
antonkomarev authored Jun 17, 2020
1 parent ffcb935 commit f52186f
Show file tree
Hide file tree
Showing 7 changed files with 1,618 additions and 1,463 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to `cybercog/laravel-paket` will be documented in this file.

## [Unreleased]

## [1.6.0]

### Added

- ([#68]) Add Laravel Sanctum to Laravel Ecosystem tab
- ([#68]) Add PurgeCSS

## [1.5.2]

### Added
Expand Down Expand Up @@ -70,7 +77,8 @@ All notable changes to `cybercog/laravel-paket` will be documented in this file.

- Initial release

[Unreleased]: https://github.com/cybercog/laravel-paket/compare/1.5.2...master
[Unreleased]: https://github.com/cybercog/laravel-paket/compare/1.6.0...master
[1.6.0]: https://github.com/cybercog/laravel-paket/compare/1.5.2...1.6.0
[1.5.2]: https://github.com/cybercog/laravel-paket/compare/1.5.1...1.5.2
[1.5.1]: https://github.com/cybercog/laravel-paket/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/cybercog/laravel-paket/compare/1.4.0...1.5.0
Expand All @@ -79,6 +87,7 @@ All notable changes to `cybercog/laravel-paket` will be documented in this file.
[1.2.0]: https://github.com/cybercog/laravel-paket/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/cybercog/laravel-paket/compare/1.0.0...1.1.0

[#68]: https://github.com/cybercog/laravel-paket/pull/68
[#64]: https://github.com/cybercog/laravel-paket/pull/64
[#61]: https://github.com/cybercog/laravel-paket/pull/61
[#58]: https://github.com/cybercog/laravel-paket/pull/58
Expand Down
2 changes: 1 addition & 1 deletion public/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=222a852582593d9923dc",
"/app.css": "/app.css?id=746fe87b4886c701e3b3"
"/app.js": "/app.js?id=28423565ab0932446651",
"/app.css": "/app.css?id=4a01632a7c2d69a7bf76"
}
8 changes: 8 additions & 0 deletions resources/js/screens/laravel/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@
icon: 'https://laravel.com/img/ecosystem/passport.min.svg',
isDevelopment: false,
},
{
name: 'laravel/sanctum',
title: 'Sanctum',
description: 'Authentication for SPAs',
iconBg: '#28cef0',
icon: 'https://laravel.com/img/ecosystem/passport.min.svg',
isDevelopment: false,
},
{
name: 'laravel/socialite',
title: 'Socialite',
Expand Down
4 changes: 4 additions & 0 deletions tailwind.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ module.exports = {
},
variants: {},
plugins: [],
purge: [
'./resources/js/**/*.vue',
'./resources/js/**/**/*.vue',
],
};
3,050 changes: 1,592 additions & 1,458 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit f52186f

Please sign in to comment.