Guidance Solution for Magento, Php developers

Pages

  • Home
  • Magento
  • Magento 2
  • Magento interview Q&A
  • Laravel
  • Php
  • MySql
  • JQuery

Laravel


1. how to define dynamic title in laravel.

2. how to call css and js in laravel.

3. how to set image path in laravel

4. set path in laravel.

5. how to set form validation in laravel.

6. how to pass controller value in view page in laravel.

7. form value hold after page redirect in laravel.

8. how to change server php version through htaccess in laravel.

9. how to define error pages in laravel.

10. how to use session in laravel.

11. how to call view page in controler in laravel.

12. how to set logout in laravel.

13. Laravel default User login Code.

14. how to check user login or not in laravel .

15. get all information of online user in laravel.

16. how to encode password for insert in db in laravel.

17. how to get all validation error message together in laravel.

18. show validation error messages in view page in laravel.

19. file upload in laravel.

20. How to remove public and index.php from URL.

Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

Lalit yogi

Lalit yogi
Lalit Yogi

Popular Posts

  • product list sort by popularity in magento
    follow the following step :- first you go to  following directory:- /app/code/core/Mage/Catalog/Model/Resource/Product/collection.php isert...
  • magento get stock information of product
    $stock = Mage::getModel('cataloginventory/stock_item')->loadByProduct($_product); You can check stock data in this way:- ech...
  • How to set db connection in magento
    <?php $con = Mage::getSingleton('core/resource')->getConnection('core_write'); /*------------------------------------...
  • How run insert query in magento
    <?php $connection = Mage::getSingleton('core/resource')->getConnection('core_write');     $connection->beginTransa...
  • Default .htaccess file for all sites
    ErrorDocument 404 /404.php <IfModule mod_rewrite.c>      RewriteEngine On RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST}...
  • Add Payment Method Custom column in admin > sales > order
    1.)  Copy /app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php to  /app/code/local/Mage/Adminhtml/Block/Sales/Order/Grid.php.  And ...
  • how to convert number to words in php
    <?php function convert_number($number) {     if (($number < 0) || ($number > 999999999))     {     throw new Exception("Numbe...
  • Magento remove shipping methods if free shipping available
    The following code will hide the other shipping methods from the shopping cart page, the default magento checkout and one page checkout. ...
  • How to disable dates in jQuery DatePicker
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">   <script src=...
  • Magento how to get first item or last item from the collection ?
    $collection->getFirstItem() and $collection->getLastItem();

Blog Archive

  • ▼  2019 (1)
    • ▼  February (1)
      • Default .htaccess file for all sites
  • ►  2018 (3)
    • ►  June (1)
    • ►  April (1)
    • ►  February (1)
  • ►  2017 (7)
    • ►  July (1)
    • ►  May (3)
    • ►  February (1)
    • ►  January (2)
  • ►  2016 (58)
    • ►  December (1)
    • ►  November (30)
    • ►  July (9)
    • ►  June (1)
    • ►  May (4)
    • ►  April (8)
    • ►  March (1)
    • ►  February (3)
    • ►  January (1)
  • ►  2015 (29)
    • ►  December (7)
    • ►  November (1)
    • ►  October (1)
    • ►  September (2)
    • ►  August (1)
    • ►  June (4)
    • ►  May (2)
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
    • ►  January (3)
  • ►  2014 (115)
    • ►  December (1)
    • ►  November (27)
    • ►  October (9)
    • ►  September (31)
    • ►  August (47)
  • ►  2013 (1)
    • ►  September (1)

Contact Us

Name

Email *

Message *

Popular search

  • Access forbidden!
  • add content from core’s system.xml in magento
  • add custom colum in admin sales order grid.
  • add mobile field in checkout page magento
  • Add payment method filter in admin sales order grid
  • call a CMS block in module
  • call a CMS block in phtml file
  • call block in layout in magento
  • call cms block using xml in magento
  • call custom footer in magento 2
  • call newsletter in left sidebar using xml file in magento 2
  • call newsletter in sidebar in magento
  • call newsletter in sidebar in magento 2
  • call toolbar custom toolbar in magento
  • call toolbar on custom product collection in magento
  • CAPTCHA
  • change footer in magento 2
  • change magento 2 newsletter
  • change magento newsletter
  • Change USPS shipping method name
  • Change USPS shipping method title
  • city name from latitude longitude
  • clear cache in magento
  • codePool in Magento
  • config cron on cpanel
  • create custom attribute of category in magento
  • customize footer in magento 2
  • Customize USPS shipping method title
  • design patterns used in Magento
  • detect browser language using js
  • detect devices in javascript
  • detect html5 video player action using javascript
  • detect mobile device in javascript
  • difference between EAV and flat model in magento
  • difference between Mage::getSingleton() and Mage::getModel()
  • different design patterns used in Magento
  • disable dates in DatePicker
  • disable dates in jQuery DatePicker
  • draw Route and display Directions on google map using js
  • drawing canvas using jquery.
  • drawing signature in jquery
  • drawing signature using canvas
  • dynamically call block in magento
  • dynamically define attribute on attribute set in magento
  • EAV and flat model in magento
  • EAV in Magento
  • EAV model in magento
  • eav structure in magento
  • enable maintenance mode in magento
  • Explain different types of sessions in Magento
  • Export and Import Categories in Magento
  • Export Categories in Magento
  • flat model in magento
  • flate tables join in magento
  • Geocode get city name
  • get parent category ids in magento
  • get browser language in javascript
  • get city name from lat long
  • get current category in magento 2
  • get device using javascript
  • get parent categories id of current category in magento
  • get parent category in magento 2
  • get stock information in magento
  • Google CAPTCHA
  • Google CAPTCHA in PHP
  • Google map show a map using address in javascipt
  • google map Travel Duration
  • Google Maps Calculate Distance using javascript
  • how to work magento eav
  • how to work magento ORM
  • how to work on php and mysql.
  • html5 video controls
  • Import Categories in Magento
  • increase magento performance
  • increase magento website speed
  • Join flat tables and EAV tables in
  • join tables in magento
  • jQuery DatePicker
  • jQuery use in magento 2
  • limit set of product reviews collection
  • Mage::getModel() in magento
  • Mage::getSingleton() in magento
  • magento add/remove content from core’s system.xml
  • Magento commonly used block types
  • magento core/text_list block
  • Magento get first item from collection
  • Magento get last item from collection
  • Magento log current collection’s
  • Magento log current collection’s SQL query
  • Magento relation between configurable product and simple product
  • Magento relation between configurable product and simple product stored in database
  • magento 2 call jquery
  • magento 2 call menu on left bar
  • magento 2 change top menu
  • magento 2 check current category
  • magento 2 custom footer
  • magento 2 customize top menu
  • magento 2 get current category
  • magento 2 get parent category of current category
  • magento add attribute in attribute sets dynamically
  • magento add custom attribute in category
  • magento cache refresh
  • magento call a CMS block in your module’s PHTML file
  • Magento codePool
  • magento create custom attribute of category in admin
  • magento create new EAV module
  • Magento design patterns
  • magento eav
  • magento enable product custom attribute visibility in frontend
  • magento get current category id
  • magento get first item or last item from the collection
  • magento grid
  • magento magic function
  • magento maintenance mode
  • Magento MVC
  • Magento MVC architecture
  • magento newletter
  • Magento ORM
  • Magento remove shipping
  • Magento show stock information of product
  • magento why you store data in different session types
  • magic methods in magento
  • more than one Grid in magento
  • mvc in magento
  • Namespace in magento
  • need to clear cache to see the changes in Magento
  • optimize Magento performance
  • ORM in magento
  • override block in magento
  • override Block/Model/controllers in magento
  • override controller in magento
  • override model in magento
  • pager on custom paroduct collection in magento
  • phone number format in php
  • Phpmyadmin not accessible in network or using ip xampp
  • place top menu to left side bar in magento 2
  • product custom attributes in magento
  • redirect website according to browser language in javascript
  • remove content from core’s system.xml in magento
  • remove default footer in magento 2
  • remove shipping methods if free shipping available
  • replace fax field with mobile on checkout page
  • replace with phone number format in php
  • reviews collection set limit
  • run cronjob every 5 minutes
  • sales order sort by payment method
  • set Cron job
  • set cron on cpanel
  • set new footer in magento 2
  • Set product reviews limit
  • set reviews limit on product page
  • show custom attributes on frontend in magento
  • show map with custom address in javascript
  • tables in eav module in magento
  • types of sessions in magento
  • US phone number format in php
  • use of namespace in magento
  • USPS shipping
  • USPS shipping method
  • what are the magic methods in Magento
  • what is mysql
  • what is php
  • what is php and mysql

About Me

Lalit
View my complete profile
Simple theme. Powered by Blogger.