-
-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update npm dependencies * update notifications template * Apply refactoring * update code documentation * Remove unused class and fix assets url * remove title on smiley notification * remove demo config key * update tailwind config * build assets
- Loading branch information
1 parent
3144172
commit fddde15
Showing
44 changed files
with
2,391 additions
and
12,756 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
{ | ||
"name": "mckenziearts/laravel-notify", | ||
"description": "Flexible flash notifications for Laravel", | ||
"keywords": ["Laravel", "laravel-notify", "notification"], | ||
"license": "MIT", | ||
"support": { | ||
"issues": "https://github.com/mckenziearts/laravel-notify/issues", | ||
"source": "https://github.com/mckenziearts/laravel-notify" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Arthur Monney", | ||
"email": "[email protected]", | ||
"homepage": "https://twitter.com/MonneyArthur", | ||
"role": "Developer" | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://github.com/mckenziearts/laravel-notify", | ||
"keywords": [ | ||
"Laravel", | ||
"laravel-notify", | ||
"notification" | ||
], | ||
"require": { | ||
"php": "~8.0", | ||
"illuminate/support": "^8.0|^9.0|^10.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = { | ||
plugins: { | ||
tailwindcss: {}, | ||
autoprefixer: {}, | ||
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {}) | ||
}, | ||
} |
Oops, something went wrong.