Login/Register
(IR) Installatron Remote

Laravel

Laravel is an open source application framework. Initially released in 2011, Laravel as of August 2015 is the most popular and watched PHP project on GitHub.

Installatron Remote is a one-click solution to install and manage all of your Laravel websites. Using Installatron helps ensure Laravel is kept up-to-date and secure, and Installatron features like Clone, Backup and Restore, and Backup Scheduling can save you time. Learn more about Installatron Remote

Informasi

AplikasiLaravel
Kategori kerangka
Versi Saat Ini12.12.0
Terakhir Diperbaharui2 Mei
BahasaEnglish

Kebutuhan Sistem

Biayagratis
Ukuran Instalasi90MB
Lisensiopen source

Mendukung

Laravel Situs
Dokumentasi
Halaman Support
Support Auto-Installer Installatron

Apps Terkait

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

Features:
  • Expressive, beautiful syntax: Value elegance, simplicity, and readability? You’ll fit right in. Laravel is designed for people just like you. If you need help getting started, check out Laracasts and our great documentation.
  • Tailored for your team: Whether you're a solo developer or a 20 person team, Laravel is a breath of fresh air. Keep everyone in sync using Laravel's database agnostic migrations and schema builder.
  • Modern toolkit. Pinch of magic. An amazing ORM, painless routing, powerful queue library, and simple authentication give you the tools you need for modern, maintainable PHP. We sweat the small stuff to help you deliver amazing applications.
-Developer Laravel

12.12.0

(versi utama)
2 Mei - 90MB12.12.0

Bug Fixes and Changes
  • Make Blueprint Resolver Statically by @finagin in #55607
  • Allow limiting number of assets to preload by @timacdonald in #55618
  • Set job instance on "failed" command instance by @willrowe in #55617

12.11.1

Bug Fixes
  • Revert "ScheduledTaskFailed not dispatched on scheduled task failing" by @taylorotwell in #55612
  • Resolve issue with BelongsToManyRelationship factory by @jackbayliss in #55608

12.11.0

Bug Fixes and Changes
  • Add payload creation and original delay info to job payload by @taylorotwell in #55529
  • Add config option to ignore view cache timestamps by @pizkaz in #55536
  • Dispatch NotificationFailed when sending fails by @rodrigopedra in #55507
  • Option to disable dispatchAfterResponse in a test by @gdebrauwer in #55456
  • Pass flags to custom Json::$encoder by @rodrigopedra in #55548
  • Use pendingAttributes of relationships when creating relationship models via model factories by @gdebrauwer in #55558
  • Fix double query in model relation serialization by @AndrewMast in #55547
  • Improve circular relation check in Automatic Relation Loading by @litvinchuk in #55542
  • Prevent relation autoload context from being serialized by @litvinchuk in #55582
  • Remove @internal Annotation from $components Property in InteractsWithIO by @michaelnabil230 in #55580
  • Ensure fake job implements job contract by @timacdonald in #55574
  • Fix AnyOf constructor parameter type by @axlon in #55577
  • Sync changes to Illuminate components before release by @driesvints in #55591
  • Set class-string generics on Enum rule by @cosmastech in #55588
  • added detailed doc types to bindings related methods by @taka-oyama in #55576
  • Improve @use directive to support function and const modifiers by @rodolfosrg in #55583
  • scheduled task failed not dispatched on scheduled task failing by @achrafAa in #55572
  • Introduce Reflector methods for accessing class attributes by @daniser in #55568
  • Typed getters for Arr helper by @tibbsa in #55567

12.10.2

Bug Fixes
  • Address Model@relationLoaded when relation is null by @rodrigopedra in #55531

Baca lebih lanjut: https://github.com/laravel/framework/releases/tag/v12.12.0

12.10.1

(versi utama)
24 April - 90MB12.10.1
  • Revert "Use value() helper in 'when' method to simplify code" #55465 by @mohammadrasoulasghari in #55514
  • Use xxh128 when comparing views for changes by @shawnlindstrom in #55517
  • Ensure related models is iterable on HasRelationships@relationLoaded() by @rodrigopedra in #55519
  • Add Enum support for assertJsonPath in AssertableJsonString.php by @azim-kordpour in #55516

