codeigniter-artisan
codeigniter-artisan copied to clipboard
:fire:
Makes it easy for you to write webapps and REST APIs with less code.
Features
- Back office :chart_with_upwards_trend:
- Templating :bookmark:
- Query Logging :memo:
- Laravel Helpers :bulb:
- JWT Authentication (APIs) :alien:
- Ajax DataTables as a service :tada:
- Simplified Request Validation :robot:
- Mailer Library (PHP-Mailer) :page_facing_up:
- Internal Http Requests (Non-Blocking) :rocket:
- Push Notififications (Android & IOS) :speech_balloon:
Check snippets for above features here
Getting Started
Its simple :
$ git clone https://github.com/jagroop/codeigniter-artisan.git project-name
$ cd project-name
$ cp application/Env.php.example application/Env.php
$ touch application/logs/logs.log && chmod 777 application/logs/logs.log
$ composer install && composer dump-autoload -o
- Change configuration in application/Env.php
- Import the DB database.sql
$ php -S localhost:8000 # Now visit http://localhost:8000
Admin Panel
http://localhost:8000/admin
Login Details:
[email protected]
admin
Prerequisites
PHP >= 7.0
For lower PHP version checkout branch
1.0
Built With
- Codeigniter 3.1.5 - The web framework used
Contributing
Fork this repository, make changes and open a pull request.
Authors
- Jagroop Singh - Initial work - jagroop
License
This project is licensed under the MIT License.