Download the PHP package liran-co/laravel-frontend-services without Composer

On this page you can find all versions of the php package liran-co/laravel-frontend-services. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-frontend-services

Laravel Frontend Services

⚠️ Warning: This is a pre-release version that is not yet ready for production use.

Laravel Frontend Services exposes Blade Components that make it easier to integrate and include the scripts of third-party services.

Latest Stable Version Total Downloads License

Installation

To get started, install the liran-co/laravel-frontend-services package:

Usage

First, add the relevant configuration values for each service you'd like to use in the config/services.php file.

You'll find a full list of supported services below with their corresponding configuration keys.

Next, use Blade component syntax to include the service in your view:

Typically you'll want to either do this in the <head> section of your site or before the closing </body> tag.

Advanced Usage

Show

If you'd like to include a service based on some conditional, you can use the show attribute on the component. For example, to only include the Intercom service when a user is logged in, you can do this:

Environments

Since it's common to only include certain scripts in production environments, you can define an environments key in your config file that will automatically cause the service to be included if the current environment matches one in the array:

Supported Services

Service Component Configurations
Facebook <x-services::facebook /> app_id
Fullstory <x-services::fullstory /> org_id debug
Google Analytics <x-services::googleanalytics /> property_id
Heap <x-services::heap /> app_id
Intercom <x-services::intercom /> app_id
Segment <x-services::segment /> write_key
Sentry <x-services::sentry /> dsn environment debug

License

Released under the MIT license. See LICENSE for more information.


All versions of laravel-frontend-services with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
laravel/framework Version ^7.0|^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package liran-co/laravel-frontend-services contains the following files

Loading the files please wait ....