Al-Amin's Blog
How to install Laravel Homestead virtual machine on your Linux Computer ?
Homestead is a virtual development environment for Laravel. It’s supper easy to install and use on your machine. Before using Laravel Homestead, you have VirtualBox and Vagrant installed on your machine.
First, you have to install VirtualBox package, which is available in the ubuntu’s repositories. You may use the terminal command to install it…
Read more
Foreign key with migration in Laravel 5.8.17
Laravel is highly advantage php framework in the world. This framework gives us much more facilities to develop a software. Data binding is one of them! Most information about Laravel data bindig you always can get from the documentation. But here you can learn something about FK (Foreign Key) migration.
Here I'll show you how to configure or…
Read more
How to use core php form in laravel pattern ?
Laravel is a powerful php software framework and it's super easy to learn. Now I'm going to teach you that how to create a html form using laravel pattern. It's super simple and easy! So, keep reading my article for learn this. Here is a simple core php form using laravel pattern. First I'm going to create a dummy html…
Read more
How to pass some values from one view to another view in CodeIgniter?
CodeIgniter is a super cool PHP software framework. You can easily handle it. Variable is a power in a program. CodeIgniter gives you multiples way to set your variables in your program. So, you can easily set a variable in a controller class and use it to your view template.
Cool! now I'm going to create a Controller under the…
Read more
How to calculate large positive integer of fibonacci series in PHP ?
A Fibonacci Series of numbers will look like 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233...
The sequence Fn of Fibonacci numbers is defined by the recurrence relation:
Fn = Fn-1 + Fn-2
Here first two Fibonacci numbers are 0 and 1 . After that each number will be the…
Read more
25 dollar was my first earn in my life.
In 2012 I created an account in oDesk platform. After some days suddenly I got a task from oDesk. That task gave me my first client Panagiotis Moustafellos from Greece. That was my first professional task in my life. That task was very very simple. That was one page "PSD to HTML5/CSS3" with Responsive design and used HTML5, CSS3 and…
Read more
How to get input from keyboard using php ?
PHP is an open source programming language. You can get any key from your keyboard using this langulage. Now I'll show you how to get input from keyboard. So, stay with me and follow this bellow steps:
- First open your control panel
- Go and hit system and security option.
- Then hit system tab.
- Hit advanced system settings tab…
Read more
Subscribe to newsletter
Our Products
About Al-Amin Sarker

Al-Amin Sarker is a Bangladesh times best Web Engineer. He helps to build web based software. He studied at Computer Science and Engineering in Rajshahi University, Rajshahi, Bangladesh. He has more than 6 years of experience on building robust and scalable web applications (not websites) with cutting edge technologies Continue reading...
Do you love my source code ?