Skip to content

Latest commit

 

History

History
executable file
·
77 lines (55 loc) · 1.87 KB

readme.md

File metadata and controls

executable file
·
77 lines (55 loc) · 1.87 KB



Makes it easy for you to write webapps and REST APIs with less code.

Features

  • Back office 📈
  • Templating 🔖
  • Query Logging 📝
  • Laravel Helpers 💡
  • JWT Authentication (APIs) 👽
  • Ajax DataTables as a service 🎉
  • Simplified Request Validation 🤖
  • Mailer Library (PHP-Mailer) 📄
  • Internal Http Requests (Non-Blocking) 🚀
  • Push Notififications (Android & IOS) 💬

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:

Prerequisites

PHP >= 7.0

For lower PHP version checkout branch 1.0

Built With

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.

Acknowledgments