laravel-frontend-presets / uikit3

Licence: other
Laravel 5.5+ Front-end preset for UIKit 3.

Programming Languages

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

Projects that are alternatives of or similar to uikit3

preset
Elegant, ecosystem-agnostic preset mechanism
Stars: ✭ 132 (+200%)
Mutual labels:  scaffolding, preset
Amber
A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
Stars: ✭ 2,345 (+5229.55%)
Mutual labels:  scaffolding
Hermetica
📖Hermetica is scaffold tools, and wiki to implement better flask applications.
Stars: ✭ 66 (+50%)
Mutual labels:  scaffolding
Create Elm App
🍃 Create Elm apps with zero configuration
Stars: ✭ 1,650 (+3650%)
Mutual labels:  scaffolding
Phint
Interactively scaffolds and init new (or fixup old) PHP project/library with sane defaults using templates in no time
Stars: ✭ 89 (+102.27%)
Mutual labels:  scaffolding
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (+254.55%)
Mutual labels:  scaffolding
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+2361.36%)
Mutual labels:  scaffolding
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (+440.91%)
Mutual labels:  scaffolding
Yii2 Enhanced Gii
Enhanced Yii2 Gii (generator) that generates related Models & CRUD
Stars: ✭ 183 (+315.91%)
Mutual labels:  scaffolding
Alpha
Craft your own web-based chatbot
Stars: ✭ 113 (+156.82%)
Mutual labels:  scaffolding
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (+152.27%)
Mutual labels:  scaffolding
Api Client Generator
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Stars: ✭ 92 (+109.09%)
Mutual labels:  scaffolding
Craftsman
Craftsman is the workhorse behind the Wrapt framework and provides a suite of CLI commands for quickly scaffolding out new files and projects for your .NET Web APIs with simple CLI commands and configuration files.
Stars: ✭ 165 (+275%)
Mutual labels:  scaffolding
Microgen
♻️ micro-generator for individual files, easy like sunday morning 🌅
Stars: ✭ 85 (+93.18%)
Mutual labels:  scaffolding
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (+384.09%)
Mutual labels:  scaffolding
Waypoint
Opinionated solution template for building F# OSS libraries and tools.
Stars: ✭ 65 (+47.73%)
Mutual labels:  scaffolding
Igniteui Cli
Ignite UI Command-Line Interface by Infragistics
Stars: ✭ 105 (+138.64%)
Mutual labels:  scaffolding
Generator Create Redux App
Add redux, emotion-js and other useful libraries like react-router in top of create-react-app
Stars: ✭ 137 (+211.36%)
Mutual labels:  scaffolding
ttall
Laravel fronend preset for TTALL stack - Tailwindcss | Turbolinks | Alpine.js | Laravel | Livewire 🚀
Stars: ✭ 50 (+13.64%)
Mutual labels:  preset
Forge
F# CLI tool for project, file, and solution management
Stars: ✭ 233 (+429.55%)
Mutual labels:  scaffolding

Laravel 5.5+ Front-end Preset for UIKit 3 Beta

Adds a preset for UIKit 3 scaffolding on new Laravel 5.5+ projects, will add individual SASS components and import the UIKit 3 core javascript.

Usage

1- Install via composer composer require laravel-frontend-presets/uikit3.

2- The package should use laravels new auto discovery, if not however you can manually register the service provider - typically done inside the app.php providers array e.g LaravelFrontendPresets\UIKit3Preset\UIKit3PresetServiceProvider::class.

3- Run php artisan preset uikit3 this will generate the js and scss needed.

4- Optional If you need make:auth to use uikit, run php artisan preset uikit3-auth to generate the templates.

5- Optional You can then run something like the vuejs or react presets as well.

Warning

This replaces the default laravel auth scaffolding, so if you want to revert to bootstrap, you'll need to run artisan make:auth again to overwrite it.

Why?

Bootstrap has outlived its welcome creating generic designs and is lacking in many features required for modern web builds, UIKit 3 has a great eco-system and feature rich making it a perfect modular framework, allowing you to require just what you need.

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].