MaXEster | Blog
  • HOME
  • ABOUT US
  • SERVICES
    • PHP WEB APPS
      • Codeigniter
      • Laravel
      • Zend
      • Cakephp
      • WordPress
      • Drupal
      • Magento
      • Opencart
    • MOBILE APP
      • Ios
      • Android App
      • Android Games
    • DESIGNING
      • Responsive Design
      • Logo Design
      • PSD to HTML
    • DIGITAL MARKETING
      • PAY PER CLICK DEVELOPMENT
      • Search Engine Optimization
      • Social Media Optimization
      • E-mail Marketing
      • Content Marketing
  • PORTFOLIO
  • CONTACT US
  • Blog

Category: Laravel

404 page not found in Laravel

August 20, 2020August 20, 2020 MaxesterLaravelLeave a Comment on 404 page not found in Laravel

In Laravel you can easily add 404 page because Laravel already has 404 functionality. What you have to do You have to creates a new folder “errors” in resources/views/ After that create a file name 404.blade.php and put in to…

Read More→

Manual login user by Email Id in Laravel.

January 1, 2020July 24, 2020 Bhaskar ChaudharyLaravelLeave a Comment on Manual login user by Email Id in Laravel.

This blog is to help you manually login by using a URL with get parameters. As this practice is not secured and can be taken advantage by hackers so use it on your own risk. To make it a bit…

Read More→

How to merge Collection in Laravel?

December 19, 2019July 24, 2020 Bhaskar ChaudharyLaravelLeave a Comment on How to merge Collection in Laravel?

To merge two collection col1 and col2 we use merge() method of collection OR We can just pass those collection while declaring the collection Some Example case Sometimes we need to get different collection from same Database Table depending on…

Read More→

Custom Facades in Laravel

November 11, 2019July 24, 2020 Bhaskar ChaudharyLaravelLeave a Comment on Custom Facades in Laravel

Facades are static interface of a class to encapsulate its default arguments. First we need to define a class in app directory like app/CustomClass/NewClass.php Now we need to define a facade for this class Firstly we need to edit AppServiceProvider.php…

Read More→

What are Laravel View Composer?

October 3, 2019July 29, 2020 Bhaskar ChaudharyLaravel, PhpLeave a Comment on What are Laravel View Composer?

Sometimes we need to pass similar type of data to different view files or partials and later changing them is a pain point as you have to change every single one of them, hence to fix this issue view composers…

Read More→

How to add Helper file in Laravel?

August 20, 2019July 29, 2020 Bhaskar ChaudharyLaravel, PhpLeave a Comment on How to add Helper file in Laravel?

To create custom helpers.php file in laravel we need to edit composer.json file in laravel. In autoload object add the following file array:- After adding this we need to run the following command Make sure composer is installed. This will…

Read More→

Laravel Group routing

August 13, 2019July 24, 2020 Bhaskar ChaudharyLaravelLeave a Comment on Laravel Group routing

For common prefixes in a url, Laravel uses url grouping. In the above route addresses abc.com/my-profile In GET and POST method you can use print GET route as :- And, POST route as:-

Cache Clear in Laravel

August 3, 2019July 24, 2020 Bhaskar ChaudharyLaravelLeave a Comment on Cache Clear in Laravel

Laravel supports popular caching backends like Memcached and Redis out of the box. There are 4 types of Cache in Laravel which you can clear by cli:- Application Cache Route Cache Config Cache View Cache If you are using Shared…

Read More→

How to create a csv file in Laravel?

July 24, 2019July 29, 2020 Bhaskar ChaudharyLaravel2 Comments on How to create a csv file in Laravel?

Declare Header Declare Columns Get data Set Formatted data to a variable Return response Your code should look like this

How to send SMTP mail with Attachments in Laravel?

July 23, 2019July 24, 2020 Bhaskar ChaudharyLaravelLeave a Comment on How to send SMTP mail with Attachments in Laravel?

Firstly get the extension of the file to send and get the MIME TYPE for it. Use the mail function and pass the required data needed by the layout and SMTP connection protocol.

Posts navigation

1 2 Next

Archives

  • July 2023
  • June 2023
  • January 2023
  • June 2021
  • September 2020
  • August 2020
  • July 2020
  • May 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019

Categories

Recent Posts

  • Change margin of a view programmatically?
  • What is AI in simple language?
  • How to Install Node Js in Windows
  • What is Node Js
  • How does React Work?
Copyright ©MaXEster Copyright 2023. All Rights Reserved.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
SettingsAccept
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT
  • b
  • a
  • c
  • j
  • F