Simple CRUD Example in Laravel


Requirements


  • PHP 8.2 or higher
  • Laravel 11.9 or higher
  • Composer

Installation


  1. Clone the repository: git clone https://github.com/your-repo/your-project.git
  2. Install dependencies: composer install
  3. Set up the database: php artisan migrate
  4. Start the development server: php artisan serve