Open in app
Home
Notifications
Lists
Stories

Write
Jewel Chowdhury
Jewel Chowdhury

Home

Published in Web Resource

·Mar 20, 2021

How to Get-Random Records in Laravel

Hi, dev. Today I am going to show you how to get random records from the Database in laravel. Laravel makes it very easy for us. We use inRandomOrder() method to ger random records in laravel. Read also: Create a new Laravel 8.0 project This section will instruct you on…

Web Development

1 min read

How to Get-Random Records in Laravel
How to Get-Random Records in Laravel

How to Get-Random Records in Laravel

Photo by Ilya Pavlov on Unsplash

Hi, dev. Today I am going to show you how to get random records from the Database in laravel. Laravel makes it very easy for us. We use inRandomOrder() method to ger random records in laravel.

Read also: Create a new Laravel 8.0 project

This section will instruct you on…

--

--


Published in Web Resource

·Mar 20, 2021

Laravel 8.0 Resource Routing Example

In this example, we will see how the resource router works. Before that, we will show how normal routes work for the normal crud app. Resource Routing in Laravel 8.0 makes developers for writing code efficiently and manageable routes/web.php Normal crud app routes like this: use App\Http\Controllers\PostController; Route::get('/posts', '[PostController::class, 'index']'); …

PHP

2 min read

Laravel 8.0 Resource Routing Example
Laravel 8.0 Resource Routing Example

Published in Web Resource

·Mar 20, 2021

Laravel 8.0 Image Upload Example

Hello dev, How are you? Today I am going to show you how to upload images in your Laravel project. In this tutorial, you can also upload your image reference to your database also. …

Web Development

2 min read

Laravel 8.0 Image Upload Example
Laravel 8.0 Image Upload Example

Published in Web Resource

·Mar 14, 2021

Laravel 8.0 Ajax Form Validation Example

Today we will make ajax form validation so that we can make our form validation without a refreshing the web page. so, let’s start… Our Final Output Create a Laravel new project, run this command composer create-project --prefer-dist laravel/laravel blog Make Database connection Go to the .env file and set the database name that you create in your MySQL dashboard admin panel DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laravel_ajax_blog DB_USERNAME=root DB_PASSWORD=…

Web Development

3 min read

Laravel 8.0 Ajax Form Validation Example
Laravel 8.0 Ajax Form Validation Example

Published in Web Resource

·Mar 14, 2021

Laravel 8.0 Form Validation Example

Hello Artisan, Today we will make form validation strategies to make input data validated. Our final output looks like Create a Laravel Project first, run this command composer create-project –prefer-dist laravel/laravel blog Make database Connection, create a database in the Mysql database after that go to the .env file and set the values, Make Database Connection and add the code to .env file DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laravel_blog DB_USERNAME=root DB_PASSWORD=…

Web Development

3 min read

Laravel 8.0 Form Validation Example
Laravel 8.0 Form Validation Example

Published in Web Resource

·Mar 14, 2021

Laravel 8.0 CRUD Tutorial Using Mysql Database

Hello Artisan, Today we will create a CRUD application in Laravel using Mysql Database. CRUD extends Create, Read, Update, Delete. We performing This operation in our new fresh laravel project. So, let’s start. Our final output looks like Create a Laravel Project first, run this command composer create-project --prefer-dist laravel/laravel blog After completing the creation of laravel project, let's go…

Web Development

5 min read

Laravel 8.0 CRUD Tutorial Using Mysql Database
Laravel 8.0 CRUD Tutorial Using Mysql Database

Published in Web Resource

·Mar 13, 2021

Write a Story And Be a part of the Web Resources community

Web Resources community is a newbie publication in the medium. We are eagerly waiting for contributors, the article must the following aspects and fields. The Topics We Are Looking For Web Development Front End Development Mobile Apps Development Cryptocurrency Database Design & Development Data Science Machine Learning / Artificial Intelligent / Neutral Networks / Deep Learning …

Web Development

2 min read

Write a Story And Be a part of the Web Resources community
Write a Story And Be a part of the Web Resources community

Published in Web Resource

·Mar 12, 2021

Create a new Laravel 8.0 project

Hello Artisan, Today we will create a laravel project from scratch. Before that, you have to install composer dependency to work with laravael. If you don't have an install composer, please read this post and install composer in your local machine. There are two ways to create a laravel project. …

PHP

2 min read

Create a new Laravel 8.0 project
Create a new Laravel 8.0 project

Mar 12, 2021

Laravel jetstream profile photo not showing

Learn more about Jetstream and install first. visit I just tried installing and playing it in fortify but I can’t really understand why my profile photo not showing a picture. It will happen when you are first-time use jetstream and liveware auth support. …

Web Development

1 min read

Laravel jetstream profile photo not showing
Laravel jetstream profile photo not showing

Mar 12, 2021

Laravel 8.0 Auth with Inertia JS Jetstream Example

In this article, I will give you an example of laravel 8.0 jetstream auth using inertia. We will implement a laravel 8.0 auth with inertia jetstream. This article goes into detail on laravel 8.0 auth with inertia tutorial. I explained simply step by step laravel 8.0 authentication inertia example. Read…

Web Development

3 min read

Laravel 8.0 Auth with Inertia JS Jetstream Example
Laravel 8.0 Auth with Inertia JS Jetstream Example
Jewel Chowdhury

Jewel Chowdhury

Competitive programmer and web developer, personal blog https://www.codesnipeet.com

Following
  • Connor Leech

    Connor Leech

  • Sylvain Saurel

    Sylvain Saurel

  • Jonathan Saring

    Jonathan Saring

  • Ohans Emmanuel

    Ohans Emmanuel

  • javinpaul

    javinpaul

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable