All Projects → bastinald → ux

bastinald / ux

Licence: other
Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ux

laravel-livewire-ui
Laravel Livewire UI, Auth, & CRUD starter kit.
Stars: ✭ 92 (+170.59%)
Mutual labels:  package, crud, auth, scaffolding, livewire
ui
Laravel Livewire & Bootstrap 5 UI & CRUD starter kit.
Stars: ✭ 82 (+141.18%)
Mutual labels:  crud, auth, scaffolding, livewire
Yii2 Enhanced Gii
Enhanced Yii2 Gii (generator) that generates related Models & CRUD
Stars: ✭ 183 (+438.24%)
Mutual labels:  crud, scaffolding
Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (+1873.53%)
Mutual labels:  package, crud
LCAuthManager
一个简单、高效、易用的权限验证库,包括手势密码、Touch ID和Face ID;A comprehensive, efficient and easy-to-use rights verification library, including Gesture Password, Touch ID and Face ID.
Stars: ✭ 28 (-17.65%)
Mutual labels:  auth
auth analyzer
Burp Extension for testing authorization issues. Automated request repeating and parameter value extraction on the fly.
Stars: ✭ 77 (+126.47%)
Mutual labels:  auth
laravel-blog
Laravel Blog package
Stars: ✭ 116 (+241.18%)
Mutual labels:  package
BETS
Package to obtain and analyze thousands of Brazilian economic time series
Stars: ✭ 34 (+0%)
Mutual labels:  package
prophet
用于构建 react 中后台前端应用框架
Stars: ✭ 12 (-64.71%)
Mutual labels:  crud
spotlight
Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
Stars: ✭ 623 (+1732.35%)
Mutual labels:  livewire
oexec
oexec is a Go package to execute shell commands in specified order
Stars: ✭ 21 (-38.24%)
Mutual labels:  package
repogen
Easy-to-use signed APT repository generator with a web-based package browser.
Stars: ✭ 34 (+0%)
Mutual labels:  package
cassandra-ldap
LDAP Authenticator for Apache Cassandra
Stars: ✭ 20 (-41.18%)
Mutual labels:  auth
svelte-credit-card
A svelte component to render a credit card 💳
Stars: ✭ 30 (-11.76%)
Mutual labels:  package
laravel-provider
The Laravel Framework Service Provider for Railt
Stars: ✭ 19 (-44.12%)
Mutual labels:  package
ferryd
Fast, safe and reliable transit for the delivery of software updates to users.
Stars: ✭ 43 (+26.47%)
Mutual labels:  package
CRUDReactNativeSQLite
CRUD de app em React Native utilizando armazenamento local com SQLite
Stars: ✭ 16 (-52.94%)
Mutual labels:  crud
scaffold-package-command
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
Stars: ✭ 51 (+50%)
Mutual labels:  package
FISCO-BCOS
FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable financial-grade open-source blockchain platform. The platform provides rich features including group architecture, cross-chain communication protoc…
Stars: ✭ 1,603 (+4614.71%)
Mutual labels:  crud
vim-npr
Sensible 'gf' for Node Path Relative JS module resolution per project 🐿
Stars: ✭ 19 (-44.12%)
Mutual labels:  package

bastinald/ux

Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire.

Features

  • Automatic migrations
  • Automatic routing
  • Automatic password hashing
  • Automatic user timezones
  • Bootstrap 5 preconfigured
  • Font Awesome 5 preconfigured
  • Global Livewire loader
  • Dynamic Livewire modals
  • Auth scaffolding command
  • CRUD scaffolding command
  • Handy Blade components
  • Honeypot & reCAPTCHA
  • Exception emailing
  • Easy form data modelling
  • Easy log clearing
  • Publishable command stubs
  • & more!

Requirements

  • Laravel 8
  • NPM

Documentation

Quickstart

Install Laravel via Valet, Docker, Laragon, or whatever you prefer:

laravel new my-project

Configure your .env APP, DB, and MAIL variables:

APP_*
DB_*
MAIL_*

Require this package via Composer:

composer require bastinald/ux

Make the package UI & Auth scaffolding:

php artisan make:auth

Now you can visit your app URL and login using [email protected]:password.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].