Building a Cryptocurrency App using React, React Router v4 and Laravel

Previous versions of React Router used a static routing approach for building single page applications where you would define a route to render a component against it after it matches the specified URL. Continue reading “Building a Cryptocurrency App using React, React Router v4 and Laravel”

Laravel 5.6 : Posting to Profiles and Pages with Facebook PHP SDK

Let’s get started by creating a new Laravel project by running

composer create project laravel/laravel acme

Add laravel/socialite and facebook/graph-sdk to composer.json file

Continue reading “Laravel 5.6 : Posting to Profiles and Pages with Facebook PHP SDK”

Laravel 5.6 : Social Authentication with Laravel Socialite

After a fresh Laravel installation run php artisan make:auth to generate the conventional form-based authentication scaffolding that will take care of your applications entire authentication system by setting up routes, views, and controllers for registration, authentication and password reset. Continue reading “Laravel 5.6 : Social Authentication with Laravel Socialite”

How to use Laravel Task Scheduler on Windows 10

Creating and running Laravel’s scheduled tasks is pretty straightforward on Linux. All you have to do is to create a cronjob which looks something like

* * * * * php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1

and it will call your Laravel command scheduler every minute to execute due tasks. Continue reading “How to use Laravel Task Scheduler on Windows 10”

Extracting CSS from React Components with Laravel Mix

By default, fresh Laravel installation comes with Vue scaffolding which provides you with a quick starting point for writing your Vue components and easily compiles them into a single browser ready JavaScript file. Continue reading “Extracting CSS from React Components with Laravel Mix”

How to MOD RX570 BIOS to get 29.8MH/s for Ethereum Mining on Windows 10

I’ve been mining Ethereum on these GPUs for about two months now. I spent a day trying figure out how to mod BIOS on these RX570s to get 30MH/s.  Continue reading “How to MOD RX570 BIOS to get 29.8MH/s for Ethereum Mining on Windows 10”

Fiberlink Review – Get Connected or Disconnected in 2018?

Type Fiberlink review on Google and you’ll be greeted with this article from TechJuice claiming that Fiberlink is probably the best internet service provider in Pakistan. I’m not sure what kind of incentive Continue reading “Fiberlink Review – Get Connected or Disconnected in 2018?”