appkita / ci4vuejs-starter
CodeIgniter4 with vuejs starter app
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4 || ^8.0
- codeigniter4/framework: ^4.0
Requires (Dev)
- fakerphp/faker: ^1.9
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9.1
README
Create application with CodeIgniter 4 and VUEJS
What is VUEJS?
VUES is The Progressive JavaScript Framework More information can be found at the official site.
What is CodeIgniter?
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the official site.
Installation & updates
composer create-project appkita/ci4vuejs-starter
then composer update & npm install
whenever
there is a new release of the framework.
When updating, check the release notes to see if there are any changes you might need to apply
to your app
folder. The affected files can be copied or merged from
vendor/codeigniter4/framework/app
.
Setup
Copy env
to .env
and tailor for your app, specifically the baseURL
and any database settings.
Server Requirements
-
[nodejs] (https://nodejs.org/) PHP version 7.4 or higher is required, with the following extensions installed:
Additionally, make sure that the following extensions are enabled in your PHP: