Laravel Views screenshot

Laravel Views

Author Avatar Theme by Gustavinho
Updated: 2 Jan 2023
639 Stars

Laravel package to create beautiful common views like data tables using the TALL stack.

Categories

Overview:

The Laravel Views package provides a way to create visually appealing common views like data tables using the TALL stack. It is still under active development, with plans to add new features and views. Users can access live examples, documentation, and a contribution guide for further information.

Features:

  • New form view: Introduces a new form view feature.
  • New layout view: Adds a new layout view for customization.
  • Download action: Includes an option to add a download action.
  • Translations: Ability to add translations to views.
  • UI helpers: Offers UI helper functions like adding links.

Installation:

To install the Laravel Views package, follow these steps:

  1. Run composer require laravel-views/laravel-views.
  2. Publish blade components with php artisan vendor:publish --tag=views --provider='LaravelViews\LaravelViewsServiceProvider'.
  3. Clear cached views using php artisan view:clear.
  4. Publish public assets with php artisan vendor:publish --tag=public --provider='LaravelViews\LaravelViewsServiceProvider' --force.
  5. Ensure the renderIf() function in action classes has been updated based on the latest version.
  6. Optionally, publish the config file again to customize new variants.

Summary:

The Laravel Views package simplifies the creation of visually appealing common views using the TALL stack. With features like form views, layout views, download actions, translations, and UI helpers, users can enhance their application’s user interface. The package is continuously updated with new features and improvements, providing flexibility for customization and ease of use for developers.