12.10.0
  • Use value() helper in 'when' method by @mohammadrasoulasghari in #55465
  • Test @use directive without quotes by @osbre in #55462
  • Enhance Broadcast Events Test Coverage by @roshandelpoor in #55458
  • Add Conditionable Trait to Fluent by @michaelnabil230 in #55455
  • Fix relation auto loading with manually set relations by @patrickweh in #55452
  • Add missing types to RateLimiter by @ClaudioEyzaguirre in #55445
  • Fix for global autoload relationships not working in certain cases by @litvinchuk in #55443
  • Fix adding setTags method on new cache flush events by @erikn69 in #55405
  • Fix: Unique lock not being released after transaction rollback in ShouldBeUnique jobs with afterCommit() by @toshitsuna-otsuka in #55420
  • Extends AsCollection to map items into objects or other values by @DarkGhostHunter in #55383
  • Fix group imports in Blade @use directive by @osbre in #55461
  • chore(tests): align test names with idiomatic naming style by @kauffinger in #55496
  • Update compiled views only if they actually changed by @pizkaz in #55450
  • Improve performance of Arr::dot method - 300x in some cases by @cyppe in #55495
  • Add tests for CacheBasedSessionHandler by @imanghafoori1 in #55487
  • Add tests for FileSessionHandler by @imanghafoori1 in #55484
  • Add tests for DatabaseSessionHandler by @imanghafoori1 in #55485
  • Fix many to many detach without IDs broken with custom pivot class by @amir9480 in #55490
  • Support nested relations on relationLoaded method by @tmsperera in #55471
  • Bugfix for Cache::memo()->many() returning the wrong value with an integer key type by @bmckay959 in #55503
  • Allow Container to build Migrator from class name by @cosmastech in #55501

12.9.2
  • Fixed a bug in using illuminate/console in external apps by @andrey-helldar in #55430
  • Disable SQLServer 2017 CI as ubuntu-20.24 has been removed by @crynobone in #55425

12.9.1
  • Forward only passed arguments into Illuminate\Database\Eloquent\Collection::partition method by @MarekVikartovsky in #55422
  • Add test for complex context manipulation in Logger by @roshandelpoor in #55423
  • Remove unused var from DumpCommand by @cosmastech in #55431
  • Fix the serve command sometimes fails to destructure the request pool array by @tonysm in #55427
  • Changes to package-lock.json should trigger npm run build by @crynobone in #55426

12.9.0
  • Add types to ViewErrorBag by @AJenbo in #55329
  • Add types to MessageBag by @AJenbo in #55327
  • add generics to commonly used methods in Schema/Builder by @taka-oyama in #55330
  • Return frozen time for easier testing by @jasonmccreary in #55323
  • Enhance DetectsLostConnections to Support AWS Aurora Credential Rotation Scenario by @msaifmfz in #55331
  • Rename test method of failedRequest() by @LKaemmerling in #55332
  • feat: Add a callback to be called on transaction failure by @dshafik in #55338
  • Add withRelationshipAutoloading method to model by @litvinchuk in #55344
  • Enable HTTP client retries when middleware throws an exception by @27pchrisl in #55343
  • Fix Closure serialization error in automatic relation loading by @litvinchuk in #55345
  • Add test for Unique validation rule with WhereIn constraints by @mohammadrasoulasghari in #55351
  • Add @throws in doc-blocks by @mohammadrasoulasghari in #55361
  • Update propagateRelationAutoloadCallbackToRelation method doc-block by @derian-all-win-software in #55363
  • - Redis - Establish connection first, before set the options by @alexmontoanelli in #55370
  • Fix translation FileLoader overrides with a missing key by @fabio-ivona in #55342
  • Fix pivot model events not working when using the withPivotValue by @amir9480 in #55280
  • Introduce memoized cache driver by @timacdonald in #55304
  • Add test for Filesystem::lastModified() method by @roshandelpoor in #55389
  • Supports pda/pheanstalk 7 by @crynobone in #55397
  • Add comprehensive filesystem operation tests to FilesystemTest by @roshandelpoor in #55399
  • Bump vite from 5.4.17 to 5.4.18 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #55402
  • Add descriptive error messages to assertViewHas() by @3Descape in #55392
  • Use Generic Types Annotations for LazyCollection Methods by @mohammadrasoulasghari in #55380
  • Add test coverage for Process sequence with multiple env variables by @roshandelpoor in #55406
  • Fix cc/bcc/replyTo address merging in MailMessage by @onlime in #55404
  • Add a make function in the Fluent by @michaelnabil230 in #55417

