SlideShare a Scribd company logo
1 of 6
Unveiling Laravel Spark
Laravel Spark, the banner product of Laravel PHPframework, exhibits two sides of
the same story. On one side it ensures ease of formulation but on the other side
discomfort of developing the software parts for a service application.
Spark sets the platform for the subscription application services like billing,
invoices, password reset, profile photos, authentication, etc. One may even call it
as a tool functioned to accelerate the pace at which SaaS application spins. Since
most of the SaaSes are equipped with majorly similar components like user
accounts, payment plans, stripe based payments, etc. Sparklets you jump over the
hassle of recreating the functionalities with every novel Laravel app created and
instead benefits you with a bonus of free SaaS landing pages to boot.
LARAVEL SPARK INSTALLATION
Ease of installation is what Spark boasts of. One just needs to type the command
But before running the command, one needs to ensure that his or her system is
equipped with Global Composer Bin. This will ensure that when Spark is run
through Command, it gets detected automatically from the folder.
Now, it’s time to for Laravel installation. So,
And finally, Spark installation.
This is followed by all the prompts wherein YES should be your only answer.
These commandscanalsobe prompted manually:
● php artisan migrate
● npm install
● gulp
Finally, go to the .env file and set up the stripe token and Authy key. The author
key is a 2FA system (2 Factor Authentication), for ensuring the protection of
logins and also one can sign up for free API key.
CHANGES BROUGHT IN BY SPARK
● Changes in the default view. For example: Instead of showing welcome, it
now shows spark:: welcome
● Updated user model to billable and 2FA (Factor Authentication)
● Addition of stripe related fields to the user.
● Addition of CashierServiceProvider and StripeServiceProvider
● Changing password reset email to Spark password reset email.
● Up gradation of creating a table to include Cashier, Team, and Two-Factor
Auth columns.
● Pulling in of app.js into Elixir and addition of some Spark-specific Sass
variables to app.scss.
NEW FILES FROM SPARK
● app/Providers/SparkServiceProvider.php
● $invoiceWith ( for customization of invoices created by Spark)
● customizeRegistration() (to add validation requirements and customize the
user creation process)
● customizeRoles()( For role setting)
● customizeSettingsTabs() (For customizing default settings)
● customizeProfileUpdates() (For customizing the user update process)
● customizeSubscriptionPlans() ( For modifying the time plans into yearly,
monthly, etc)
● app/Team.php
● database/migrations/DATE_create_teams_table.php
● resources/assets/js/app.js
● resources/assets/js/spark/components.js
● resources/views/home.blade.php
● md ( For terms of service page)
SPARK LOGIN PAGE
SPARK PASSWORD RESET PAGE
SPARK REGISTRATION PAGE
TERMS OF SERVICE PAGE
AUTHENTICATION
Laravel Spark comes built in with an extensive authentication framework that is
interspersed in the software application, easily. It supports two-factor
authentication (2FA).
PAYMENTS
Add a Stripe. Add a free monthly or yearly plan and finally add them to
SparkServiceProvider.
Originally Published By Concetto Labs > Unveiling Laravel Spark

More Related Content

What's hot

Sendspace Api Guide
Sendspace Api GuideSendspace Api Guide
Sendspace Api Guide
LiquidHub
 

What's hot (20)

Lightning Components Workshop v2
Lightning Components Workshop v2Lightning Components Workshop v2
Lightning Components Workshop v2
 
Mule Integration with Dropbox
Mule Integration with DropboxMule Integration with Dropbox
Mule Integration with Dropbox
 
Salesforce Integration using Mule ESB
Salesforce Integration using Mule ESBSalesforce Integration using Mule ESB
Salesforce Integration using Mule ESB
 
Rits Brown Bag - TypeScript
Rits Brown Bag - TypeScriptRits Brown Bag - TypeScript
Rits Brown Bag - TypeScript
 
SharePoint 2010 Development
SharePoint 2010 DevelopmentSharePoint 2010 Development
SharePoint 2010 Development
 
Markdown tutorial how to add markdown to rails app using redcarpet and codera...
Markdown tutorial how to add markdown to rails app using redcarpet and codera...Markdown tutorial how to add markdown to rails app using redcarpet and codera...
Markdown tutorial how to add markdown to rails app using redcarpet and codera...
 
