SlideShare a Scribd company logo
Welcome!
DevisePresentation forthe
AlpharettaPHP/ Laravel
Group
January27th, 2015
So,whoam I?!
Name:
GaryWilliams
» Cannot grow a beard.
» Co-owner at LogicBomb Media
» Co-creator of Devise
» Twitter: @dolbex
» Made the guy to the left
Why dowe
Disrupt?
This guydisrupts.
Ifhe can do itwe can do it.
------------------------------->
So much going on...
So much
Theteam
DemoTime
Whatwewantedtoaccomplish:
» Can use on most of our projects
» Remove much of the repetition
» Focus on a single platform and embrace Laravel
» Give back to the open source community
» Finally... and possibly the most important
reason....
Iwantto murder
Wordpress
Tools
Basic contentmanagement
» Images
» Videos (Zencoder)
» WYSIWYG (CKEditor)
» Maps
» Audio
» Color Pickers
» and loads more....
Howdid I dothatearlier?
Drop in attributes roughly where they appear in the
markup.
<p data-devise="[pagePropertyName], [type], [label]">
{{ $page->pagePropertyName->text or 'Placeholder when null' }}
</p>
'Real' example
<h1 data-devise="title, text, Title of the Page">
{{ $page->title->text or 'Placeholder when null' }}
</h1>
AvoidaBajillionarrows
Add a group to.... you know... group 'em
<h1 data-devise="pageTitle, text, Title of the Page, Main Guts">
{{ $page->featuredEvent->text or 'Placeholder when null' }}
</h1>
<div data-devise="bodyOfThisBeast, wysiwyg, Body of the Page, Main Guts">
{{ $page->bodyOfThisBeast->text or 'Placeholder when null' }}
</div>
Collect'emAll
Don't know how many you need but don't need a model?
Make it a collection.
@foreach($page->events as $event)
<h3 data-devise="events[title], text, Title of the Page, Coffee House Events, Edit Many Events">
{{ $event->text or 'Placeholder when null' }}
</h3>
<div data-devise="events[description], wysiwyg, Description of the Event, Coffee House Events, Edit Many Events">
{{ $event->text or 'No Description' }}
</div>
@endforeach
Live Updating
This is still in development - be gentle
<!-- Will update the color of the text -->
<p data-devise="textColor, color, Color of the Text">Some Text
</p>
<!-- Will update the background color of the text -->
<p data-devise="textColor, color, Color of the Text, null, null, backgroundColor">Some Text
</p>
<!-- Will update the width attribute of the tag -->
<img data-devise="imageWidth, text, Resize that Sucker, null, null, attribute:width" src="..." width="100">
Editing Models
Just One
@php $user = DvsUser::find(2); @endphp
<div data-devise="$user, Edit the User">
{{ $user->email }} has an id of {{ $user->id }}
</div>
Groups
@php $users = DvsUser::where('id', '<', 4)->get(); @endphp
@foreach ($users as $user)
<div data-devise="$user, User $user->id, Edit Users">
We might want to edit user {{ $user->id }} inside a group.
</div>
@endforeach
[continued]
AsaSingleAttribute
@php $user = DvsUser::find(2); @endphp
<div data-devise="$user->email, Edit the User Email">
So... {{ $user->email }} has an id of {{ $user->id }} but you already knew that right?
</div>
Advanced concepts
» Quickly map class methods to page variables
» Easily build and implement weird-o permissions
» Page versions
» Localization engine
» Image gallery
» Users, groups, login, permissions all build in and
ready to go.
Whatisthe schedule
0.8
Accepting Github issues
0.9 - By16th ofFebruary
Migrate to Laravel 5, open Github issues
1.0 - By16th ofMarch:
Installer, ready for upgrades, begin accepting pull
requests
Getstarted
DeviseWebsite / Docs
Devise on Github
Devise Example Project
Questions?

More Related Content

What's hot (10)

PPT
Powerpoint Tips And Tricks!
Jennifer Krupala
 
PDF
Accelerated Native Mobile Development with the Ti gem
Wynn Netherland
 
ODP
Drupal Themes
akosh
 
ODP
Drupal 7 Theming - what's new
Marek Sotak
 
PDF
Theme like a monster #ddceu
Marek Sotak
 
PDF
How To Contribute To Drupal Drupal - DrupalCon Paris
Drupalcon Paris
 
