Category: Laravel
User Registration And Login System In Laravel
Laravel provides built-in user registration and login system. Most of the developers are not aware of this built-in system (I was also one of them)….
Social Login System Using Laravel Socialite
Credit: This article is inspired by this post Laravel Social Authentication with Socialite Are you looking to implement social login system in your Laravel website?…
Sending Email Via Gmail SMTP Server In Laravel
Do you want to use the Gmail SMTP server for sending emails in Laravel? Sometimes your server does not send emails due to its limitations…
How To Use Built-In Laravel Pagination Feature On Website
Are you looking to integrate built-in Laravel pagination in your application? Pagination is always a lengthy task. If we are doing it without any third-party…
How to Use Laravel Multiple Database Connections Feature On a Website
Are you looking to connect multiple databases to your Laravel application? Sometimes, you may come across a situation where you need to deal with more…
Create Multi Language Website in PHP Using Laravel Framework
Do you want to create a multi-language website in PHP? A multi-languages website helps to increase audiences from several regions. In this article, we study…
How To Install And Use CKEditor In Laravel
Do you want to install CKEditor in Laravel? CKEditor is a WYSIWYG(what you see is what you get) HTML editor that allows us to write…
How to Upload and Compress Images in Laravel
Are you looking for how to upload and compress images in Laravel? Laravel provides an easy way for file uploading. And compressing the images at…
How to Use Laravel Tinker
Do you want to know how to use Laravel Tinker? Using Tinker you can interact with your Laravel application through the command line. Laravel Tinker…
How to Run Laravel Artisan Commands in Sublime Text
Are you looking to run Laravel Artisan commands in Sublime Text? Sublime Text is a popular text editor that provides a bundle of packages to…