| Package Data | |
|---|---|
| Maintainer Username: | carlospalacin | 
| Maintainer Contact: | info@syscover.com (SYSCOVER GROUP SL) | 
| Package Create Date: | 2017-06-12 | 
| Package Last Update: | 2020-03-02 | 
| Language: | PHP | 
| License: | Unknown | 
| Last Refreshed: | 2025-10-27 03:06:04 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 236 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 2 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
Pulsar is an application that generates a control panel where you start creating custom solutions, provides the resources necessary for any web application.
Before install syscover/pulsar-cms, you need install syscover/pulsar-core and syscover/pulsar-admin
1 - After install Laravel framework, execute on console:
composer require syscover/pulsar-cms
Register service provider, on file config/app.php add to providers array
Syscover\Cms\CmsServiceProvider::class,
2 - Execute publish command
php artisan vendor:publish --provider="Syscover\Cms\CmsServiceProvider"
php artisan vendor:publish --provider="Laravel\Scout\ScoutServiceProvider"
3 - And execute migrations and seed database
php artisan migrate
php artisan db:seed --class="CmsTableSeeder"
4 - Execute command to load all updates
php artisan migrate --path=vendor/syscover/pulsar-cms/src/database/migrations/updates
5 - Cms package implement Laravel Scout, you must indicate registration data or cancel Laravel Scout with the next data
SCOUT_DRIVER=null
ALGOLIA_APP_ID=
ALGOLIA_SECRET=