composer create-project laravel/laravel:^8.0 example-app-name
cd example-app-name
git flow init
git remote add origin http://repository.url.git
git push -u origin master
git push -u origin develop
- Edit the Read-me
- normaly commit it
composer require yajra/laravel-oci8:^8
- Add in .env file database configurations
DB_CONNECTION=oracle
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
composer require binarytorch/larecipe
php artisan larecipe:install
- Edit config/larecipe.php
- ui.colors.primary
- ui.colors.secondary
- Edit resources/docs
- In resources/views/vendor/larecipe/partials/nav.blade.php comment the saleem-hadad github url
- Write svg logo in resources/views/vendor/larecipe/partials/logo.blade.php