Category: Laravel

Code Generator for Laravel Framework

JeffreyWay/Laravel-4-Generators is a tool that can generate code for you for Laravel based applications. You can download it from: https://github.com/JeffreyWay/Laravel-4-Generators It needs php >= 5.3.3 You will need to install Composer before you install this generator. Composer is a dependency management tool; it will download and install all the pre-requisite tools/packages for you. Configuration changes: …

Continue reading

DB Operations for Laravel (a MVC based PHP framework). The Model is also discussed

Different methods of DB operations are discussed. How to model using the Eloquent ORM is also discussed. DB operations are shown in Plain SQL, or Using the Query builder, and also using the Model. In a later document, I will show the details of Laravel configurations and some MVC coding stuff. You do not need …

Continue reading

Python: Ecommerce: Part — 4: Calculate Your Sell Prices for your Retail Website, and then calculate for Amazon and Ebay

The requirements for each of the sales channel can be different such as for Ebay you might want to calculate Paypal fees; for Amazon you have to check for Amazon fees. For your own retail site, shipping cost might need different calculation as well as based on your target audience tax/hst will affect the price. …

Continue reading

Our Most Accessed Short Notes

Top Posts Title Views Home page / Archives 131,199 উচ্চ মাধ্যমিক সিলেবাস অনুযায়ী একাদশ-দ্বাদশ শ্রেণীর বইসমূহের পাঠ্যক্রম (কারিকুলাম) 20,177 এইচ টি এম এল কোর্স সমূহ । HTML Courses in Bangla 11,088 Computer hardware bangla tutorial -24 (কম্পিউটার হার্ডওয়্যার বাংলা টিউটোরিয়াল) 8,055 সি এস এস কোর্স সমূহ । CSS Courses in bangla 7,141 CT scan or …

Continue reading

Laravel Accountant Package, MyCLI, Development on an iPad, and More — №238

Building a Chatbot with Laravel and BotMan "Building a Chatbot with Laravel and Botman" is a hands on guide to building your own personal chatbot. " Learn More Accountant Laravel Package The Accountant composer package is a Laravel accountably package for your Eloquent models by developer Quetzy Garcia. Read More MyCLI: A MySQL CLI with …

Continue reading

কিছু গুরুত্বপূর্ণ টপিকস ঃ ওয়েব ডেভালাপার দের জন্য

পিএইচপি ডিজাইন প্যাটার্ন:ঃ  PHP Design Patterns – the right way   SCORM: ইলারনিং স্ট্যান্ডার্ডঃ  https://scorm.com/scorm-explained/   TypeScript: JavaScript that Scales: Modern JavaScript   Angular 2   Symfony 3 : The New Features : Symfony a Great PHP Framework : Comparable to Java Spring   Laravel : Another Great PHP Framework : Use this, you will …

Continue reading

In Bengali, Laravel Artisan CLI Overview

In Bengali, Laravel Artisan CLI Overview. Artisan Commands, Laravel-4-generator artisan commands, How to create artisan commands

A Laravel based project overview. Explain Laravel and Explain the Project

The video is in Bengali. Different Laravel concepts are explained as used in a project. How the project is structured, and how different Laravel concepts are utilized are explained.

Using Blade Template Engine with Laravel Framework

Using Blade Template Engine with Laravel Framework