laravel-11-crud-example Tailwind Templates

Laravel 11 Crud Example

laravel crud example with pagination and tailwind for design

Laravel Logo

Laravel simple CRUD

A simple CRUD (Create, Read, Update, Delete) application built using Laravel 11. This project demonstrates fundamental Laravel functionalities such as routing, request handling, validation, database operations, and pagination.

Features

Create, Read, Update, and Delete posts. Server-side validation with custom error messages. Pagination for posts listing. Tailwind CSS for modern and responsive UI design.

Installation Steps

  1. Clone the Repository:
git clone https://github.com/koriyapankaj/laravel-11-crud-example.git
cd laravel-11-crud-example
  1. install Dependencies:
composer install
  1. Copy the .env.example file and rename it to .env:

    cp .env.example .env
    
  2. Generate Application Key:

    php artisan key:generate
    
  3. Run Migrations and Seed Database:

    php artisan migrate --seed
    
  4. Start the Development Server: ``` php artisan serve


Top categories

Loading Svelte Themes