Sometimes we need to get image from remote or from url to done our task. In Getting image from url php using curl or fopen article we will explore how it could be done.
Connecting multiple database in codeigniter
Sometimes we need to use two or multiple database for a single site. If you need to connect to more than one database simultaneously.
Upload files in codeigniter
We have an inbuilt class for upload files in codeigniter. using upload class we can easily upload files or images in codeigniter.
How to get youtube subscribers count in php
Today i am working with youtube api to get youtube subscribers count. Then i found The YouTube API v2.0 is deprecated.
How to create custom configuration in laravel
All configuration files of Laravel framework stored in the app/config directory.
so if we need to create custom configuration values it would be better to keep separate our custom configuration in custom file.
Class form or html not found in Laravel 5
Recently i am working with new laravel 5 and found there is more changes or you can say it’s whole rebuild new version.
Call a function dynamically in php
To call a function in php basically we use function or method name to call. like functionname(), But there is different way to Call a function dynamically in php.
Login without a password is forbidden by configuration (see AllowNoPassword) in ubuntu
Just upgraded ubuntu to 15.04 and checked my all config is as it is. Found all is ok Then i started my phpmyadmin and found error
How to create eloquent model in laravel 5
The model contains your application’s logic and rules or you can say keeping application’s database interactions.
Connect multiple databases in laravel
Working with databases and running queries is simple in laravel. Also you can easily work with connect multiple databases in laravel.