Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Tag: Laravel

July 31, 2023 Web Development

New Features in Laravel 10.4

July 31, 2023 Web Development
Post Views: 133
| By Navneet Kaur

With the release of version 10.4, the Laravel team added the File::json() function, changed existing HasMany connections to HasOne relationships, added a new test response assertion, and more. File::json() method The File::json() function was added by Laravel 10.4 to make

Read More
July 7, 2023 Web Development

Send SMS using TWILIO in Laravel

July 7, 2023 Web Development
Post Views: 129
| By Ankush Garg

To put it into action, take the following steps: Install the TWILIO package using the command given below: composer require twilio/sdk Now, we require three credentials from the Twilio platform (https://www.twilio.com/console and https://www.twilio.com/console/phone-numbers/incoming). Account SID Auth Token Phone Number Now

Read More
June 28, 2023 Web Development

Slack Integration With Laravel

June 28, 2023 Web Development
Post Views: 116
| By Maniraj Singh

Firstly, create a slack channel with the (composer requires laravel/slack-notification-channel ) command. Create a notification in the laravel project with the command (php artisan make: notification SlackNotification). Create toSlack method in the SlackNotification. Add routeNotificationForSlack in the user model to

Read More
August 16, 2021 Web Development

Auth Session expiring in Laravel – Resolved

August 16, 2021 Web Development
Post Views: 1,528
| By Webner

I have created a web application in Laravel. I am using an authentication plugin to authorize the users while logging-in on my web application. On my local system, everything was working fine. But when I uploaded my Laravel project from

Read More
May 7, 2021 Web Development

Laravel Relationships in Eloquent

May 7, 2021 Web Development
Post Views: 2,597
| By Webner

Laravel relationship tables are frequently associated with each other in the database. Laravel relationships in eloquent support different types of relationships and it’s easily working and managing data. Defining relationships:- One to One One to Many Many to Many Has

Read More
November 23, 2020 Web Development

Internationalization / Localization in Laravel

November 23, 2020 Web Development
Post Views: 2,096
| By Webner

Laravel has made it convenient for the developers to create multilingual websites by giving the developer community an easy way to retrieve strings in various languages. These strings are basically stored as constants in the resources/lang directory within our project.

Read More
November 20, 2020 Web Development

How to create an event in Laravel

November 20, 2020 Web Development
Post Views: 1,216
| By Webner

Laravel events provide an observable functionality, allowing you to subscribe and listen. Events are stored in the app/Events directory and their listeners are stored in the app/Listener directory. We can generate a Laravel event by running “php artisan event:generate” command.

Read More
September 28, 2020 Web Development

What is Laravel Socialite?

September 28, 2020 Web Development
Post Views: 1,381
| By Webner

Most of the sites require User login and registration with Social sites like Facebook, Google+, etc. Laravel provides a simple way to authenticate with OAuth provider Socialite. Laravel currently supports Facebook, Google, Twitter, GitHub, Bitbucket, etc. Installing and configuring composer

Read More
September 1, 2020 Web Development

Accessor and Mutators in Laravel

September 1, 2020 Web Development
Post Views: 1,565
| By Webner

Accessor and Mutators are allowed to alter the data before saving and fetching from the database. An accessor is used to change the format while fetching the data from the database and mutators set the format attributes before retrieving the

Read More

Posts navigation

1 2 3 … 5 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection