mdbootstrap / adminlte-laravel

A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
MIT License
1.81k stars 508 forks source link

How can modify Register Form? #245

Closed Alexeqv closed 7 years ago

Alexeqv commented 7 years ago

Detailed description

Laravel 5.4 I need add more field, example: last name, direction ....

acacha commented 7 years ago

You could modify vue component field resources/assets/components/auth/RegisterForm.vue and apply changes with npm run dev

acacha commented 7 years ago

Also a pending issue: https://github.com/acacha/adminlte-laravel/issues/234 will make using vue components for auth optional.

You could also recover old auth views from Github.

khadija-hwietat commented 6 years ago

@acacha plz i need ur help i got this error while execute the" npm run dev" npm ERR! missing script: bower;cross-env why ?? i stuck with this , this the package.json "private": true, "scripts": { "bower": "cd node_modules/admin-lte;../bower/bin/bower install -f", "dev": "npm run development", "development": "npm run bower;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 bower;cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "watch-poll": "npm run bower;npm run watch -- --watch-poll", "hot": "npm run bower;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": "npm run bower;cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "lint": "./node_modules/.bin/eslint --ext .js,.vue resources/assets/js" }, "devDependencies": { "acacha-forms": "^1.0.0", "admin-lte": "^2.4.2", "axios": "^0.16.2", "babel-eslint": "^7.1.1", "bootstrap-less": "3.3.7", "bootstrap-sass": "3.3.7", "bower": "^1.8.2", "cross-env": "^5.0.1", "eslint": "^3.14.1", "eslint-friendly-formatter": "^2.0.7", "eslint-loader": "^1.6.1", "eslint-plugin-html": "^2.0.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1", "font-awesome": "^4.7.0", "icheck": "^1.0.2", "ionicons": "^3.0.0", "jquery": "^3.1.1", "laravel-mix": "^1.0", "lodash": "^4.17.4", "toastr": "^2.1.2", "vue": "^2.1.10" } }