Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khidirdotid/stisla-codeigniter
Free Bootstrap Admin Template for CodeIgniter
https://github.com/khidirdotid/stisla-codeigniter
bootstrap bootstrap4 codeigniter javascript php template
Last synced: 4 days ago
JSON representation
Free Bootstrap Admin Template for CodeIgniter
- Host: GitHub
- URL: https://github.com/khidirdotid/stisla-codeigniter
- Owner: KhidirDotID
- License: mit
- Created: 2019-02-14T05:02:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T01:01:09.000Z (7 months ago)
- Last Synced: 2024-12-20T02:06:40.818Z (4 days ago)
- Topics: bootstrap, bootstrap4, codeigniter, javascript, php, template
- Language: JavaScript
- Homepage: https://demo.fansdevelopment.com/stisla-codeigniter
- Size: 22.7 MB
- Stars: 80
- Watchers: 6
- Forks: 58
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stisla for CodeIgniter
Stisla is Free Bootstrap Admin Template and will help you to speed up your project, design your own dashboard UI and the users will love it.[![Stisla Preview](https://camo.githubusercontent.com/2135e0f6544a7286a3412cdc3df32d47fc91b045/68747470733a2f2f692e6962622e636f2f3674646d6358302f323031382d31312d31312d31352d33352d676574737469736c612d636f6d2e706e67)](https://getstisla.com)
## Table of contents
- [Link Stisla](#link-stisla)
- [Installation](#installation)
- [Usage](#usage)
- [License](#License)## Link Stisla
- Homepage: [getstisla.com](https://getstisla.com)
- Repository: [github.com/stisla/stisla](https://github.com/stisla/stisla)
- Documentation: [getstisla.com/docs](https://getstisla.com/docs)## Installation
- [Download the latest release](https://github.com/KhidirDotID/stisla-codeigniter/archive/v1.0.0.zip).
or clone the repo :
```
https://github.com/KhidirDotID/stisla-codeigniter.git
```## Usage
- Create a new Controller at `application/controllers` then put like this:
```
"Your title"
);
$this->load->view('View_name', $data);
}
}
?>
```
- Create a new View at `application/views` then put like this:
```
load->view('dist/_partials/header'); ?>
load->view('dist/_partials/footer'); ?>
```## License
Stisla is under the [MIT License](LICENSE).