how to create recycler view list? 1 0 3 years ago 884 views We can start creating Row (Item repeatedly holder use to create view) xml file then create adapter For Recycler View. Recycler View Adapter
what are cookies? how to create cookies in php? 1 0 3 years ago 984 views A cookie is a small record that the server installs on the client’s computer. PHP
What does pear stands for? 1 0 3 years ago 977 views PEAR stands for “PHP Extension and Application Repository”. PHP
What is a session in php? 1 0 3 years ago 1424 views A session in PHP is a way to store information to be used across multiple pages of an entire website. PHP
How to define Global Variables in Laravel? 1 0 3 years ago 938 views First we have to create global.php file in config folder of your laravel application. I did add three variable in that file : siteTitle, pagination and tagLine. We can get global variable value on controller, view, model and anywhere. Laravel Global Variables