Logo Logo Nue Package
Getting Started Introduction
Getting Started Gulp
Getting Started Customization
Getting Started Credits
Getting Started Changelog
Design & Graphics Bootstrap Icons
Design & Graphics Illustrations
Components Accordion
Components Alerts
Components Avatars
Components Badge
Components Breadcrumb
Components Buttons
Components Button group
Components Cards
Components Collapse
Components Column divider
Components Devices
Components Divider
Components Dropdowns
Components Icons
Components List Group
Components Lists
Components Legend Indicator
Components Modal
Components Offcanvas
Components Page Header
Components Pagination
Components Popovers
Components Progress
Components Profile
Components Shapes
Components Sliding Image
Components Spinners
Components Steps
Components Tab
Components Toasts
Components Tooltips
Components Typography
Navbars Navbar
Navbars Navs
Navbars Mega Menu
Navbars Navbar Vertical Aside
Navbars Scrollspy
Tables Tables
Tables Datatables
Tables Sticky Header
Basic forms Basic forms
Basic forms Checks and switches
Basic forms Input group
Utilities Backgrounds
Utilities Borders
Utilities Colors
Utilities Links
Utilities Position
Utilities Rotations
Utilities Shadows
Utilities Sizing
Utilities Spacing
Utilities Z-index
Utilities Opacity
Advanced forms Advanced select
Advanced forms Datepicker
Advanced forms Date Range Picker
Advanced forms Calendar (Fullcalendar)
Advanced forms File attachments
Advanced forms Drag’ n’ drop file uploads
Advanced forms WYSIWYG Editor
Advanced forms Quantity counter
Advanced forms Copy to Clipboard
Advanced forms Input mask
Advanced forms Step forms (Wizards)
Advanced forms Wizards
Advanced forms Add field
Advanced forms Toggle password
Advanced forms Count characters
Advanced forms Form Search
Advanced forms Toggle switch
Advanced forms Google reCAPTCHA
Others Chart.js
Others Counter
Others Circles.js (Pie Chart)
Others Fullscreen Lightbox
Others Leaflet
Others JSVectorMap
Others SortableJS
Others Sticky block
Others Go To

No Results

  • Preview Demo
Logo Nµe
  • Nue
  • UI (HTML)
  • Getting Started
  • Introduction
  • Installation
  • Configuration
  • Changelog
  • Development
  • Features
  • Content (Layout)
  • Users (Auth)
  • Menu Management
  • Notifications
  • Access Control
  • Permission
  • Pages
  • Routes
  • Middleware
  • Console Commands
  • Nue
  • Install
  • Auth
  • Uninstall
  • Create User
  • Change Password
  • Extend
  • Import
  • Extensions
  • Development
  • Backup
  • Lock-Screen
  • Env-Manager

Install

Perintah untuk melakukan instalasi Nue Package.

    
      php artisan nue:install
    
  

Gunakan perintah ini melakukan instalasi Nue Package. Pada prosesnya, perintah ini akan membuat beberapa direktori dan file kedalam aplikasi kamu.

    
			OK Ensure views directories exists.
			OK Export views.
			OK Export authentication controllers.
			OK Publish config & migrations files.
			OK Replace models.

			Migration table created successfully.
			Migrating: 2014_10_12_000000_create_users_table
			Migrated:  2014_10_12_000000_create_users_table (358.03ms)
			Migrating: 2014_10_12_100000_create_password_resets_table
			Migrated:  2014_10_12_100000_create_password_resets_table (109.27ms)
			Migrating: 2019_08_19_000000_create_failed_jobs_table
			Migrated:  2019_08_19_000000_create_failed_jobs_table (168.31ms)
			Migrating: 2019_12_14_000001_create_personal_access_tokens_table
			Migrated:  2019_12_14_000001_create_personal_access_tokens_table (119.07ms)
			Migrating: 2021_01_01_000000_create_nue_tables
			Migrated:  2021_01_01_000000_create_nue_tables (379.17ms)
			Database seeding completed successfully.

			🤙 Nue package generated successfully in 4.72 seconds.
	    
  


Kamu juga bisa menambahkan attribute --force pada perintah. Untuk menghidari pertanyaan konfirmasi dari Nue ini.

    
      php artisan nue:install --force