Skip to content
Logo
  • Home
  • 🤔 Did you know?
  • iOS
  • Swift
  • PHP
  • Security
  • Tips
  • App Gone Free
  • 🍿 Movies 🎥
    • Video Category
  • About me
Export large data in excel or csv file [Laravel]
November 6, 2020

Export large data in excel or csv file [Laravel]

You might be using Maatwebsite\Excel\Facades\Excel with following line of code to export report. If so, for less data, this is not an issue. But if you want to download large […]

Composer 0 2 min read
php artisan tinker – mkdir(): Permission denied in shared server
August 20, 2020

php artisan tinker – mkdir(): Permission denied in shared server

Just a simple note if you are having issue on permission while running tinker in shared server. The solution is very simple yet effective ?. Steps Create .psysh.php file in […]

Laravel 0 28 sec read
Valet – Laravel – Mysql – Phpmyadmin
May 14, 2020

Valet – Laravel – Mysql – Phpmyadmin

Here are some helpful tips that I have gathered while trying to install valet in my project. I faced so many problems just trying to use valet. But you don’t […]

Database 0 7 min read
Enabling Universal Links for iOS [Laravel]
March 16, 2020

Enabling Universal Links for iOS [Laravel]

Universal link basically is to verify that your domain belongs to you so that, if the corresponding link is detected, it can be directly to specific view as required. So, […]

Android 0 4 min read
How to use composer in shared server. Easy way.
December 19, 2019

How to use composer in shared server. Easy way.

Trying to install composer in shared server? Well, you are in the right place. I have very simple approach for this. Here are the steps for you. Access to your […]

Composer 0 2 min read
How to remove Public from URL in Laravel? [updated @ Mar 10, 2021]
August 21, 2019

How to remove Public from URL in Laravel? [updated @ Mar 10, 2021]

Laravel framework is awesome to use. But for beginners, it might be irritating to fix the issue where user needs to goto /public file to access newly created project. If […]

Help 0 2 min read
How to setup CI/CD? – Pipeline – Gitlab
August 1, 2019

How to setup CI/CD? – Pipeline – Gitlab

Are you wondering how to make website live immediately after the code is push to Masterusing Gitlab? If so, you are at the right place. It is possible to directly […]

CD/CI 0 2 min read
XML object not working in Model but works in Controller in CodeIgniter(CI) [Solution]
January 6, 2019

XML object not working in Model but works in Controller in CodeIgniter(CI) [Solution]

Being as a CI developer, you might get issue creating XML object from url. If that is your case, well this blog is for you. Today, I am going to […]

codeigniter 0 2 min read
Unable to retrieve session value in CI (CodeIgniter) either in localhost or server or switching controller?
January 6, 2019

Unable to retrieve session value in CI (CodeIgniter) either in localhost or server or switching controller?

Are you unable to retrieve session value in CodeIgniter either in localhost or while switching controller. If so, this article is for you. Here are the scenarios you might be […]

codeigniter 0 1 min read

Posts pagination

« 1 2

Copyright ©2025 Santosh Maharjan . All rights reserved. Powered by WordPress & Designed by Bizberg Themes