User Tools

Site Tools


laravel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
laravel [2020/12/23 18:53] – создано chifeklaravel [2023/09/14 06:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Seeders Laravel ======+[[laravel-mix|Laravel Mix]]
  
 +[[laravel-mix-vuejs|Laravel + Laravel Mix + VueJS]]
  
-**Introduction**+[[Seeder|Seeder]]
  
 +[[Collections|Collections]]
  
-Laravel includes the ability to seed your database with test data using seed classes. All seed classes are stored in the database/seeders directory. By default, a DatabaseSeeder class is defined for you. From this class, you may use the call method to run other seed classes, allowing you to control the seeding order.+[[authSocial|Авторизация через соцсети]]
  
  
- +[[artisan_shpargalki|artisan shpargalki]]
-**Writing Seeders** +
- +
- +
-To generate a seeder, execute the make:seeder Artisan command. All seeders generated by the framework will be placed in the database/seeders directory: +
- +
-<code>php artisan make:seeder UserSeeder</code>+
laravel.1608749621.txt.gz · Last modified: 2023/09/14 06:06 (external edit)