All Projects → twoquethree → laravel-uikit

twoquethree / laravel-uikit

Licence: MIT License
Laravel 5.5/5.6 frontend preset for UIkit 3

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to laravel-uikit

ikyle.me-code-examples
Smaller code examples from my blog posts on ikyle.me
Stars: ✭ 29 (+163.64%)
Mutual labels:  uikit
AndroidUIKit
UIKit for Android
Stars: ✭ 45 (+309.09%)
Mutual labels:  uikit
TextStory
Happier, more flexible NSTextStorage
Stars: ✭ 60 (+445.45%)
Mutual labels:  uikit
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (+800%)
Mutual labels:  uikit
ViewDidAppearFirstTime
🙈 Adds viewWillAppearFirstTime(_:) and viewDidAppearFirstTime(_:) to UIViewController
Stars: ✭ 14 (+27.27%)
Mutual labels:  uikit
kool
From local development to the cloud: development workflow made easy.
Stars: ✭ 588 (+5245.45%)
Mutual labels:  presets
LSAdditions
The Category of Commonly used controls and you can create a control quickly(Object, Control ...)
Stars: ✭ 15 (+36.36%)
Mutual labels:  uikit
WebPKit
A framework that extends a variety of Cocoa APIs with capabilities for encoding and decoding WebP files for all of Apple's platforms.
Stars: ✭ 29 (+163.64%)
Mutual labels:  uikit
JDToaster
🍞 Toasty iOS alerts
Stars: ✭ 25 (+127.27%)
Mutual labels:  uikit
TinderUISamples
[ING] - TinderのようなUIを様々な実装で実現してみる
Stars: ✭ 30 (+172.73%)
Mutual labels:  uikit
taiga-ui
Angular UI Kit and components library for awesome people
Stars: ✭ 2,251 (+20363.64%)
Mutual labels:  uikit
SectionKit
♻️ Reusable sections for UICollectionView
Stars: ✭ 47 (+327.27%)
Mutual labels:  uikit
Movie Trailers SwiftUI
A simple app which shows the lastest movies trailers based on different genres developed using SwiftUI.
Stars: ✭ 51 (+363.64%)
Mutual labels:  uikit
qi-design-vue
This is a design standard with an implement for web UI components library based on Vue.
Stars: ✭ 26 (+136.36%)
Mutual labels:  uikit
JDTextField
Animated UITextField enhance UX for the user by giving clarity that they are focused
Stars: ✭ 19 (+72.73%)
Mutual labels:  uikit
ocean-web
Blu's Design System
Stars: ✭ 25 (+127.27%)
Mutual labels:  uikit
Invalidating
Backports the new @invalidating property wrapper to older platforms
Stars: ✭ 53 (+381.82%)
Mutual labels:  uikit
WWDC
🌈 𝐖𝐖𝐃𝐂 𝐒𝐞𝐬𝐬𝐢𝐨𝐧 𝐍𝐨𝐭𝐞𝐬 👩🏻‍💻 ✨
Stars: ✭ 31 (+181.82%)
Mutual labels:  uikit
Anchor-Bootstrap-UI-Kit
Anchor is a free Bootstrap UI Kit with flexible, ready to use UI components which will hep you build websites faster.
Stars: ✭ 69 (+527.27%)
Mutual labels:  uikit
NativeMarkKit
NativeMark is a flavor of Markdown designed to be rendered by native apps.
Stars: ✭ 36 (+227.27%)
Mutual labels:  uikit

Laravel 5.5+ Front-end Preset For UIkit 3

Latest Stable Version License Codacy Badge StyleCI

Preset for UIkit 3 scaffolding on new Laravel 5.5+ project.

Current version: UIkit 3.0.0-rc.19

Screenshots

Login

login

Register

register

Home

home

Usage

  1. Fresh install Laravel 5.5+ and cd to your app.
  2. Install this preset via composer require tqt/laravel-uikit. Laravel 5.5+ will automatically discover this package. No need to register the service provider.
  3. Use php artisan preset uikit for basic UIkit 3 preset. OR Use php artisan preset uikit-auth for basic preset, Auth route entry and UIkit 3 Auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php)
  4. yarn
  5. yarn dev or yarn watch
  6. Configure your favorite database (mysql, sqlite, etc.)
  7. php artisan migrate to create basic user tables.
  8. php artisan serve (or equivalent) to run server and test preset.
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].