PDF
Atomicant Drupal 6 Theming
Marek Sotak
 
PDF
Accelerated Stylesheets
Wynn Netherland
 
PDF
Build a user experience on Android
Eyal Lezmy
 
PPT
Wc no
Ivelina Dimova
 
Powerpoint Tips And Tricks!
Jennifer Krupala
 
Accelerated Native Mobile Development with the Ti gem
Wynn Netherland
 
Drupal Themes
akosh
 
Drupal 7 Theming - what's new
Marek Sotak
 
Theme like a monster #ddceu
Marek Sotak
 
How To Contribute To Drupal Drupal - DrupalCon Paris
Drupalcon Paris
 
Atomicant Drupal 6 Theming
Marek Sotak
 
Accelerated Stylesheets
Wynn Netherland
 
Build a user experience on Android
Eyal Lezmy
 

Viewers also liked (18)

PPTX
PHP in one presentation
Milad Rahimi
 
PPTX
PHP
Jawhar Ali
 
PPT
Core Php Component Presentation
John Coonen
 
PDF
Threads in PHP - Presentation
appserver.io
 
PPTX
Oscommerce
Visiene Lssbh
 
PPTX
Oscommerce Features
Suresh Baskaran
 
PPSX
Introduction of Oscommerce, PHP Live Project Training Ahmedabad, PHP Course A...
NicheTech Com. Solutions Pvt. Ltd.
 
PPTX
Php oop presentation
Mutinda Boniface
 
PPTX
PHP presentation - Com 585
jstout007
 
PPTX
Magento vs osCommerce vs Opencart
Grape5
 
PPTX
PHP presentation
Helen Pitlick
 
ODP
Internationalisation with PHP and Intl
Daniel_Rhodes
 
PDF
Lean Php Presentation
Alan Pinstein
 
ODP
Introduction of Html/css/js
Knoldus Inc.
 
PPTX
Php string function
Ravi Bhadauria
 
PDF
PHP Tour 2016 Phinx Presentation
Rob Morgan
 
PPTX
Magento CMS Presentation
RAJU MAKWANA
 
PHP in one presentation
Milad Rahimi
 
Core Php Component Presentation
John Coonen
 
Threads in PHP - Presentation
appserver.io
 
Oscommerce
Visiene Lssbh
 
Oscommerce Features
Suresh Baskaran
 
Introduction of Oscommerce, PHP Live Project Training Ahmedabad, PHP Course A...
NicheTech Com. Solutions Pvt. Ltd.
 
Php oop presentation
Mutinda Boniface
 
PHP presentation - Com 585
jstout007
 
Magento vs osCommerce vs Opencart
Grape5
 
PHP presentation
Helen Pitlick
 
Internationalisation with PHP and Intl
Daniel_Rhodes
 
Lean Php Presentation
Alan Pinstein
 
Introduction of Html/css/js
Knoldus Inc.
 
Php string function
Ravi Bhadauria
 
PHP Tour 2016 Phinx Presentation
Rob Morgan
 
Magento CMS Presentation
RAJU MAKWANA
 
Ad

Similar to Devise | Presentation for Alpharetta PHP / Laravel Group (17)

PDF
Laravel 101
Commit University
 
PPTX
Laravel
Dyuti Islam
 
PPTX
What-is-Laravel and introduciton to Laravel
PraveenHegde20
 
ODP
Laravel 5.3 - Web Development Php framework
Swapnil Tripathi ( Looking for new challenges )
 
PPTX
What-is-Laravel-23-August-2017.pptx
AbhijeetKumar456867
 
PPTX
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Dilouar Hossain
 
PDF
Laravelcollectionsunraveled
Renato Lucena
 
PDF
MidwestPHP 2016 - Adventures in Laravel 5
Joe Ferguson
 
PDF
Getting Started-with-Laravel
Mindfire Solutions
 
PDF
Getting started-with-laravel
Nikhil Agrawal
 
PDF
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
daylerees
 
PPTX
Laravel Tutorial PPT
Piyush Aggarwal
 
PPTX
Laravel 5
Sudip Simkhada
 
PPTX
Laravel overview
Obinna Akunne
 
PDF
Hidden things uncovered about laravel development
Katy Slemon
 
PPTX
Laravel ppt
Mayank Panchal
 