12.8.1
  • Update version to v12.8.1

12.8.0
  • only check for soft deletes once when mass-pruning by @cosmastech in #55274
  • Add createMany mass-assignment variants to HasOneOrMany relation by @onlime in #55262
  • cosmetic: include is_array() case in match construct of getArrayableItems by @epic-64 in #55275
  • Add tests for InvokeSerializedClosureCommand by @Amirhf1 in #55281
  • Temporarily prevents PHPUnit 12.1 by @crynobone in #55297
  • Test Improvements by @crynobone in #55306
  • Bump vite from 5.4.12 to 5.4.17 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #55301
  • Test Improvements by @crynobone in #55307
  • add generics to array types for Schema Grammars by @taka-oyama in #55314
  • fix missing nullable for Query/Grammar::compileInsertGetId by @taka-oyama in #55311
  • Adds fromJson() to Collection by @DarkGhostHunter in #55310
  • Fix illuminate/database usage as standalone package by @crynobone in #55309
  • Correct array key in InteractsWithInput by @AJenbo in #55287
  • Fix support for adding custom observable events from traits by @willrowe in #55286
  • Added Automatic Relation Loading (Eager Loading) Feature by @litvinchuk in #53655
  • Modify PHPDoc for Collection::chunkWhile functions to support preserving keys by @jsvdvis in #55324
  • Introduce Rule::anyOf() for Validating Against Multiple Rule Sets by @brianferri in #55191

12.7.2
  • Update version to v12.7.2

12.7.1
  • Update version to v12.7.1

12.7.0
  • AbstractPaginator should implement CanBeEscapedWhenCastToString by @gdebrauwer in #55256
  • Add whereAttachedTo() Eloquent builder method by @bakerkretzmar in #55245
  • Make Illuminate\Support\Uri Macroable by @riesjart in #55260
  • Add resource helper functions to Model/Collections by @TimKunze96 in #55107
  • Use char(36) for uuid type on MariaDB < 10.7.0 by @boedah in #55197
  • Introducing toArray to ComponentAttributeBag class by @devajmeireles in #55258

12.6.0
  • Dont stop pruning if pruning one model fails by @gdebrauwer in #55237
  • Update Date Facade Docblocks by @fdalcin in #55235
  • Make db:seed command prohibitable by @spawnia in #55238
  • Introducing Rules\Password::appliedRules Method by @devajmeireles in #55206
  • Allowing merging model attributes before insert via Model::fillAndInsert() by @cosmastech in #55038
  • Fix type hints for DateTimeZone and DateTimeInterface on DateFactory by @AndrewMast in #55243
  • Fix DateFactory docblock type hints by @AndrewMast in #55244
  • List missing migrate:rollback in DB::prohibitDestructiveCommands PhpDoc by @spawnia in #55252
  • Add Http::requestException() by @cosmastech in #55241
  • New: Uri pathSegments() helper method by @chester-sykes in #55250
  • Do not require returning a Builder instance from a local scope method by @cosmastech in #55246

12.5.0
  • Correct misspellings by @szepeviktor in #55218
  • Add ability to flush state on Vite helper by @timacdonald in #55228
  • Support taggeable store flushed cache events by @erikn69 in #55223
  • Revert "Support taggeable store flushed cache events" by @taylorotwell in #55232
  • Allow configuration of retry period for RoundRobin and Failover mail transports by @jnoordsij in #55222
  • Add --json option to EventListCommand by @hotsaucejake in #55207