Force.com Migration Tool
Force.com Migration ToolForce.com Migration Tool
Force.com Migration Tool
 
Mule integration with linkedin
Mule integration with linkedinMule integration with linkedin
Mule integration with linkedin
 
Consuming raml
Consuming ramlConsuming raml
Consuming raml
 
Mule esb stripe
Mule esb stripeMule esb stripe
Mule esb stripe
 
Basic auth implementation using raml in mule
Basic auth implementation using raml in muleBasic auth implementation using raml in mule
Basic auth implementation using raml in mule
 
DevJam 2019 - Building an ALEC Time Engine
DevJam 2019 - Building an ALEC Time EngineDevJam 2019 - Building an ALEC Time Engine
DevJam 2019 - Building an ALEC Time Engine
 
RBC Mod 1: Making a New Rails App
RBC Mod 1: Making a New Rails AppRBC Mod 1: Making a New Rails App
RBC Mod 1: Making a New Rails App
 
Office 365 Groups and Tasks API - Getting Started
Office 365 Groups and Tasks API - Getting StartedOffice 365 Groups and Tasks API - Getting Started
Office 365 Groups and Tasks API - Getting Started
 
What's New in Jira Cloud for Developers
What's New in Jira Cloud for DevelopersWhat's New in Jira Cloud for Developers
What's New in Jira Cloud for Developers
 
Integrate with linked in
Integrate with linked inIntegrate with linked in
Integrate with linked in
 
Salesforce APIs
Salesforce APIsSalesforce APIs
Salesforce APIs
 
Play with force.com metadata
Play with force.com metadataPlay with force.com metadata
Play with force.com metadata
 
Sendspace Api Guide
Sendspace Api GuideSendspace Api Guide
Sendspace Api Guide
 
Ruby on rails3 - introduction to rails
Ruby on rails3 - introduction to railsRuby on rails3 - introduction to rails
Ruby on rails3 - introduction to rails
 

Similar to Unveiling laravel spark

Create Home Directories on Storage Using WFA and ServiceNow integration
Create Home Directories on Storage Using WFA and ServiceNow integrationCreate Home Directories on Storage Using WFA and ServiceNow integration
Create Home Directories on Storage Using WFA and ServiceNow integration
Rutul Shah
 
Summer '16 Realease notes
Summer '16 Realease notesSummer '16 Realease notes
Summer '16 Realease notes
aggopal1011
 
XAJA - Reverse AJAX framework
XAJA - Reverse AJAX frameworkXAJA - Reverse AJAX framework
XAJA - Reverse AJAX framework
Sri Prasanna
 

Similar to Unveiling laravel spark (20)

Create Home Directories on Storage Using WFA and ServiceNow integration
Create Home Directories on Storage Using WFA and ServiceNow integrationCreate Home Directories on Storage Using WFA and ServiceNow integration
Create Home Directories on Storage Using WFA and ServiceNow integration
 
Rits Brown Bag - Salesforce Lightning
Rits Brown Bag - Salesforce LightningRits Brown Bag - Salesforce Lightning
Rits Brown Bag - Salesforce Lightning
 
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
 
Serverless
ServerlessServerless
Serverless
 
Apex Code Analysis Using the Tooling API and Canvas
Apex Code Analysis Using the Tooling API and CanvasApex Code Analysis Using the Tooling API and Canvas
Apex Code Analysis Using the Tooling API and Canvas
 
Summer '16 Realease notes
Summer '16 Realease notesSummer '16 Realease notes
Summer '16 Realease notes
 
## Introducing a reactive Scala-Akka based system in a Java centric company
## Introducing a reactive Scala-Akka based system in a Java centric company## Introducing a reactive Scala-Akka based system in a Java centric company
## Introducing a reactive Scala-Akka based system in a Java centric company
 
SpringBootCompleteBootcamp.pptx
SpringBootCompleteBootcamp.pptxSpringBootCompleteBootcamp.pptx
SpringBootCompleteBootcamp.pptx
 
laravel-interview-questions.pdf
laravel-interview-questions.pdflaravel-interview-questions.pdf
laravel-interview-questions.pdf
 