PDF
Laravel 8 events and listeners with example
Katy Slemon
 
Laravel 101
Commit University
 
Laravel
Dyuti Islam
 
What-is-Laravel and introduciton to Laravel
PraveenHegde20
 
Laravel 5.3 - Web Development Php framework
Swapnil Tripathi ( Looking for new challenges )
 
What-is-Laravel-23-August-2017.pptx
AbhijeetKumar456867
 
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Dilouar Hossain
 
Laravelcollectionsunraveled
Renato Lucena
 
MidwestPHP 2016 - Adventures in Laravel 5
Joe Ferguson
 
Getting Started-with-Laravel
Mindfire Solutions
 
Getting started-with-laravel
Nikhil Agrawal
 
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
daylerees
 
Laravel Tutorial PPT
Piyush Aggarwal
 
Laravel 5
Sudip Simkhada
 
Laravel overview
Obinna Akunne
 
Hidden things uncovered about laravel development
Katy Slemon
 
Laravel ppt
Mayank Panchal
 
Laravel 8 events and listeners with example
Katy Slemon
 
Ad

Recently uploaded (20)

PDF
Azure_DevOps introduction for CI/CD and Agile
henrymails
 
PDF
BRKACI-1003 ACI Brownfield Migration - Real World Experiences and Best Practi...
fcesargonca
 
PPTX
ONLINE BIRTH CERTIFICATE APPLICATION SYSYTEM PPT.pptx
ShyamasreeDutta
 
PDF
BRKACI-1001 - Your First 7 Days of ACI.pdf
fcesargonca
 
PPTX
L1A Season 1 Guide made by A hegy Eng Grammar fixed
toszolder91
 
PPT
introduction to networking with basics coverage
RamananMuthukrishnan
 
PPTX
Orchestrating things in Angular application
Peter Abraham
 
PPTX
PM200.pptxghjgfhjghjghjghjghjghjghjghjghjghj
breadpaan921
 
PDF
The Internet - By the numbers, presented at npNOG 11
APNIC
 
PPTX
PE introd.pptxfrgfgfdgfdgfgrtretrt44t444
nepmithibai2024
 
PPTX
sajflsajfljsdfljslfjslfsdfas;fdsfksadfjlsdflkjslgfs;lfjlsajfl;sajfasfd.pptx
theknightme
 
PDF
Build Fast, Scale Faster: Milvus vs. Zilliz Cloud for Production-Ready AI
Zilliz
 
DOCX
Custom vs. Off-the-Shelf Banking Software
KristenCarter35
 
PPTX
一比一原版(SUNY-Albany毕业证)纽约州立大学奥尔巴尼分校毕业证如何办理
Taqyea
 
PDF
𝐁𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓
hokimamad0
 
PPTX
Softuni - Psychology of entrepreneurship
Kalin Karakehayov
 
PPTX
法国巴黎第二大学本科毕业证{Paris 2学费发票Paris 2成绩单}办理方法
Taqyea
 
PPTX
Optimization_Techniques_ML_Presentation.pptx
farispalayi
 
PPTX
04 Output 1 Instruments & Tools (3).pptx
GEDYIONGebre
 
PPTX
internet básico presentacion es una red global
70965857
 
Azure_DevOps introduction for CI/CD and Agile
henrymails
 
BRKACI-1003 ACI Brownfield Migration - Real World Experiences and Best Practi...
fcesargonca
 
ONLINE BIRTH CERTIFICATE APPLICATION SYSYTEM PPT.pptx
ShyamasreeDutta
 
BRKACI-1001 - Your First 7 Days of ACI.pdf
fcesargonca
 
L1A Season 1 Guide made by A hegy Eng Grammar fixed
toszolder91
 
introduction to networking with basics coverage
RamananMuthukrishnan
 
Orchestrating things in Angular application
Peter Abraham
 
PM200.pptxghjgfhjghjghjghjghjghjghjghjghjghj
breadpaan921
 
The Internet - By the numbers, presented at npNOG 11
APNIC
 
PE introd.pptxfrgfgfdgfdgfgrtretrt44t444
nepmithibai2024
 
sajflsajfljsdfljslfjslfsdfas;fdsfksadfjlsdflkjslgfs;lfjlsajfl;sajfasfd.pptx
theknightme
 
Build Fast, Scale Faster: Milvus vs. Zilliz Cloud for Production-Ready AI
Zilliz
 
