Skip to content

jagroop/codeigniter-artisan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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:

admin@admin.com
admin

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

Releases

No releases published

Packages

No packages published

Languages