XAJA - Reverse AJAX framework
XAJA - Reverse AJAX frameworkXAJA - Reverse AJAX framework
XAJA - Reverse AJAX framework
 
Managing the Continuous Delivery of Code to AWS Lambda
Managing the Continuous Delivery of Code to AWS LambdaManaging the Continuous Delivery of Code to AWS Lambda
Managing the Continuous Delivery of Code to AWS Lambda
 
Laravel Tutorial PPT
Laravel Tutorial PPTLaravel Tutorial PPT
Laravel Tutorial PPT
 
Go swagger tutorial how to create golang api documentation using go swagger (1)
Go swagger tutorial how to create golang api documentation using go swagger (1)Go swagger tutorial how to create golang api documentation using go swagger (1)
Go swagger tutorial how to create golang api documentation using go swagger (1)
 
FIWARE Global Summit - Provisioning of the FIWARE Orion Context Broker using ...
FIWARE Global Summit - Provisioning of the FIWARE Orion Context Broker using ...FIWARE Global Summit - Provisioning of the FIWARE Orion Context Broker using ...
FIWARE Global Summit - Provisioning of the FIWARE Orion Context Broker using ...
 
Flow With Aura.pptx
Flow With Aura.pptxFlow With Aura.pptx
Flow With Aura.pptx
 
Salesforce Lightning Web Components Overview
Salesforce Lightning Web Components OverviewSalesforce Lightning Web Components Overview
Salesforce Lightning Web Components Overview
 
Meetup 2022 - APIs with Quarkus.pdf
Meetup 2022 - APIs with Quarkus.pdfMeetup 2022 - APIs with Quarkus.pdf
Meetup 2022 - APIs with Quarkus.pdf
 
Alberto Paro - Hands on Scala.js
Alberto Paro - Hands on Scala.jsAlberto Paro - Hands on Scala.js
Alberto Paro - Hands on Scala.js
 
Scala Italy 2015 - Hands On ScalaJS
Scala Italy 2015 - Hands On ScalaJSScala Italy 2015 - Hands On ScalaJS
Scala Italy 2015 - Hands On ScalaJS
 
Serverless Framework Workshop - Tyler Hendrickson, Chicago/burbs
 Serverless Framework Workshop - Tyler Hendrickson, Chicago/burbs Serverless Framework Workshop - Tyler Hendrickson, Chicago/burbs
Serverless Framework Workshop - Tyler Hendrickson, Chicago/burbs
 

More from Heli Thakkar

More from Heli Thakkar (13)

Integrating power apps with power bi
Integrating power apps with power biIntegrating power apps with power bi
Integrating power apps with power bi
 
Apple i os 13 features and version release updates
Apple i os 13 features and version release updatesApple i os 13 features and version release updates
Apple i os 13 features and version release updates
 
Cross-Platform App Frameworks: Let’s Discuss Where They Stand In 2019
Cross-Platform App Frameworks: Let’s Discuss Where They Stand In 2019Cross-Platform App Frameworks: Let’s Discuss Where They Stand In 2019
Cross-Platform App Frameworks: Let’s Discuss Where They Stand In 2019
 
Google i o developer conference 2019 round up flutter news and new updates_
Google i o developer conference 2019 round up  flutter news and new updates_Google i o developer conference 2019 round up  flutter news and new updates_
Google i o developer conference 2019 round up flutter news and new updates_
 
A powerful visualization and analysis tool with power apps update power bi
A powerful visualization and analysis tool with power apps update  power biA powerful visualization and analysis tool with power apps update  power bi
A powerful visualization and analysis tool with power apps update power bi
 
Create a poc power app from d365 for marketing and other dynamics 365 crm cus...
Create a poc power app from d365 for marketing and other dynamics 365 crm cus...Create a poc power app from d365 for marketing and other dynamics 365 crm cus...
Create a poc power app from d365 for marketing and other dynamics 365 crm cus...
 
Flutter single codebase to build your dream application for i os and android
Flutter single codebase to build your dream application for i os and android Flutter single codebase to build your dream application for i os and android
Flutter single codebase to build your dream application for i os and android
 
