stancl/tenancy docs & website https://tenancyforlaravel.com/docs
Find a file
lukinovec f84ab20c5e
Update filesystem tenancy documentation (#201)
* Update filesystem bootstrapper page WIP

* Filesystem bootstrapper rewrite

* Correct writing

* Update 'is not set' to 'is null'

* Update the suffix base comment to be more understandable

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Update storage path helper suffix explanation

* Improve docs page in response to review

* Use the actual suffix instead of the $suffix variable

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Include the file structure tenancy image in the repo

* Use the actual suffix instead of the $suffix variable again

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Specify what `asset()` returns

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Restructure assets section

* Use 'returned' instead of 'retrieved'

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Apply suggestions from code review

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Say that configuring the asset URL changes the helper's behavior

* Update global assets section according to review

* Update disabling asset() section according to suggestion

* Change 'ID' to 'key'

* Update `Storage` facade section

* Specify the asset() output with ASSET_URL configured

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-09-28 15:05:41 +02:00
listeners 3.x redesign 2020-06-08 21:20:15 +02:00
source Update filesystem tenancy documentation (#201) 2022-09-28 15:05:41 +02:00
.gitignore 3.x redesign 2020-06-08 21:20:15 +02:00
bootstrap.php 3.x redesign 2020-06-08 21:20:15 +02:00
build.sh 3.x redesign 2020-06-08 21:20:15 +02:00
composer.json 3.x redesign 2020-06-08 21:20:15 +02:00
composer.lock Add banner. (#142) 2021-11-10 13:03:57 +01:00
config.php Add "edit" button (#67) 2020-08-04 23:17:20 +02:00
config.production.php 3.x redesign 2020-06-08 21:20:15 +02:00
config.staging.php 3.x redesign 2020-06-08 21:20:15 +02:00
LICENSE.txt 3.x redesign 2020-06-08 21:20:15 +02:00
navigation.php Add Sanctum integration page (#205) 2022-09-24 03:53:13 +02:00
netlify.toml splitbee rewrites 2021-11-29 17:46:46 +01:00
package-lock.json fix package.json 2022-07-29 18:39:25 +02:00
package.json fix package.json 2022-07-29 18:39:25 +02:00
README.md Update README.md 2020-06-21 22:06:10 +02:00
staging.sh 3.x redesign 2020-06-08 21:20:15 +02:00
tailwind.config.js Show search on mobile (#69) 2020-08-17 13:14:18 +02:00
webpack.mix.js wip 2021-11-29 19:39:13 +01:00

stancl/tenancy docs

For the main repository, see stancl/tenancy.

Dev

You can use npm run watch, npm run dev, and npm run production.