Custom vs. Off-the-Shelf Banking Software
KristenCarter35
 
一比一原版(SUNY-Albany毕业证)纽约州立大学奥尔巴尼分校毕业证如何办理
Taqyea
 
𝐁𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓
hokimamad0
 
Softuni - Psychology of entrepreneurship
Kalin Karakehayov
 
法国巴黎第二大学本科毕业证{Paris 2学费发票Paris 2成绩单}办理方法
Taqyea
 
Optimization_Techniques_ML_Presentation.pptx
farispalayi
 
04 Output 1 Instruments & Tools (3).pptx
GEDYIONGebre
 
internet básico presentacion es una red global
70965857
 

Devise | Presentation for Alpharetta PHP / Laravel Group

  • 4. Name: GaryWilliams » Cannot grow a beard. » Co-owner at LogicBomb Media » Co-creator of Devise » Twitter: @dolbex » Made the guy to the left
  • 6. This guydisrupts. Ifhe can do itwe can do it. -------------------------------> So much going on... So much
  • 9. Whatwewantedtoaccomplish: » Can use on most of our projects » Remove much of the repetition » Focus on a single platform and embrace Laravel » Give back to the open source community » Finally... and possibly the most important reason....
  • 11. Tools Basic contentmanagement » Images » Videos (Zencoder) » WYSIWYG (CKEditor) » Maps » Audio » Color Pickers » and loads more....
  • 12. Howdid I dothatearlier? Drop in attributes roughly where they appear in the markup. <p data-devise="[pagePropertyName], [type], [label]"> {{ $page->pagePropertyName->text or 'Placeholder when null' }} </p> 'Real' example <h1 data-devise="title, text, Title of the Page"> {{ $page->title->text or 'Placeholder when null' }} </h1>
  • 13. AvoidaBajillionarrows Add a group to.... you know... group 'em <h1 data-devise="pageTitle, text, Title of the Page, Main Guts"> {{ $page->featuredEvent->text or 'Placeholder when null' }} </h1> <div data-devise="bodyOfThisBeast, wysiwyg, Body of the Page, Main Guts"> {{ $page->bodyOfThisBeast->text or 'Placeholder when null' }} </div>
  • 14. Collect'emAll Don't know how many you need but don't need a model? Make it a collection. @foreach($page->events as $event) <h3 data-devise="events[title], text, Title of the Page, Coffee House Events, Edit Many Events"> {{ $event->text or 'Placeholder when null' }} </h3> <div data-devise="events[description], wysiwyg, Description of the Event, Coffee House Events, Edit Many Events"> {{ $event->text or 'No Description' }} </div> @endforeach
  • 15. Live Updating This is still in development - be gentle <!-- Will update the color of the text --> <p data-devise="textColor, color, Color of the Text">Some Text </p> <!-- Will update the background color of the text --> <p data-devise="textColor, color, Color of the Text, null, null, backgroundColor">Some Text </p> <!-- Will update the width attribute of the tag --> <img data-devise="imageWidth, text, Resize that Sucker, null, null, attribute:width" src="..." width="100">
  • 16. Editing Models Just One @php $user = DvsUser::find(2); @endphp <div data-devise="$user, Edit the User"> {{ $user->email }} has an id of {{ $user->id }} </div> Groups @php $users = DvsUser::where('id', '<', 4)->get(); @endphp @foreach ($users as $user) <div data-devise="$user, User $user->id, Edit Users"> We might want to edit user {{ $user->id }} inside a group. </div> @endforeach
  • 17. [continued] AsaSingleAttribute @php $user = DvsUser::find(2); @endphp <div data-devise="$user->email, Edit the User Email"> So... {{ $user->email }} has an id of {{ $user->id }} but you already knew that right? </div>
  • 18. Advanced concepts » Quickly map class methods to page variables » Easily build and implement weird-o permissions » Page versions » Localization engine » Image gallery » Users, groups, login, permissions all build in and ready to go.
  • 19. Whatisthe schedule 0.8 Accepting Github issues 0.9 - By16th ofFebruary Migrate to Laravel 5, open Github issues 1.0 - By16th ofMarch: Installer, ready for upgrades, begin accepting pull requests
  • 20. Getstarted DeviseWebsite / Docs Devise on Github Devise Example Project