Create Project: composer create-project –prefer-dist laravel/laravel laravalstartup Controller Create: php artisan make:controller HomepageController Model Create: php artisan make:model Student. Migration Create: php artisan make:migration create_post_table –create=posts Migrate Tables: php artisan migrate Last 5 Migrate Tables: php artisan migrate:refresh –step=5 Database table drop & recreate: php artisan migrate:refresh Clear view cache: php artisan view:clear (20) 000
About Zahidul Hossein Ripon
Zahidul Hossein Ripon a Bangladesh national, born in 1983 did Bachelor of Science in Computer Science and Engineering. At present, Mr. Ripon is working as a Managing Director in Coraltech Solutions. Before working with Coraltech Solutions, he worked in different reputed ICT industries in Bangladesh from year 2007. Mr. Ripon is one of the Associate Member of Bangladesh Computer Society. Mr. Ripon attended couple of Conference and Training, Seminars and events of ICT in Bangladesh and abroad. He is one of the co-author of few number of research publications in international scientific journals and proceedings.
Laravel raw custom query with pagination
Custom Query with pagination: Controller: public function blogs_list() { $title=”List of blog post”; $data = $this->paginateArray( DB::select(“SELECT blogs.id, blogs.title, blogs.description, blogs.created_at, categories.id, categories.category_name FROM (categories categories INNER JOIN post_category_map post_category_map ON (categories.id = post_category_map.category_id)) RIGHT OUTER JOIN blogs blogs ON (blogs.id = post_category_map.post_id) WHERE (categories.id = 1)”)); return view(‘crud.blog_list’)->with(‘title’,$title)->with(‘blogposts’,$data); } public function paginateArray($data, $perPage = […]

এইচএসসি ও সমমান পরীক্ষার ফলাফল ২০১৬
আজ ১৮ আগস্ট বৃহস্পতি বার বেলা ২টায় প্রকাশিত হতে জাচ্ছে এইচএসসি ও সমমান পরীক্ষার ফলাফল ২০১৬. ফলাফল সংক্রান্ত তথ্য সহ ফলাফল প্রকাশিত হওয়ার পর সবার আগে সহজে জানতে পারবেন এখানেঃ http://www.educationboardresults.gov.bd/regular/index.php (153) 000

বাংলাদেশ সরকারি কর্ম কমিশন সচিবালয়ে বিভিন্ন পদে নিয়োগ বিজ্ঞপ্তি
বাংলাদেশ সরকারি কর্ম কমিশন সচিবালয়ে বিভিন্ন পদে নিয়োগ বিজ্ঞপ্তি প্রকাশ করেছে। পদের নাম ও নির্দেশনাবলি জন্য নিন্মের PDF টি ডাউনলোড করুন nce_advertise_aamra24 (1492) 102
Search
- Website Testing Checklist February 29, 2012
- SMOKING CIGARETTE (Is not Makruh, rather it is Haram) February 23, 2012
- The 13 point demand of Hifazat-e-Islam April 22, 2013
- Step by step WordPress learning (Part 1) June 14, 2012
- Step by step WordPress learning (Part 2) June 25, 2012
- ফটোশপের পেন টুলের কাজ শিখে ফ্রিল্যান্সিং শুরু করুন October 4, 2020
-
Australian Awards (Fully Funded) Scholarships for Developing Countries February 5, 2019
-
Batabi lebu (বাতাবি লেবু ) August 6, 2018
-
ডেঙ্গু ও চিকুনগুনিয়া ভাইরাস সংক্রমন সম্পর্কিত প্রয়োজনীয় তথ্য July 2, 2017
-
Why You Should Donate Blood June 7, 2017
-
Mr suman: Thanks a lot for educating us about chikungunya...
-
admin: You can order it online by clicking "Add to cart...
-
Md. Sahabul Islam: How can I get this mosquito net. Pls advice...
- WooCommerce: Order item stock reduced successfully....
- WooCommerce: Payment to be made upon delivery. Order status cha...
Recent Comments