PHP Classes

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

Recommend this page to a friend!
  Info   View files Documentation   View files View files (91)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2022-07-15 (21 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 77 This week: 33All time: 9,932 This week: 5Up
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
Nominee
Vote
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: 7x

 

Details

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  
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

 Version Control Unique User Downloads Download Rankings  
 100%
Total:77
This week:33
All time:9,932
This week:5Up

For more information send a message to info at phpclasses dot org.