Skip to content

Commit

Permalink
Working Login and Registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulfheart committed Feb 15, 2021
1 parent a9093ed commit d75c650
Show file tree
Hide file tree
Showing 23 changed files with 962 additions and 192,490 deletions.
3 changes: 1 addition & 2 deletions config/burst.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

return [
'model' => 'App\\Model\\User',
'identifier' => ''
'home' => '/',
];
56 changes: 56 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.4",
"cross-env": "^7.0.3",
"postcss": "^8.2.6",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.0.3"
},
"scripts": {
"build": "npx tailwindcss-cli@latest build -o ./resources/dist/tailwind.css"
"build": "./node_modules/.bin/tailwindcss build -o ./resources/dist/tailwind.css",
"prod": "cross-env NODE_ENV=production ./node_modules/.bin/tailwindcss build -o ./resources/dist/tailwind.css"
}
}
Loading

0 comments on commit d75c650

Please sign in to comment.