12.4.1
  • Add Expression type to param $value of QueryBuilder orHaving() method by @faissaloux in #55202
  • Fix URL generation with optional parameters (regression in #54811) by @stancl in #55213
  • Fix failing tests on windows OS by @imanghafoori1 in #55210

Baca lebih lanjut: https://github.com/laravel/framework/releases/tag/v12.10.1

12.4.0

(versi utama)
4 April - 90MB12.4.0

Bug Fixes and Changes
  • Reset PHP’s peak memory usage when resetting scope for queue worker by @TimWolla in #55069
  • Add AsHtmlString cast by @ralphjsmit in #55071
  • Add Arr::sole() method by @ralphjsmit in #55070
  • Improve warning message in ApiInstallCommand by @sajjadhossainshohag in #55081
  • use already determined related property by @browner12 in #55075
  • use "class-string" where appropriate in relations by @browner12 in #55074
  • QueueFake::listenersPushed() by @cosmastech in #55063
  • Added except() method to Model class for excluding attributes by @vishal2931 in #55072
  • fix: add TPivotModel default and define pivot property in {Belongs,Morph}ToMany by @calebdw in #55086
  • remove @return docblocks on constructors by @browner12 in #55076
  • Add NamedScope attribute by @shaedrich in #54450
  • Improve syntax highlighting for stub type files by @kayw-geek in #55094
  • Prefer new Collection over Collection::make by @AhmedAlaa4611 in #55091
  • Fix except() method to support casted values by @vishal2931 in #55124
  • Add testcase for findSole method by @mrvipchien in #55115
  • Types: PasswordBroker::reset by @liamduckett in #55109
  • assertThrowsNothing by @gdebrauwer in #55100
  • Fix type nullability on PasswordBroker.events property by @jnoordsij in #55097
  • Fix return type annotation in decrementPendingJobs method by @shane-zeng in #55133
  • Fix return type annotation in compile method by @shane-zeng in #55132
  • feat: Add whereNull and whereNotNull to Assertablejson by @faissaloux in #55131
  • fix: use contextual bindings in class dependency resolution by @calebdw in #55090
  • Better return types for Illuminate\Queue\Jobs\Job::getJobId() and Illuminate\Queue\Jobs\DatabaseJob::getJobId() methods by @petrknap in #55138
  • Remove remaining @return tags from constructors by @mohammadrasoulasghari in #55136
  • Various URL generation bugfixes by @stancl in #54811
  • Add an optional shouldRun method to migrations. by @danmatthews in #55011
  • Uri prevent empty query string by @rojtjo in #55146
  • Only call the ob_flush function if there is active buffer in eventStream by @tonysm in #55141
  • Add CacheFlushed Event by @tech-wolf-tw in #55142
  • Update DateFactory method annotations for Carbon v3 compatibility by @kayw-geek in #55151
  • Improve docblocks for file related methods of InteractsWithInput by @SanderMuller in #55156
  • Enhance FileViewFinder doc-blocks by @imanghafoori1 in #55183
  • Support using null-safe operator with null value by @willrowe in #55175
  • Fix: Make Paginated Queries Consistent Across Pages by @tomchkk in #55176
  • Add pipe method query builders by @timacdonald in #55171
  • fix: one of many subquery constraints by @calebdw in #55168
  • fix(postgres): missing parentheses in whereDate/whereTime for json columns by @saibotk in #55159
  • Fix factory creation through attributes by @davidstoker in #55190
  • Fix Concurrency::run to preserve callback result order by @chaker2710 in #55161
  • Log: Add optional keys parameter to Log::withoutContext to remove selected context from future logs by @mattroylloyd in #55181
  • Add Expression type to param $value of QueryBuilder having() method by @faissaloux in #55200
  • Add flag to disable where clauses for withAttributes method on Eloquent Builder by @AndrewMast in #55199

12.3.0

Bug Fixes and Changes
  • fixes laravel/octane#1010 by @mihaileu in #55008
  • Added the missing 'trashed' event to getObservablesEvents() by @duemti in #55004
  • Enhance PHPDoc for Manager classes with @param-closure-this by @kayw-geek in #55002
  • Fix PendingRequest typehints for post, patch, put, delete by @cosmastech in #54998
  • Add test for untested methods in LazyCollection by @mohammadrasoulasghari in #54996
  • fix indentation by @browner12 in #54995
  • apply final Pint fixes by @browner12 in #55014
  • Enhance validation tests: Add test for connection name detection in Unique rule by @alikhosravidev in #54993
  • Add json:unicode cast to support JSON_UNESCAPED_UNICODE encoding by @fuwasegu in #54992
  • Add “Storage Linked” to the about command by @adampatterson in #54949
  • Add support for native JSON/JSONB column types in SQLite Schema builder by @fuwasegu in #54991
  • Fix LogManager::configurationFor() typehint by @cosmastech in #55016
  • Add missing tests for LazyCollection methods by @mohammadrasoulasghari in #55022
  • Refactor: Structural improvement for clarity by @AhmedAlaa4611 in #55018
  • Improve toKilobytes to handle spaces and case-insensitive units by @alikhosravidev in #55019
  • Fix mistake in asJson call in HasAttributes.php that was recently introduced by @AndrewMast in #55017
  • reapply Pint style changes by @browner12 in #55015
  • Add validation test for forEach with null and empty array values by @alikhosravidev in #55047
  • Types: EnumeratesValues Sum by @liamduckett in #55044
  • Ensure Consistent Formatting in Generated Invokable Classes by @AhmedAlaa4611 in #55034
  • Add element type to return array in Filesystem by @AJenbo in #55031
  • Add support for PostgreSQL "unique nulls not distinct" by @thierry2015 in #55025
  • standardize multiline ternaries by @browner12 in #55056
  • improved readability for aliasedPivotColumns by @browner12 in #55055
  • remove progress bar from PHPStan output by @browner12 in #55054
  • Fixes how the fluent Date rule builder handles date_format by @AndrewMast in #55052
  • Adding SSL encryption and support for MySQL connection by @mdiktushar in #55048
  • Revert "Adding SSL encryption and support for MySQL connection" by @taylorotwell in #55057
  • Ensure queue property is nullable by @timacdonald in #55058
  • return $this for chaining by @browner12 in #55060
  • prefer new Collection over collect() by @browner12 in #55059
  • use "class-string" type for using pivot model by @browner12 in #55053
  • multiline chaining on Collections by @browner12 in #55061

Baca lebih lanjut: https://github.com/laravel/framework/releases/tag/v12.4.0

12.2.0

(versi utama)
13 Maret - 90MB12.2.0

Bug Fixes and Changes
  • Add dates to allowed PHPDoc types of Builder::having() by @miken32 in #54899
  • Fix double negative in whereNotMorphedTo() query by @owenvoke in #54902
  • Add test for Arr::partition by @liamduckett in #54913
  • Expose process checkTimeout method by @mattmcdev in #54912
  • Compilable for Validation Contract by @peterfox in #54882
  • Backport "Change paginate() method return types to \Illuminate\Pagination\LengthAwarePaginator" by @carestad in #54917
  • Revert faulty change to EnumeratesValues::ensure() doc block by @axlon in #54919
  • Ensure ValidationEmailRuleTest skips tests requiring the intl extension when unavailable by @alikhosravidev in #54918
  • Ensure Enum validation is case-sensitive by adding a new test case. by @alikhosravidev in #54922
  • Feature: Collection chunk without preserving keys by @liamduckett in #54916
  • Add test coverage for Uri::withQueryIfMissing method by @mohammadrasoulasghari in #54923
  • Fix issue with using RedisCluster with compression or serialization by @rzv-me in #54934
  • Add test coverage for Str::replaceMatches method by @mohammadrasoulasghari in #54930
  • Types: Collection chunk without preserving keys by @liamduckett in #54924
  • Add ddBody method to TestResponse for dumping various response payloads by @Sammyjo20 in #54933
  • Backport "Fix issue with using RedisCluster with compression or serialization" by @rzv-me in #54935
  • feat: add CanBeOneOfMany support to HasOneThrough by @calebdw in #54759
  • Hotfix - Add function_exists check to ddBody in TestResponse by @Sammyjo20 in #54937
  • Refactor: Remove unnecessary variables in Str class methods by @mohammadrasoulasghari in #54963
  • Add Tests for Str::pluralPascal Method by @mohammadrasoulasghari in #54957
  • Fix visibility of setUp and tearDown in tests by @naopusyu in #54950
  • Test Improvements by @crynobone in #54944
  • Fix missing return in assertOnlyInvalid by @parth391 in #54941
  • Handle case when migrate:install command is called and table exists by @joe-tito in #54938
  • Fix callOnce in Seeder so it handles arrays properly by @lbovit in #54985
  • Change "exceptoin" spelling mistake to "exception" by @hvlucas in #54979
  • Add test for after method in LazyCollection by @mohammadrasoulasghari in #54978
  • Add increment and decrement methods to Context by @mattmcdev in #54976
  • Ensure ExcludeIf correctly rejects a null value as an invalid condition by @alikhosravidev in #54973
  • apply Pint rule "no_spaces_around_offset" by @browner12 in #54970
  • apply Pint rule "single_line_comment_style" by @browner12 in #54969
  • do not use mix of newline and inline formatting by @browner12 in #54967
  • use single indent for multiline ternaries by @browner12 in #54971

12.1.1

Bug Fixes and Changes
  • Add valid values to ensure method by @lancepioch in #54840
  • Fix attribute name used on Validator instance within certain rule classes by @crynobone in #54845
  • Fix Application::interBasePath() fails to resolve application when project name is "vendor" by @crynobone in #54871
  • Test improvements by @crynobone in #54879
  • DocBlock: Changed typehint for Arr::partition method by @AndrewMast in #54896
  • Enhance Email and Image Dimensions Validation Tests by @alikhosravidev in #54897
  • Apply default styling rules to the notification stub by @ahinkle in #54895

12.1.0

Bug Fixes and Changes
  • Test Improvements by @crynobone in #54782
  • Fix incorrect typehints in BuildsWhereDateClauses traits by @mohprilaksono in #54784
  • Improve queries readablility by @hafezdivandari in #54791
  • Enhance eventStream to Support Custom Events and Start Messages by @devhammed in #54776
  • Make the PendingCommand class tappable. by @kevinb1989 in #54801
  • Add missing union type in event stream docblock by @devhammed in #54800
  • Change return types of paginage() methods to \Illuminate\Pagination\LengthAwarePaginator by @carestad in #54826
  • Check if internal Hasher::verifyConfiguration() method exists on driver before forwarding call by @rodrigopedra in #54833
  • Fix using AsStringable cast on Notifiable's key by @crynobone in #54818
  • Add Tests for Handling Null Primary Keys and Special Values in Unique Validation Rule by @alikhosravidev in #54823
  • Improve docblock for with() method to clarify it adds to existing eag… by @igorlealantunes in #54838
  • Fix dropping schema-qualified prefixed tables by @hafezdivandari in #54834
  • Add Context::scope() by @cosmastech in #54799
  • Allow Http requests to be recorded without requests being faked by @kemp in #54850
  • Adds a new method "getRawSql" (with embedded bindings) to the QueryException class by @erickcomp in #54849
  • Update Inspiring.php by @ju-gow in #54846
  • Correct use of named argument in Date facade and fix a return type. by @lmottasin in #54847
  • Add additional tests for Rule::array validation scenarios by @alikhosravidev in #54844
  • Remove return statement by @mohprilaksono in #54842
  • Fix typos by @co63oc in #54839
  • Do not loop through middleware when excluded is empty by @cosmastech in #54837
  • Add test for Arr::reject method in Illuminate Support by @mohammadrasoulasghari in #54863
  • Feature: Array partition by @liamduckett in #54859
  • Introduce ContextLogProcessor by @cosmastech in #54851

Baca lebih lanjut: https://github.com/laravel/framework/releases/tag/v12.0.2

Hidup Demo memberikan contoh demonstrasi Laravel untuk keperluan evaluasi. Contoh Demo hidup ulang sering dan dikonfigurasi tanpa plugin atau tema.

12.12.0

Front-end View

Back-end View
Showcase menyoroti website powered by Laravel untuk menunjukkan berbagai kemampuan yang disediakan oleh aplikasi.
Since 2004, Installatron has pioneered web application management solutions trusted by businesses and website owners worldwide.
Installatron Plugin Installatron Server Installatron Remote
Resources Developers
Company Support My Account
© 2025 Installatron LLC