Cost to develop and maintain flutter mobile app development
Cost to develop and maintain flutter mobile app developmentCost to develop and maintain flutter mobile app development
Cost to develop and maintain flutter mobile app development
 
5 sources to learn about apple march event announcements 2019
5 sources to learn about apple march event announcements 20195 sources to learn about apple march event announcements 2019
5 sources to learn about apple march event announcements 2019
 
Enhance model driven embedded canvas app here is all that you need to know!
Enhance model driven embedded canvas app  here is all that you need to know!Enhance model driven embedded canvas app  here is all that you need to know!
Enhance model driven embedded canvas app here is all that you need to know!
 
Hire asp.net developers | asp.net development company
Hire asp.net developers | asp.net development companyHire asp.net developers | asp.net development company
Hire asp.net developers | asp.net development company
 
Hire asp.net developers | asp.net development company
Hire asp.net developers | asp.net development companyHire asp.net developers | asp.net development company
Hire asp.net developers | asp.net development company
 
Top 8 benefits of kids app development
Top 8 benefits of kids app developmentTop 8 benefits of kids app development
Top 8 benefits of kids app development
 

Recently uploaded

%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 

Recently uploaded (20)

VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
WSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - Keynote
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 

Unveiling laravel spark

  • 1. Unveiling Laravel Spark Laravel Spark, the banner product of Laravel PHPframework, exhibits two sides of the same story. On one side it ensures ease of formulation but on the other side discomfort of developing the software parts for a service application. Spark sets the platform for the subscription application services like billing, invoices, password reset, profile photos, authentication, etc. One may even call it as a tool functioned to accelerate the pace at which SaaS application spins. Since most of the SaaSes are equipped with majorly similar components like user accounts, payment plans, stripe based payments, etc. Sparklets you jump over the hassle of recreating the functionalities with every novel Laravel app created and instead benefits you with a bonus of free SaaS landing pages to boot. LARAVEL SPARK INSTALLATION Ease of installation is what Spark boasts of. One just needs to type the command But before running the command, one needs to ensure that his or her system is equipped with Global Composer Bin. This will ensure that when Spark is run through Command, it gets detected automatically from the folder. Now, it’s time to for Laravel installation. So,
  • 2. And finally, Spark installation. This is followed by all the prompts wherein YES should be your only answer. These commandscanalsobe prompted manually: ● php artisan migrate ● npm install ● gulp
  • 3. Finally, go to the .env file and set up the stripe token and Authy key. The author key is a 2FA system (2 Factor Authentication), for ensuring the protection of logins and also one can sign up for free API key. CHANGES BROUGHT IN BY SPARK ● Changes in the default view. For example: Instead of showing welcome, it now shows spark:: welcome ● Updated user model to billable and 2FA (Factor Authentication) ● Addition of stripe related fields to the user. ● Addition of CashierServiceProvider and StripeServiceProvider ● Changing password reset email to Spark password reset email. ● Up gradation of creating a table to include Cashier, Team, and Two-Factor Auth columns. ● Pulling in of app.js into Elixir and addition of some Spark-specific Sass variables to app.scss. NEW FILES FROM SPARK ● app/Providers/SparkServiceProvider.php ● $invoiceWith ( for customization of invoices created by Spark) ● customizeRegistration() (to add validation requirements and customize the user creation process) ● customizeRoles()( For role setting)
  • 4. ● customizeSettingsTabs() (For customizing default settings) ● customizeProfileUpdates() (For customizing the user update process) ● customizeSubscriptionPlans() ( For modifying the time plans into yearly, monthly, etc) ● app/Team.php ● database/migrations/DATE_create_teams_table.php ● resources/assets/js/app.js ● resources/assets/js/spark/components.js ● resources/views/home.blade.php ● md ( For terms of service page) SPARK LOGIN PAGE SPARK PASSWORD RESET PAGE
  • 5. SPARK REGISTRATION PAGE TERMS OF SERVICE PAGE AUTHENTICATION Laravel Spark comes built in with an extensive authentication framework that is interspersed in the software application, easily. It supports two-factor authentication (2FA).
  • 6. PAYMENTS Add a Stripe. Add a free monthly or yearly plan and finally add them to SparkServiceProvider. Originally Published By Concetto Labs > Unveiling Laravel Spark