###################################### 28-09-2023
---------------------- Install Bootstrap --------------------------
1) Run these command:
npm install bootstrap
npm run dev
2) Add this code in webpack.mix.js at root directory
mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css')
.styles([
'node_modules/bootstrap/dist/css/bootstrap.css',
'resources/css/custom.css', // Add your custom CSS files here
], 'public/css/all.css')
.scripts([
'node_modules/bootstrap/dist/js/bootstrap.js',
'resources/js/custom.js', // Add your custom JavaScript files here
], 'public/js/all.js');
3) Create these files:
resources/css/custom.css
resources/sass/app.scss
resources/js/custom.js
4) resources / views / layouts / app.blade.php (Include all.css and all.js files)
------------------------------------------------------------------
SET APP_NAME in .env file and config/app.php
config/auth.php (Add username in provider)
app / Http / Controllers / Auth / LoginController.php (User name working)
Migration created for table (adminuser)
Adminuser Model created and fillable added
config/auth.php (adminuser table setting)
###################################### 30-09-2023
Run this command:
npm install popper.js
add popper js in webpack.mix.js
resources / views / layouts / app.blade.php
###################################### 05-10-2023
app / Http / Middleware / AdminAuth.php (Middleware created and integrate in kernal.php)
app / Http / Kernal.php
resources / views / layouts / app.blade.php
resources / views / home.blade.php
app / Http / Controllers / HomeController.php
app / Http / Controllers / AdminAuthController.php
routes / web.php
###################################### 10-10-2023
app / Http / Controllers / AdminAuthController.php
routes / web.php
resources / views / auth / login.blade.php
config / auth.php
app / Providers / AppServiceProvider.php
resources / lang / en / validation.php
###################################### 11-10-2023
app / Http / Controllers / AdminAuthController.php
Run this command --> php artisan make:provider AdminUserProvider
app / Providers / AdminUserProvider.php
app / Providers / AuthServiceProvider.php
###################################### 12-10-2023
app / Http / Controllers / AdminAuthController.php
app / Providers / AdminUserProvider.php
config / auth.php
app / Models / AdminUser.php
################################# 20-10-2023 ##############################
Run These Commands:
php artisan make:request ItemSetupRule
app / Rules / ItemSetupRule.php (Item Setup Forms Validation)
app / Http / Middleware / ItemSetup.php
app / Http / Kernel.php (Register Middlware)
routes / api.php
################################# 23-10-2023 ################################
Migration Created Form (tblforms & tblform_fields)
Model created and fillable added for (tblforms & tblform_fields)
public / js / jquery file create
resources / views / layouts / app.blade.php
################################# 28-10-2023 ##################################
routes / web.php
app / Http / Controllers / Modules.php
resources / views / modules.blade.php
resources / views / home.blade.php
RUN THIS COMMAND:
npm install sweetalert2
npm run dev (To compile Assets)
include these two files
in
resources / views / layouts / app.blade.php
################################ 30-10-2023 ###############################
app / Http / Middleware / CheckJWTToken.php
app / Http Kernel.php
################################ 16-11-2023 ###############################
public / css / app.css
resources / views / layouts / app.blade.php
----------------------------- Install Fontawesome ----------------------
Run this command:
npm install --save @fortawesome/fontawesome-free
then Update this file
resources / sass / app.scss
Run this command:
npm run dev
---------------------------------------------------------------------------
################################ 17-11-2023 ###############################
- Update Public Folder
resources / views / home.blade.php
resources / views / layouts / app.blade.php
app / Http / Controllers / Category.php
resources / views / category.blade.php
resources / views / category-form.blade.php
################################ 18-11-2023 ###############################
- Migration Created for tblicons
app / Http / Controllers / Category.php
resources / views / category.blade.php
resources / views / category-form.blade.php
resources / views / subcategory.blade.php
resources / views / subcategory-form.blade.php
############################### 22-11-2023 ###################################
Migrate These Tables again for Decimals columns changings
1. tblgltransvoucher
2. tblgltransaction
3. tblitemtransdetail
4. tblinvoice
5. tblinvoicedetail
New Migration Created For Menutype table
app / database / migrations / 2023_11_22_180951_create_tblmenutypes_table.php
app / Http / Controllers / Configurations.php
resources / views / configurations.blade.php
routes / web.php
public / css / app.css
################################ 23-11-2023 ###################################
public / js / app.js
public / css / app.css
################################ 28-11-2023 ###################################
public / css / app.css
resources / views / subcategory.blade.php
app / Http / Controllers / SubCategory.php
routes / web.php
################################ 02-12-2023 ###################################
resources / views / layouts / app.blade.php
app / Http / Controllers / CompanyInfo.php
resources / views / layouts / companyinfo.blade.php
app / Models / CompanyInformation.php (Fillable update)
Run This Command
- php artisan storage:link
Create Directory
- public / attachments / company
Migrate again tblcompanyinfo
################################ 04-12-2023 ###################################
routes / web.php
app / Http / Controllers / Configurations.php
app / Http / Controllers / AdminAuthController.php
resources / views / update-password.blade.php
resources / views / layout / app.blade.php
app / Http / Kernal.php
app / Http / Middleware / CheckSessionData.php
config / session.php
public / css / app.css
################################ 09-12-2023 ###################################
app / Http / Controllers / SubCategory.php
app / Http / Controllers / Category.php
app / Http / Controllers / Module.php
app / Http / Controllers / MenuRights.php
resources / views / menurights.blade.php
app / helper.php
################################ 04-03-2023 ###################################
-- update dbchanges
app / Http / Controllers / AdminAuthController.php
// UserController.php
app / Http / Controllers / API / SetupController.php
app / Providers / AppServiceProvider.php
resources / views / layouts / app.blade.php
resources / views / users.blade.php
################################ 04-03-2023 ###################################
routes / web.php
app / Http / Controllers / DatabaseController.php
resources / views / database.blade.php
################################ 28-03-2023
app / Http / Controllers / Configurations.php
################################ 08-04-2023
app / Http / Controllers / Branches.php
################################ 09-04-2023
app / Http / Controllers / Branches.php
resources / views / branches-form.blade.php
// branches.blade.php