This project is an integration of Bocor free bootstrap theme with Laravel.
Clone the project
git clone https://github.com/ihamzehald/laravel-bootstrap-skeleton.git
cd to the project root
cd laravel-bootstrap-skeleton
Install composer dependencies
composer install
Create .env file
cp .env.example .env
Generate application key
php artisan key:generate
Install node modules
npm install
Compile application assets
npm run dev
Start PHP built-in development server
php artisan serve
Access the application using the following url
http://127.0.0.1:8000/