Welcome Guest, Not a member yet? Register   Sign In
create-project codeigniter when ?
#1

Why codeigniter it's not in composer package list?

composer create-project codeigniter is more easy than download manualy from github

Many IDE (netbeans phpstrom ,....) handle composer.
Reply
#2

Code:
composer create-project --no-dev -n codeigniter/framework:dev-develop CodeIgniter
Reply
#3

(This post was last modified: 04-23-2015, 02:39 PM by kenjis.)

By the way,
https://packagist.org/packages/codeigniter/framework
Why version 3.0.0 is missing?
Reply
#4

(This post was last modified: 04-23-2015, 02:21 AM by sv3tli0.)

Try:
git clone [email protected]:bcit-ci/CodeIgniter.git (or https uri ..)
git checkout tags/3.0.0
and remove .git folder Smile

Voala Smile


By The Way Please compare downloading 1 zip from github to your programming time.. Smile
Best VPS Hosting : Digital Ocean
Reply
#5

Try codelobster
Reply
#6

(04-22-2015, 11:23 PM)sv3tli0 Wrote: Try:
git clone [email protected]:bcit-ci/CodeIgniter.git (or https uri ..)
git checkout tags/3.0.0
and remove .git folder Smile

Voala Smile


By The Way Please compare downloading 1 zip from github to your programming time.. Smile


I know official git repository has tag 3.0.0. But it is missing on Packagist.
Reply
#7

I created a package to install CodeIgniter3 via Composer with secure folder structure.

https://github.com/kenjis/codeigniter-co...-installer
Reply
#8

I posted a issue about packagist versions:
https://github.com/bcit-ci/CodeIgniter/issues/3802
Reply
#9

tks gadelat

note composer !== git

i think codeigniter must be on composer package list (symfony laravel cakephp slim sliex nette Yii can be installing by composer)
Reply




Theme © iAndrew 2016 - Forum software by © MyBB