Go to file
E98Developer a9758e8da7 ADD Séma dump a 103 migráció kiváltására a teszteknél
A migrate:fresh eddig 103 migrációt futtatott le minden teszt-futásnál. A dump
egyetlen SQL fájlként tölti be ugyanazt a 48 táblát: migrate:fresh 21,09 ->
12,07 mp, egy teszt --filter-rel 27,80 -> 20,88 mp.

A dumpot a Laravel csak akkor tölti be, ha a migrations tábla ÜRES
(MigrateCommand::prepareDatabase), tehát az e2e/d2d környezetek - ahol már
vannak lefutott migrációk - változatlanul inkrementálisan migrálnak. Ezért
--prune NÉLKÜL készült: a 103 migrációs fájl a helyén marad.

Karbantartás: minden új migráció után újra kell generálni (php artisan
schema:dump). Ha elmarad, az nem törik el semmit, csak a dump utáni
migrációkat egyenként futtatja le.

A betöltéshez a mysql kliens kell a PATH-on
(C:\www\envkit\services\mysql\11.8.2\bin).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-17 10:34:26 +02:00
.claude EV3-431 Profitcenter - betűkód phase1 addd feature flag with laravel pennant 2026-08-08 16:09:54 +02:00
app ADD Deployment csomagoló queue worker és scheduler újraindítás a teendők közé 2026-08-17 06:41:19 +02:00
bootstrap MOD EV3-444 Hibás számítás Hooreyca adatok,ssl routing 2026-06-19 20:01:33 +02:00
config ADD Deployment csomagoló queue worker és scheduler újraindítás a teendők közé 2026-08-17 06:41:19 +02:00
database ADD Séma dump a 103 migráció kiváltására a teszteknél 2026-08-17 10:34:26 +02:00
public FIX Deployment csomagoló phase1 git ikon és a commit törzsére kiterjesztett keresés 2026-08-16 06:59:04 +02:00
resources FIX Deployment csomagoló d2d alapértelmezés és automatikus környezet-állapot 2026-08-16 22:48:09 +02:00
routes MOD change env call to config call in project 2026-08-09 07:15:37 +02:00
storage clean up gitrepo 2026-06-24 07:02:11 +02:00
tests FIX Teszt párhuzamos futtatás processzenkénti adatbázissal 2026-08-17 10:34:13 +02:00
.editorconfig git init 2026-02-28 06:53:05 +01:00
.env.dusk.local ADD first laravel dusk test 2026-04-08 13:25:17 +02:00
.env.example git init 2026-02-28 06:53:05 +01:00
.env.testing ADD work_calendar api sync and test support 2026-04-08 21:47:28 +02:00
.gitattributes git init 2026-02-28 06:53:05 +01:00
.gitignore ADD EV3-358 statisztika modul bővítése aktuális ár megjelenítéssel phase 1 create modern page layout with sidenavbar 2026-06-30 20:44:03 +02:00
AGENTS.md ADD EV3-431 Profitcenter - betűkód phase3 addd feature flag seeder 2026-08-09 06:44:25 +02:00
artisan git init 2026-02-28 06:53:05 +01:00
boost.json ADD pest and livewire to laravel boost 2026-03-30 13:56:13 +02:00
composer.json EV3-431 Profitcenter - betűkód phase1 addd feature flag with laravel pennant 2026-08-08 16:09:54 +02:00
composer.lll git init 2026-02-28 06:53:05 +01:00
composer.lock EV3-431 Profitcenter - betűkód phase1 addd feature flag with laravel pennant 2026-08-08 16:09:54 +02:00
git_log_nav.txt ADD delivery calendar public files 2026-04-24 18:10:48 +02:00
package-lock.json create papper grinder schema theme in filament 2026-03-01 07:25:47 +01:00
package.json create papper grinder schema theme in filament 2026-03-01 07:25:47 +01:00
phpunit.xml EV3-413 Kilépéskor azonos login oldara írányítás 2026-05-06 15:32:34 +02:00
README.md git init 2026-02-28 06:53:05 +01:00
test.txt ADD delivery calendar public files 2026-04-24 18:10:48 +02:00
vite.config.js create papper grinder schema theme in filament 2026-03-01 07:25:47 +01:00
webpack.mix.js fix: keep_classnames in terser config – production DataTable CSS selector fix 2026-03-23 12:01:40 +01:00

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out Laravel Learn, where you will be guided through building a modern Laravel application.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.