PHPackages                             plutuss/static-text-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. plutuss/static-text-laravel

ActiveLibrary[Admin Panels](/categories/admin)

plutuss/static-text-laravel
===========================

This package makes it possible in Laravel to modify static text on a page from the admin panel.

1.0.5(1y ago)121MITPHP

Since May 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/plutuss/static-text)[ Packagist](https://packagist.org/packages/plutuss/static-text-laravel)[ RSS](/packages/plutuss-static-text-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (8)Used By (0)

Installed packages
------------------

[](#installed-packages)

Laravel:
--------

[](#laravel)

- [GitHub](https://github.com/plutuss/static-text).

The "**Static Text Laravel**" package provides a simple and effective solution for managing static text and images on your website directly from the Laravel admin panel. With its capabilities, you can update your site's content without the need for developer intervention, making content management more flexible and convenient.

Key Features:

1. **Static Text Management**: Allows site administrators to easily update textual content such as headers, paragraphs, lists, and other elements without altering code or reloading the page.
2. **Image Editing**: Enables uploading new images and updating existing ones directly from the administrative panel. This is convenient for updating banners, logos, and other visual elements of the site.
3. **Multilingual Support**: Provides the ability to manage content in multiple languages, particularly useful for multilingual sites.
4. **Access Control**: Offers flexible access settings for administrators and content editors, restricting access to functionality based on user roles.
5. **Laravel Integration**: Fully compatible with the Laravel framework and utilizes best development practices such as migrations, seeders, and service providers.

```
 composer require plutuss/static-text-laravel
```

```
php artisan vendor:publish --provider="Plutuss\Providers\StaticTextServiceProvider"
```

```
php artisan migrate
```

```
