All Projects β†’ KhidirDotID β†’ Stisla Codeigniter

KhidirDotID / Stisla Codeigniter

Licence: mit
Free Bootstrap Admin Template for CodeIgniter

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Stisla Codeigniter

Vali Admin
Free Bootstrap 4 admin/dashboard template
Stars: ✭ 1,391 (+2073.44%)
Mutual labels:  bootstrap, template, bootstrap4
Sing App
πŸ’₯Free and open-source admin dashboard template built with Bootstrap 4.5 πŸ’₯
Stars: ✭ 1,187 (+1754.69%)
Mutual labels:  bootstrap, template, bootstrap4
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+1760.94%)
Mutual labels:  bootstrap, template, bootstrap4
Seven
Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features
Stars: ✭ 114 (+78.13%)
Mutual labels:  bootstrap, template, bootstrap4
Majesticadmin Free Bootstrap Admin Template
Simple Bootstrap 4 Dashboard template.
Stars: ✭ 160 (+150%)
Mutual labels:  bootstrap, template, bootstrap4
Sing App Vue Dashboard
Vue.js admin dashboard template built with Bootstrap 4.5
Stars: ✭ 482 (+653.13%)
Mutual labels:  bootstrap, template, bootstrap4
Stisla
Free Bootstrap Admin Template
Stars: ✭ 2,772 (+4231.25%)
Mutual labels:  bootstrap, template, bootstrap4
Bootstrap4layouts
A Template for Bootstrap 4 based on my Bootstrap 4 Layouts course on LinkedIn Learning
Stars: ✭ 44 (-31.25%)
Mutual labels:  bootstrap, template, bootstrap4
Quick Free Bootstrap Theme
Free Bootstrap 4 Theme perfect for building responsive, mobile-first projects on the web suitable for businesses, startups, and agencies.
Stars: ✭ 31 (-51.56%)
Mutual labels:  template, bootstrap4
Startbootstrap Round About
A Bootstrap HTML template for creating about pages - created by Start Bootstrap
Stars: ✭ 35 (-45.31%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap Grayscale
A multipurpose one page Bootstrap theme created by Start Bootstrap
Stars: ✭ 1,120 (+1650%)
Mutual labels:  bootstrap, bootstrap4
Freemo
A free resume,portfolio and CV HTML template
Stars: ✭ 30 (-53.12%)
Mutual labels:  bootstrap, template
Bootstrap Blog Template
An awesome blog template constructed using Twitter Bootstrap 3
Stars: ✭ 29 (-54.69%)
Mutual labels:  bootstrap, template
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+1431.25%)
Mutual labels:  bootstrap, bootstrap4
Grav Theme Landio
Land.io is a carefully crafted landing page UI kit and landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.
Stars: ✭ 28 (-56.25%)
Mutual labels:  bootstrap, bootstrap4
Ng1bs4
AngularJS with Bootstrap 4
Stars: ✭ 39 (-39.06%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap 2 Col Portfolio
A two column Bootstrap HTML portfolio template - created by Start Bootstrap
Stars: ✭ 40 (-37.5%)
Mutual labels:  bootstrap, bootstrap4
Ph2date
πŸ’• Powerful & lightweight PHP Dating Script built with CodeIgniter 2.X and Bootstrap + jQuery πŸ’–
Stars: ✭ 20 (-68.75%)
Mutual labels:  codeigniter, bootstrap
Bootstrap Show Modal
A Bootstrap 4 / jQuery plugin wrapper, to create modals dynamically in JavaScript
Stars: ✭ 38 (-40.62%)
Mutual labels:  bootstrap, bootstrap4
React Bootstrap With Material Design
React Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 1,119 (+1648.44%)
Mutual labels:  bootstrap, bootstrap4

Stisla logo

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

Table of contents

Link Stisla

Installation

https://github.com/KhidirDotID/stisla-codeigniter.git

Usage

  • Create a new Controller at application/controllers then put like this:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

class Controller_name extends CI_Controller {

	public function index() {
		$data = array(
			'title' => "Your title"
		);
		$this->load->view('View_name', $data);
	}
}
?>
  • Create a new View at application/views then put like this:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$this->load->view('dist/_partials/header'); ?>

      <!-- Main Content -->

<?php
$this->load->view('dist/_partials/footer'); ?>

License

Stisla is under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].