ποΈQuick Start
Setup Able Pro CodeIgniter
Prerequisites
XAMPP/ WAMP
Composer
Installation
c:>cd able-pro-laravel-bootstrap// Install all required packages in the Vendor folder
composer install
npm install
// Generate new key
php artisan key:generate
// Clear the cache
php artisan optimize:clear
// Generate the assets files
npm run build
// Migrate the database and seed data
php artisan migrate
php artisan db:seed
// Runs the project need to run below commands in 2 separate command prompt
php artisan serve
npm run dev
Last updated