Repo for a starter application for a Single Page Application featuring the modern Codeigniter PHP framework (3.1.3) and front-end framework AngularJS. Just download and install and you have a good foundation for building any application.
codeigniter/
├── angular/
│ ├── js
│ ├── partials
├── application/
├── composer.json
├── bower.json
├── gulpfile.js
├── composer.lock
├── public/
│ ├── .htaccess
│ └── index.php
└── vendor/
- Composer
- Single Page Application
- Optimized Codeigniter and AngularJS routes
- You kind of don’t need to care about routes, they work automatically as you add new views. Still allows for flexibility if you plan any special routes.
- Optimized Codeigniter and AngularJS routes
- Gulp readily configured
- Versioning of CSS and AngularJS files
- Comes with AngularJS configured to work together at their best
- Angular animation
- Angular Pagination
- Angular Datepicker
- Font awesome
- And more... have a try!
git clone https://github.com/arafay696/starter-codeigniter-angularjs.git
cd starter-codeigniter-angularjs
composer update
npm install
bower install
To provide the JS and CSS files and to keep track of changes to these files:
gulp
Start application:
http://localhost/starter-codeigniter-angularjs
- PHP 5.3.7 or later
composer
command (See Composer Installation)- NPM
- Gulp
bower
command (See Bower installation)
Enjoy! Any feedback is welcome.