Download the PHP package elegantmedia/oxygen-foundation without Composer
On this page you can find all versions of the php package elegantmedia/oxygen-foundation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elegantmedia/oxygen-foundation
More information about elegantmedia/oxygen-foundation
Files in elegantmedia/oxygen-foundation
Package oxygen-foundation
Short Description Foundation for Oxygen framework projects.
License MIT
Homepage https://github.com/elegantmedia/oxygen-foundation
Informations about the package oxygen-foundation
Oxygen Foundation
Version Compatibility
Laravel Version | This Package Version | Branch |
---|---|---|
v10 | 3.x | 3.x |
v9 | 2.x | 2.x |
v8 | 1.x | version/v1.x |
See CHANGE LOG for change history.
Install
Install via Composer
Install the Foundation
How to use
Run all extension seeders
Available Functions
Models
Make a Model Searchable
Components
Menu Navigator
You can use the Navigator
to create Navigation Menus that can be used across the application. The Navigator
only stores the data and doesn't actually render a menu.
The Navigator
can be used by any package to register navigation menu items. By default, all menu items will be added to a NavBar
named default
.
Fetching the Menu Items
NavItem Properties
These are a few examples of available properties.
Hide Menu Items
You can explicitly hide menu items from all users by marking an item as hidden. Or you can use the Navigator class.
Example on how to render Navigation within a Blade template
Contributing
Please see CONTRIBUTING and for details.
License
The MIT License (MIT). Please see License File for more information.
Copyright (c) 2022 Elegant Media.
All versions of oxygen-foundation with dependencies
ext-json Version *
elegantmedia/laravel-simple-repository Version ^3.0
elegantmedia/php-toolkit Version ^1.0
laravel/scout Version ^10.0