A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

How to limit the length of a string in Laravel

There are many different ways to limit the length of a string. For example, you could use CSS, JavaScript, or do it through PHP.

How to limit the length of a string in Laravel

The Benefits of Blade View Components

I finally got around to digging into Blade View Components, which allow you to create reusable custom HTML tags. Here's my take away!

The Benefits of Blade View Components

Upload Image In Laravel With Validation

In this example, we will create two routes one for get method and another for the post method

Upload Image In Laravel With Validation

Using Events and Listeners in Laravel 7 with Example

In this article, we’ll create Events and Listeners using an example of a post. Once a post is created, the users will be notified about the post through emails.

Using Events and Listeners in Laravel 7 with Example

Notebook With Laravel 7 and Vue.js

Notebook is a simple free-form information gathering web application. It is designed using Laravel 7 and Vue Js.

Notebook With Laravel 7 and Vue.js

Setup Daily Emails using Laravel

In this tutorial, we will learn how to set up fully functional daily emails using laravel and schedule to send emails daily.

Setup Daily Emails using Laravel

Laraish - A Laravel Wordpress Theme

Laraish is a Laravel Wordpress theme. With this theme you can take advantage of all the awesome Laravel features inside of wordpress!

Laraish - A Laravel Wordpress Theme

Easily Create Slug in Laravel for Posts

Slug is just a simplified string that comes at the end of the URL which usually refers to some specific page or post.

Easily Create Slug in Laravel for Posts