Laravel-dompdf set custom paper size

Often, many web application required functions like export to pdf, but not all the time is A4 paper size.

Read More

Laravel 5 with Facebook error - Cross-site request forgery validation failed. Required param "state" missing

The reason of this error is due to Laravel doesn’t use native PHP session store.

1. Create a custom session handler class

1
2
$ mkdir /path/to/project/app/Libraries/Facebook
$ vim /path/to/project/app/Libraries/Facebook/FacebookPersistentDataHandler.php

Read More

Setup wildcard subdomain in Laravel Homestead

Before start, you need to setup vagrant and ssh into the virtual machine

Read More

Exploring The Factors That Can Lead To The Success Of An Application

Author Signature: Addison Cohen is a mobile app developer working with Appsted Ltd. You can contact him if you want to hire iPhone app developer for the development of the most comprehensive mobile application solutions. He loves sharing latest information on mobile technologies like iOS, Android development processes.

Read More

Important Measures To Be Taken While Developing An E-commerce Site

Author Biography:

This post is just arrived through the hard work of Samuel Dawson who is a expert HTML to WordPress service provider. Samuel has refined here so many things on how you can build a impressive website just to start E Commerce business.

Read More

robots.txt could be vulnerable

Robots.txt designed to prevent search engine to crawl your page or content, some of the content probably you don’t want others to search about it.

Read More

Make use of Laravel 5 default login

If you see the default AuthController.php, you can actually see this use AuthenticatesAndRegistersUsers.
They called this as traits, which was introduced in PHP 5.4.0

Read More

Integrate GoogleAds API to Laravel 5

This may be too simple for you.
At the beginning, I was thinking like how the PSR works, what class should I add to config/app.php‘s provider (actually no need), etc.

Read More

Vagrant for PHP development environment

What is Vagrant?

I asked this question before, I think is about 1 year+ ago. Many times, I search for it, but couldn’t understand how it work.

Read More

Top 5 Strategies to Heighten Security of Your WordPress Site

Author Bio :

Sophia is a renowned WordPress developer by profession. If you’re about to Hire WordPress developer, then you can get in touch with her. Sophia already has multiple WordPress-related articles under her name.

Read More