Download the PHP package happy-monkey/ci-starter without Composer
On this page you can find all versions of the php package happy-monkey/ci-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ci-starter
ci-starter
Create a new project
To create a new project from scratch, juste run following command :
Makefile commands
Assets
-
Run yarn install based on package.json. Packages will be downloaded in
/public/vendor
folder. - Run sass command to compile scss from
public/assets/scss
into compressed css inpublic/assets/css
folder.
Composer commands
-
Install packages from composer.json.
-
Update composer packages.
-
Require a new package. The package name will be prompted after run command.
-
Remove a package. The package name will be prompted after run command.
- Display all package information.
Run project
-
Run this command the first time.
This will execute following steps :
- install yarn dependencies
- compile css
- build docker image
- run composer install
-
Start project
App URL : http://localhost:8080
phpMyAdmin URL : http://localhost:8001
MailHog URL : http://localhost:8025 - Open shell in app container
All versions of ci-starter with dependencies
ext-json Version *
codeigniter4/framework Version 4.2.10
codeigniter4/translations Version @rc
robmorgan/phinx Version ^0.11.4
firebase/php-jwt Version ^5.2
phpmailer/phpmailer Version ^6.1
agungsugiarto/codeigniter4-cors Version ^2.0