Codeigniter Framework making use of Blade, Vuejs and Eloquent
- Xampp or any Apache Server
- PHP >= 7.X.X
- MySql
$ git clone https://github.com/ksortof/CodeIgniter-Vue-Blade-Eloquent.git
Install composer dependencies.
In root of proyect
$ cd application/
$ composer install
Install node dependencies.
In root of proyect
$ cd assets/
$ npm install
Run WebPack
$ npm run watch
http://localhost/CodeIgniter-Vue-Blade-Eloquent/
Currently in development...