All Projects → alberto1el → Larafly

alberto1el / Larafly

Rapid Laravel UI Starter

Projects that are alternatives of or similar to Larafly

Laravel Starter Kit
Laravel 7.0~ Starter Kit Powered by VueJS + Material Design(Vuetify)
Stars: ✭ 281 (+172.82%)
Mutual labels:  laravel-admin
Summernote
Summernote extension for laravel-admin
Stars: ✭ 24 (-76.7%)
Mutual labels:  laravel-admin
Larrock Core
Core components for LarrockCMS
Stars: ✭ 46 (-55.34%)
Mutual labels:  laravel-admin
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+242.72%)
Mutual labels:  laravel-admin
Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (+551.46%)
Mutual labels:  laravel-admin
Stationery Cms
💡基于laravel-admin1.6.0开发的办公用品管理系统,含excel导出、查询快递功能
Stars: ✭ 37 (-64.08%)
Mutual labels:  laravel-admin
login-captcha
laravel-admin 登录添加验证
Stars: ✭ 37 (-64.08%)
Mutual labels:  laravel-admin
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-18.45%)
Mutual labels:  laravel-admin
Laravel Adminpanel
A Laravel Admin Panel (Laravel Version : 6.0)
Stars: ✭ 774 (+651.46%)
Mutual labels:  laravel-admin
Laravel Settings
Simple Settings package for a laravel application
Stars: ✭ 45 (-56.31%)
Mutual labels:  laravel-admin
Mojito
Mojito Admin 基于 Laravel, Vue, Element 构建的后台管理系统
Stars: ✭ 397 (+285.44%)
Mutual labels:  laravel-admin
Laravel Admin
Laravel Admin Panel
Stars: ✭ 614 (+496.12%)
Mutual labels:  laravel-admin
Api Tester
API tester for laravel-admin
Stars: ✭ 38 (-63.11%)
Mutual labels:  laravel-admin
Administrator
a fork from Frozennode/Administrator
Stars: ✭ 296 (+187.38%)
Mutual labels:  laravel-admin
Config
Config manager for laravel-admin
Stars: ✭ 83 (-19.42%)
Mutual labels:  laravel-admin
Blockscloud
web os be based on laravel and vue
Stars: ✭ 274 (+166.02%)
Mutual labels:  laravel-admin
Nideadmin
【未完成】NideAdmin - 基于 Vue.js + Egg.js 的微信小程序后台框架
Stars: ✭ 35 (-66.02%)
Mutual labels:  laravel-admin
Yicms
基于laravel5.5 开发的Yicms系统的基础架构
Stars: ✭ 93 (-9.71%)
Mutual labels:  laravel-admin
Voyager Zh
㊙️voyager 的中文汉化版 基于laravel 的管理后台 权限控制,菜单,数据库手脚架,长期更新
Stars: ✭ 84 (-18.45%)
Mutual labels:  laravel-admin
Doctype admin
Laravel Admin Panel for lazy developers. Contains User Management, Roles and Permission Management, Activity Logging and integratable packages
Stars: ✭ 44 (-57.28%)
Mutual labels:  laravel-admin

LaraFly

Laravel (MIT) | Patternfly (CC BY 4.0)

Laravel 5.4 [Modern PHP Application Framework] + Patternfly 3.20 [Enterprise UI Framework]

This project consists in a clean Laravel 5.4 installation with auth scaffolded and Patternfly 3.20 required via npm (and installed trough laravel mix)

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

About PatternFly

PatternFly is a community project that promotes design commonality and improved user experience. Its offerings include open source code, patterns, style guides and an active community that helps support it all.

How to use it

Since this project originated in order to have a quickstart of laravel + patternfly, everything is available out of the box after installation, here are the steps:

  • Clone/download the project to a local directory
  • Prepare the project directory for web access and be sure to have a Homestead compatible environment (nginx, php composer, etc)
  • cd to project root
  • Run: composer install
  • Run: cp .env.example .env
  • Run: php artisan key:generate
  • Configure the Laravel environment file (database name, user, host).
  • Run php artisan migrate.
  • Go to your browser and to your configured domain you should see the laravel welcome view.
  • Go to http://{your_domain}/register and register a new user to login and see the home

Notes

  • This is a Laravel installation, so do not require on top of another laravel installation.
  • The mix scripts have already been ran, so the compiled css and js files are already in the public folder
  • Once the composer install and php artisan migrate commands have been ran the project should be accesible and work in a browser
  • A few patternfly components have been copied directly from patternfly.org website to the home view to show that it works, you can build/copy the ones you need

How can I integrate into existing laravel app?

If you already have a Laravel 5.4 application, you can look into these files:

  • The only added npm dev-dependencies here are patternfly 3.20.0 and script-loader 0.7.0 package.json
  • The main mix file that declares the "build process" webpack.mix.js
  • The script which requires patternfly's dependencies resources/assets/js/patternfly.js (note that the normal laravel bootstrap.js file is integrated into this one, which includes axios, lodash, vue, etc)
  • After configuring your installation similar to this, you should run npm run dev (or production) and add the css and js files to your layout

How it looks?

Really cool!

Contributing

Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on Github.

Credits

License

The MIT License (MIT).

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