Tony Lea

Howdy, Welcome to My Blog

November 13, 2018

Laravel Kustomer Package

Written by Tony Lea - 1 minute read

Laravel Kustomer is a simple Laravel package that adds a customer feedback popup to your site. This package was created by Clément Rigo, you can checkout the repo here: https://github.com/mydnic/laravel-kustomerTake a look at the demo image...

November 12, 2018

What is a Proxy

Written by Tony Lea - 2 minute read

You may have heard the term proxy before and if you are not too familiar with what that means, we'll cover that in this article. It's actually quite simple. When someone says the word proxy when referring to computers, they are probably talking about...

September 10, 2018

Laravel TestTools for your Dusk Tests

Written by Tony Lea - 2 minute read

Laravel TestTools is an awesome and easy to use Chrome Extension. You can install this extension on chrome and then press record and start creating dusk tests as you click around in your application. In this tutorial you will see just how easy it is ...

May 5, 2018

Why Should You Mine Burst Coin?

Written by Tony Lea - 3 minute read

I admit that I missed the BitCoin train and I didn’t get interested in Cryptocurrency until after December of 2017, when it skyrocketed to nearly $19,000 in December of 2017. I kept hearing about Bitcoin everywhere. It even made an apprearance on my ...

June 4, 2017

Using Paypal in Your Laravel App

Written by Tony Lea - 9 minute read

So, you found out that Laravel Cashier doesn't support Paypal. It's all good, you can build in Paypal payments alongside cashier. The only downside is that Paypal has so many different ways of purchasing products and setting up recurring billing and ...

May 28, 2017

Working with Voyager on the Front-end

Written by Tony Lea - 4 minute read

While working on Voyager many people often ask how to interact with data on the front-end. This question usually comes up because many people think that Voyager is a CMS, and when they realize it's not they are wondering how to show the data on the f...

July 5, 2016

Laravel Cookies

Written by Tony Lea - 1 minute read

Using Cookies in Laravel is super easy. Take a look at how we can use cookies in Laravel below: First, Set a cookie you can use the following code: $ref = 'my cookie value'; return redirect('/')->withCookie('ref', $ref); Second, get a cookie valu...

March 16, 2015

How to create a Video Membership Site

Written by Tony Lea - 1 minute read

Let's say you wanted to create your own Video Membership site. What would you use for that? Your first instinct might be to go with Wordpress and this is definitely a viable solution; however, there are going to be a lot of disconnects and a lot of f...

September 7, 2014

Computer Cats

Written by Tony Lea - 1 minute read

Here's a roundup of some awesome cats p'laying on computers. Every now and then it's fun to do a post that distracts us from the computers a bit. Enjoy: With all this laziness, no one is going to kill any bugs or get any work done; ho...

September 6, 2014

UsePanda - News & Inspiration for Designers and Developers

Written by Tony Lea - 1 minute read

One of the tools that I commonly used to stay up-to-date with the latest design and development news is UsePanda. UsePanda can be used as a chrome extension or as a webpage. The chrome extension is great. After activating the extension, every time yo...

1 2 ... 9 10 11 12 13 14 15 ... 19 20