Skip to content

Welcome to the Laravel CRUD repository! This project is a simple yet powerful web application built using the Laravel PHP framework. The primary focus of this project is to demonstrate the fundamental CRUD operations: Create, Read, Update, and Delete.

Notifications You must be signed in to change notification settings

ariful305/laravel-CRUD

Repository files navigation

Laravel CRUD

App Screenshot

Getting Started

To get started with this project, you will need to have the following software installed:

  • PHP (version 8.0 or higher)
  • Composer
  • MySQL Once you have installed these prerequisites, you can clone the project to your local machine:
git clone https://github.com/ariful305/laravel-CRUD.git

Next, navigate to the project directory and install the required dependencies:

cd laravel-CRUD
composer install

Create a new database for the project and configure the database connection in the .env file:

cp .env.example .env
php artisan key:generate

Then, run the database migrations:

php artisan migrate

You can then start the development server:

php artisan serve

About

Welcome to the Laravel CRUD repository! This project is a simple yet powerful web application built using the Laravel PHP framework. The primary focus of this project is to demonstrate the fundamental CRUD operations: Create, Read, Update, and Delete.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published