| Package Data | |
|---|---|
| Maintainer Username: | carlospalacin | 
| Maintainer Contact: | info@syscover.com (SYSCOVER SL) | 
| Package Create Date: | 2016-03-13 | 
| Package Last Update: | 2018-11-27 | 
| Language: | PHP | 
| License: | Unknown | 
| Last Refreshed: | 2025-10-30 15:04:12 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 55 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 2 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
1 - After install Laravel framework, insert on file composer.json, inside require object this value
"syscover/projects": "~2.0"
and execute on console:
composer update
2 - Register service provider, on file config/app.php add to providers array
Syscover\Projects\ProjectsServiceProvider::class,
Syscover\FacturaDirecta\FacturaDirectaServiceProvider::class,
3 - Execute publish command
php artisan vendor:publish
4 - Execute optimize command load new classes
php artisan optimize
5 - And execute migrations and seed database
php artisan migrate
php artisan db:seed --class="ProjectsTableSeeder"
6 - Execute command to load all updates
php artisan migrate --path=database/migrations/updates
Access to Pulsar Panel, and go to:
Administration-> Permissions-> Profiles, and set all permissions to your profile by clicking on the open lock.
Go to Administration -> Packages, edit the package installed and activate it.