- Notifications
You must be signed in to change notification settings - Fork8
Simple Laravel 11 CRUD Application Tutorial
NotificationsYou must be signed in to change notification settings
allphptricks/laravel-11-crud
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Learn how to develop a simple Laravel 11 CRUD application
The complete tutorial step by step guide is available on my blog.Laravel 11 CRUD Application
Make sure that you have setup the environment properly. You will need minimum PHP 8.2, MySQL/MariaDB, and composer.
- Download the project (or clone using GIT)
- Copy
.env.exampleinto.envand configure your database credentials - Go to the project's root directory using terminal window/command prompt
- Run
composer install - Set the application key by running
php artisan key:generate --ansi - Run migrations
php artisan migrate - Start local server by executing
php artisan serve - Visit herehttp://127.0.0.1:8000/products to test the application
About
Simple Laravel 11 CRUD Application Tutorial
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.