mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-23 00:14:10 -05:00
Update to laravel 11.1.5
This commit is contained in:
parent
826339a610
commit
f2121e2414
5 changed files with 232 additions and 223 deletions
|
@ -1 +1 @@
|
|||
ad38e564ac871505e2fa829004cc45848b8b85e5
|
||||
c12fd185e64b6fd652243e06f290f438164ddde5
|
||||
|
|
445
composer.lock
generated
445
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -40,9 +40,10 @@ return [
|
|||
|
||||
'database' => [
|
||||
'driver' => 'database',
|
||||
'table' => env('DB_CACHE_TABLE', 'cache'),
|
||||
'connection' => env('DB_CACHE_CONNECTION'),
|
||||
'table' => env('DB_CACHE_TABLE', 'cache'),
|
||||
'lock_connection' => env('DB_CACHE_LOCK_CONNECTION'),
|
||||
'lock_table' => env('DB_CACHE_LOCK_TABLE'),
|
||||
],
|
||||
|
||||
'file' => [
|
||||
|
|
|
@ -37,6 +37,9 @@ return [
|
|||
'database' => env('DB_DATABASE', database_path('database.sqlite')),
|
||||
'prefix' => '',
|
||||
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
|
||||
'busy_timeout' => null,
|
||||
'journal_mode' => null,
|
||||
'synchronous' => null,
|
||||
],
|
||||
|
||||
'mysql' => [
|
||||
|
|
|
@ -21,7 +21,7 @@ A Hypothetical website template for bootstrapping new projects.
|
|||
* Gsap
|
||||
* Gulp
|
||||
* Jquery
|
||||
* Laravel 11.1.1
|
||||
* Laravel 11.1.5
|
||||
* Sass
|
||||
* Vue 3 (Optional)
|
||||
|
||||
|
|
Loading…
Reference in a new issue