WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

allphptricks/laravel-10-factory

Repository files navigation

Simple Laravel 10 Factory Tutorial

Learn how to develop simple Laravel 10 factory tutorial application

The complete step by step guide is available on my blog. AllPHPTricks Laravel 10 Factory Tutorial

Blog

https://www.allphptricks.com/

Installation

Make sure that you have setup the environment properly. You will need minimum PHP 8.1, 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. Run composer install
  5. Set the application key by running php artisan key:generate --ansi
  6. Run migrations php artisan migrate
  7. Run composer autoload composer dump-autoload
  8. Enter Tinker environment php artisan tinker
  9. Run this command Product::factory()->count(100)->create()

Releases

No releases published

Packages

No packages published