Samuel Štancl
ac23db540d
update stats
2022-02-19 22:09:08 +01:00
Lars Klopstra
5165926092
update: Previewify endpoint ( #150 )
...
* Update documentation.blade.php
* fix: Dupe URL
2022-01-25 12:52:13 +01:00
Samuel Štancl
3c4bda178f
Add a note about https://github.com/archtechx/tenancy/issues/774
2022-01-06 16:52:25 +01:00
Samuel Štancl
9003b7ab16
3.5.0 queue changes
2022-01-03 23:57:46 +01:00
Abrar Ahmad
30a9997963
Update banner.blade.php ( #148 )
2022-01-03 12:56:48 +01:00
Samuel Štancl
0e4cb88bb5
wip
2021-12-14 14:32:52 +01:00
emargareten
e3d7e5bcc7
Update configuration.blade.md ( #147 )
2021-12-06 16:25:19 +01:00
Samuel Štancl
09f6c5d0c0
wip
2021-11-29 20:11:10 +01:00
Samuel Štancl
30eb0794b5
change script
2021-11-29 19:53:25 +01:00
Samuel Štancl
84ce0b390c
wip
2021-11-29 19:39:13 +01:00
Samuel Štancl
9c1167a8d3
splitbee event
2021-11-29 18:20:42 +01:00
Samuel Štancl
4d666a2a55
Update menu-item.blade.php
2021-11-29 18:19:22 +01:00
Samuel Štancl
8e919383a7
splitbee data attr
2021-11-29 18:11:17 +01:00
Samuel Štancl
bc21653a3a
update splitbee tag
2021-11-29 17:47:48 +01:00
Samuel Štancl
ba747f0ffd
update splitbee tag
2021-11-29 17:47:28 +01:00
Samuel Štancl
e8f4d7612c
splitbee rewrites
2021-11-29 17:46:46 +01:00
Samuel Štancl
0d12457499
test splitbee
2021-11-29 13:32:02 +01:00
Samuel Štancl
32308e9628
test splitbee
2021-11-29 13:31:43 +01:00
Samuel Štancl
ddfc912ad3
fix previewify title
2021-11-18 14:48:50 +01:00
Samuel Štancl
fad2386d9a
wip
2021-11-17 15:54:58 +01:00
Samuel Štancl
490731b1d8
wip
2021-11-17 15:51:40 +01:00
Abrar Ahmad
296f7d4196
Implement Previewify ( #143 )
...
* Update documentation.blade.php
* Update documentation.blade.php
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2021-11-17 14:03:22 +01:00
Samuel Štancl
6c2cd598ce
wip
2021-11-16 19:40:05 +01:00
Samuel Štancl
929afea33d
Add files via upload
2021-11-16 19:39:06 +01:00
Samuel Štancl
6aa377ea4e
target blank
2021-11-15 15:18:37 +01:00
Samuel Štancl
608e22b0a2
link to new boilerplate waiting list
2021-11-15 14:43:25 +01:00
Abrar Ahmad
d8dbbea0ed
Add banner. ( #142 )
...
* wip
* assets build prod
* docs banner, remove _blank
2021-11-10 13:03:57 +01:00
Samuel Štancl
ef33db5201
Laravel 8
2021-10-02 16:14:02 +02:00
Samuel Štancl
b0192117e1
Update stats
2021-08-24 15:26:57 +02:00
Samuel Štancl
30cce85c73
codecourse link
2021-07-08 18:21:10 +02:00
Samuel Štancl
0da737e60e
Remove blade
2021-07-08 14:36:54 +02:00
injektion
22e06dae4f
Update livewire.blade.md ( #131 )
...
* Update livewire.blade.md
Unless aliased, when going thru the dox on setting up Livewire using the previous code will fail with an error: Target class "[InitializeTenancyByDomain]" does not exist.
Changing it to the full namespace works fine.
* Update livewire.blade.md
* remove indentation
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2021-07-07 17:43:10 +02:00
lukinovec
b573543f67
Footer credits update ( #130 )
...
* Footer credits update
* Tabs to spaces
* Add link styles
2021-07-06 18:09:06 +02:00
Samuel Štancl
84f22f7cba
2021
2021-06-02 17:49:29 +02:00
David SP
d59c25ee15
Update passport.blade.md ( #128 )
...
Fixed using Passport in both the central and tenant app
2021-06-01 13:52:20 +02:00
Samuel Štancl
4038f81302
new numbers
2021-04-27 15:55:29 +02:00
Samuel Štancl
fd8b11ec70
fix formatting
2021-04-14 17:41:08 +02:00
François Gagné
9e2c775d5c
Update quick start doc for Laravel 8 only ( #111 )
...
Laravel 8 is the only relevant version of Laravel from now on.
2021-04-10 20:54:28 +02:00
Nischal Shrestha
4a92d9d7ba
Small typo in domains.blade.md ( #117 )
2021-03-31 15:54:53 +02:00
Ganbayar Gansukh
e76e0ca0ea
Update installation.blade.md ( #115 )
...
added laravel version requirement.
2021-03-26 20:50:14 +01:00
hackerESQ
b587ab4f8c
Adds note about TenantAssetController and (separately) the new TrustHost middleware in Laravel 8.0 ( #114 )
...
* adds caveat about TenantAssetController
* adds note about the new TrustHost middleware
2021-03-16 21:05:52 +01:00
François Gagné
ab1b04356d
Minor typo in doc configuration ( #110 )
2021-02-21 22:53:15 +01:00
François Gagné
884a4dc13c
No need to change tenancy.central_connection by default ( #109 )
...
The value of `central_connection` in `config/tenancy.php`:
```php
'central_connection' => env('DB_CONNECTION', 'central'),
```
2021-02-21 22:52:16 +01:00
Seyi Onifade
e215a7a73e
Update tenants.blade.md ( #107 )
...
Very minor typo update, change "be" to "by"
2021-02-16 17:45:07 +01:00
Samuel Štancl
3387736baa
remove stripe
2021-01-11 19:12:23 +01:00
Ergashev Adizbek
4195ab703a
Update quickstart.blade.md ( #100 )
...
fix laravel 8 code
2021-01-04 11:08:52 +01:00
Samuel Štancl
2af7ef5a0e
new stats
2020-12-27 22:22:30 +01:00
Samuel Štancl
ac03c1c5f0
optimize images
2020-12-26 12:17:25 +01:00
codexianltd
ec3cd7966e
Update tenant-migrations.blade.md ( #97 )
...
semicolon wrongly placed in example's array element producing syntax error if copied and used
2020-12-05 15:54:24 +01:00
Samuel Štancl
b33565be5c
link to configuration#static-properties
2020-12-02 16:57:28 +01:00