Download the PHP package webigniter-net/laravel-client without Composer
On this page you can find all versions of the php package webigniter-net/laravel-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webigniter-net/laravel-client
More information about webigniter-net/laravel-client
Files in webigniter-net/laravel-client
Package laravel-client
Short Description The official Webigniter client for Laravel
License MIT
Homepage https://webigniter.net
Informations about the package laravel-client
Webigniter CMS Laravel client
This package integrates the Webigniter CMS services into your Laravel applications. This package requires a working Laravel installation. This readme provides an overview of integrating and using the Webigniter Laravel Client in your Laravel projects. For more details, visit the Webigniter Documentation.
Installation
Install the Webigniter Laravel client via Composer:
Get a free license Key
To generate a free license key, create an account at Webigniter.net. Then login to the CMS and head to 'License' and click 'show/hide license key'. For more information about the license key, visit the documentation page about finding your license key
Setting Up License Key
Add your license key to your .env
file:
Laravel Blade Integration
Once installed and after setting up the license key, you can integrate pages from the Webigniter CMS into your Laravel Blade templates. This integration allows you to display content managed within the Webigniter CMS directly within your Laravel project's views. For a detailed description on creating your first page, visit our documentation page about creating your first page
Example Blade Layout
Here's an example of integrating Webigniter services into your Blade layout:
Example Section File
Here's an example of a section file using Blade syntax, where 'title' corresponds to an element handle in your CMS: