Download the PHP package syscover/pulsar without Composer

On this page you can find all versions of the php package syscover/pulsar. 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 pulsar

Pulsar App for Laravel 5.3

Total Downloads Latest Stable Version

Pulsar is an application that generates a control panel where you start creating custom solutions, provides the resources necessary for any web application.


Installation

1 - After install Laravel framework, execute on console:

2 - Register service provider, on file config/app.php add to providers array

3 - Execute publish command

4 - Execute optimize command load new classes

5 - And execute migrations and seed database

6 - Execute command to load all updates

7 - Register alias, on file config/app.php add to aliases array

8 - Register middlewares auth.pulsar, locale.pulsar and permission.pulsar on file app/Http/Kernel.php add to routeMiddleware array

also you must to add inside $middlewareGroups array this values:

9 - Register cron command on file app/Console/Kernel.php add to $commands array

10 - include this arrays in config/auth.php

Inside guards array

Inside providers array

Inside passwords array

11 - Config .env file with your database parameters connections and this example parameters

12 - When the installation is complete you can access these data

Cron task

To implement the cron system must follow the following steps:

set cron on our server

Para ello necesitaremos instanciar en nuestro servidor una única tarea cron que se encargará de revisar si tiene que disparar algún comando, normalmente con el comando /usr/bin/php y apuntando a la ruta absoluta del fichero artisan que se debe de encontrar en la raiz de nuestro proyecto web. La opción -q es para evitar escritura por consola del cron

Para editar nuestro fichero crontab para añadir la tarea, podemos hacerlo con el siguiente comando

O si queremos editar el crontab de un usuario en concreto

Nuestra primera tarea cron

Desde el apartado Tareas Cron podremos configurar las tareas necesarias que nuestro panel requiera ejecutar, nos encontraremos los siguientes campos:

Nombre: Descripción de la tarea cron.

Módulo: Módulo al que pertenece la tarea cron que vamos a sentenciar.

Expresión Cron: Periodicidad de cada tarea mediante una expresión que representará el tiempo de ejecución:

Activa: Indicamos si nuestra tarea queremos que está activa o no.

Key: Código de tarea a ejecutar, este código lo instanciamos nosotros mismos en el fichero src/config/cron.php que contiene un array de claves y fuciones

En este caso, instanciaríamos con 01 la key, si queremos que ejecute el método llamadaCron() de la clase estática Cron.


All versions of pulsar with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.4
zendframework/zend-permissions-acl Version 2.5.*
mtdowling/cron-expression Version ^1.1
tecnickcom/tcpdf Version ^6.2
phpoffice/phpexcel Version 1.8.1
leafo/scssphp Version 0.6.3
sofa/eloquence Version ~5.4
maatwebsite/excel Version ~2.1.0
doctrine/dbal Version *
syscover/email-reader Version ~2.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 syscover/pulsar contains the following files

Loading the files please wait ....