Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simple Laravel 11 CRUD Application Tutorial

NotificationsYou must be signed in to change notification settings

allphptricks/laravel-11-crud

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

Blog

https://www.allphptricks.com/

Installation

Make sure that you have setup the environment properly. You will need minimum PHP 8.2, MySQL/MariaDB, and composer.

  1. Download the project (or clone using GIT)
  2. Copy.env.example into.env and configure your database credentials
  3. Go to the project's root directory using terminal window/command prompt
  4. Runcomposer install
  5. Set the application key by runningphp artisan key:generate --ansi
  6. Run migrationsphp artisan migrate
  7. Start local server by executingphp artisan serve
  8. Visit herehttp://127.0.0.1:8000/products to test the application

[8]ページ先頭

©2009-2025 Movatter.jp