Makes it easy for you to write webapps and REST APIs with less code.
- 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
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
Login Details:
admin@admin.com
admin
PHP >= 7.0
For lower PHP version checkout branch
1.0
- Codeigniter 3.1.5 - The web framework used
Fork this repository, make changes and open a pull request.
- Jagroop Singh - Initial work - jagroop
This project is licensed under the MIT License.