PHP Classes

Laravel 9 CRUD Example: Example of CRUD application using Laravel 9

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 126 All time: 9,431 This week: 68Up
Version License PHP version Categories
laravel-9-crud-examp 1.0.0GNU General Publi...8Libraries, Content management, Design..., P...
Description 

Author

This package provides an example of a CRUD application using Laravel 9.

It implements models, views, and controller classes based on Laravel 9 for a Web application and a Web API that allows the users to manage blog posts.

The applications can create, update, delete and read database table records that store information of each post published by the application using a Post controller class.

Innovation Award
PHP Programming Innovation award nominee
July 2022
Number 8
Laravel is a well-known PHP development framework. In version 9, it introduced new improvements, including taking advantage of PHP 8 new features.

This package implements an example of a CRUD application based on Laravel 9.

Manuel Lemos
Picture of Ali YILMAZ
  Performance   Level  
Innovation award
Innovation award
Nominee: 8x

 

Documentation

Laravel 9 CRUD Example

Example of create, update, delete and read operations in laravel 9 version.

Download

Step 1 (download the project.)

git clone https://github.com/aliyilmaz/laravel-9-crud-example.git

Step 2 (install packages.)

composer install

Step 3 (Create the database. Update database information in .env file.)

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

Install

php artisan migrate

Run

php artisan serve

Test

http://127.0.0.1:8000/posts

  Files folder image Files (91)  
File Role Description
Files folder imageapp (5 directories)
Files folder imagebootstrap (1 file, 1 directory)
Files folder imageconfig (15 files)
Files folder imagedatabase (3 directories)
Files folder imagelang (1 directory)
Files folder imagepublic (2 files)
Files folder imageresources (2 directories)
Files folder imageroutes (4 files)
Files folder imagestorage (2 directories)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .env Data Auxiliary data
Accessible without login Plain text file .env.example Data Auxiliary data
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file vite.config.js Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:126
This week:0
All time:9,431
This week:68Up