CodeIgniter Forums
Packages boilerplate - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34)
+--- Thread: Packages boilerplate (/showthread.php?tid=75943)

Pages: 1 2 3


RE: Packages boilerplate - jasonzig - 03-03-2021

Love your project!!

... forked at https://github.com/Team-Cosolis/boilerplate


RE: Packages boilerplate - fbsgn - 03-28-2021

Hi,



I have a problem to install this .



Can anybody help me?


I have Codeigniter4 running.

then I downloaded the agungsugiarto/boilerplate from github

I wrote

Code:
"minimum-stability": "dev",
"prefer-stable": true,"

in the composer.json

the I run the

Code:
composer require agungsugiarto/boilerplate

and I got this message
Code:
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires agungsugiarto/boilerplate ^1.1 -> satisfiable by agungsugiarto/boilerplate[v1.1.0].
    - agungsugiarto/boilerplate v1.1.0 requires codeigniter4/framework ^4.1 -> satisfiable by codeigniter4/framework[v4.1.0, v4.1.1] from composer repo (https://repo.packagist.org) but codeigniter4/framework[1.0.0+no-version-set] from root package repo has higher repository priority. The packages with higher priority do not match your constraint and are therefore not installable. See https://getcomposer.org/repoprio for details and assistance.


Installation failed, reverting ./composer.json to its original content.

can anybody help??

fb


RE: Packages boilerplate - Martin_Salas - 04-03-2021

(03-28-2021, 11:39 PM)fbsgn Wrote: Hi,



I have a problem to install this .



Can anybody help me?


I have Codeigniter4 running.

then I downloaded the agungsugiarto/boilerplate from github

I wrote

Code:
"minimum-stability": "dev",
"prefer-stable": true,"

in the composer.json

the I run the

Code:
composer require agungsugiarto/boilerplate

and I got this message
Code:
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires agungsugiarto/boilerplate ^1.1 -> satisfiable by agungsugiarto/boilerplate[v1.1.0].
    - agungsugiarto/boilerplate v1.1.0 requires codeigniter4/framework ^4.1 -> satisfiable by codeigniter4/framework[v4.1.0, v4.1.1] from composer repo (https://repo.packagist.org) but codeigniter4/framework[1.0.0+no-version-set] from root package repo has higher repository priority. The packages with higher priority do not match your constraint and are therefore not installable. See https://getcomposer.org/repoprio for details and assistance.


Installation failed, reverting ./composer.json to its original content.

can anybody help??

fb

you have probably written in the wrong place


RE: Packages boilerplate - sabuz - 12-18-2022

There was the problem of like this.
When I start xampp (apache and mysql)
sometimes later, MySQL shutdown unexpectedly.
By checking again xampp and start MySQL,
Problem SOLVED.

Thanks