Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2022-07-15 (21 days ago)  | | Not yet rated by the users | | Total: 77 This week: 33 | | All time: 9,932 This week: 5 |
|
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
 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 |
| |
 |
|
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
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.