{"_id":"@affrdn/ci4-pkl","name":"@affrdn/ci4-pkl","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@affrdn/ci4-pkl","version":"1.0.0","description":"## What is CodeIgniter?","main":"index.js","directories":{"test":"tests"},"dependencies":{"ci4-pkl":"^1.1.4"},"devDependencies":{},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/affrdn/data-master-pkl.git"},"author":"","license":"ISC","bugs":{"url":"https://github.com/affrdn/data-master-pkl/issues"},"homepage":"https://github.com/affrdn/data-master-pkl#readme","_id":"@affrdn/ci4-pkl@1.0.0","gitHead":"b54f0ba3769eff673e4aba18809aedff783c6310","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-tQiz0sYtNKPdwsjs99/Mbuy4RtyGUh5VAjdT9qMvZhpIXhLWaidraK6JWDyIo/poBYilX5HkqQq7bIiaRwVWqA==","shasum":"f3710f4f393fee8fce701abfe911299aa117b3e4","tarball":"https://registry.npmjs.org/@affrdn/ci4-pkl/-/ci4-pkl-1.0.0.tgz","fileCount":137,"unpackedSize":366752,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNzcbq97a9i0t7XpqiYCTN3jZh8tNriACMiVBhkCd9WAIhAP48TbZ4NexwUDLe2hVtvNoGoO37WzHoxUa2w8axiQWp"}]},"_npmUser":{"name":"affrdn","email":"afifrmdn@gmail.com"},"maintainers":[{"name":"affrdn","email":"afifrmdn@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ci4-pkl_1.0.0_1716152960128_0.7618389417606746"},"_hasShrinkwrap":false}},"time":{"created":"2024-05-19T21:09:20.038Z","1.0.0":"2024-05-19T21:09:20.330Z","modified":"2024-05-19T21:09:20.593Z"},"maintainers":[{"name":"affrdn","email":"afifrmdn@gmail.com"}],"description":"## What is CodeIgniter?","homepage":"https://github.com/affrdn/data-master-pkl#readme","repository":{"type":"git","url":"git+https://github.com/affrdn/data-master-pkl.git"},"bugs":{"url":"https://github.com/affrdn/data-master-pkl/issues"},"license":"ISC","readme":"# CodeIgniter 4 Application Starter\n\n## What is CodeIgniter?\n\nCodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure. \nMore information can be found at the [official site](http://codeigniter.com).\n\nThis repository holds a composer-installable app starter.\nIt has been built from the \n[development repository](https://github.com/codeigniter4/CodeIgniter4).\n\nMore information about the plans for version 4 can be found in [the announcement](http://forum.codeigniter.com/thread-62615.html) on the forums.\n\nThe user guide corresponding to this version of the framework can be found\n[here](https://codeigniter4.github.io/userguide/). \n\n## Installation & updates\n\n`composer create-project codeigniter4/appstarter` then `composer update` whenever\nthere is a new release of the framework.\n\nWhen updating, check the release notes to see if there are any changes you might need to apply\nto your `app` folder. The affected files can be copied or merged from\n`vendor/codeigniter4/framework/app`.\n\n## Setup\n\nCopy `env` to `.env` and tailor for your app, specifically the baseURL\nand any database settings.\n\n## Important Change with index.php\n\n`index.php` is no longer in the root of the project! It has been moved inside the *public* folder,\nfor better security and separation of components.\n\nThis means that you should configure your web server to \"point\" to your project's *public* folder, and\nnot to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter *public/...*, as the rest of your logic and the\nframework are exposed.\n\n**Please** read the user guide for a better explanation of how CI4 works!\nThe user guide updating and deployment is a bit awkward at the moment, but we are working on it!\n\n## Repository Management\n\nWe use Github issues, in our main repository, to track **BUGS** and to track approved **DEVELOPMENT** work packages.\nWe use our [forum](http://forum.codeigniter.com) to provide SUPPORT and to discuss\nFEATURE REQUESTS.\n\nThis repository is a \"distribution\" one, built by our release preparation script. \nProblems with it can be raised on our forum, or as issues in the main repository.\n\n## Server Requirements\n\nPHP version 7.2 or higher is required, with the following extensions installed: \n\n- [intl](http://php.net/manual/en/intl.requirements.php)\n- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library\n\nAdditionally, make sure that the following extensions are enabled in your PHP:\n\n- json (enabled by default - don't turn it off)\n- [mbstring](http://php.net/manual/en/mbstring.installation.php)\n- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)\n- xml (enabled by default - don't turn it off)\n","readmeFilename":"README.md"}