Skip to content
codeandtuts-logo

CodeandTuts

Online Programming Tutorials

  • Home
  • PHP
  • LARAVEL
  • JAVASCRIPT
  • AJAX
  • JQUERY
  • Contact Me
Main Menu

Laravel

soft-delete-in-laravel
Laravel / PHP

How To Add SoftDelete With Unique Validation In Laravel

August 25, 2019August 29, 2019 - by Chintan Panchal - 2 Comments.

In this tutorial, I will show you how to soft delete record and unique validation in laravel.

In soft delete process, instead of actually removing records from your database, Eloquent can also “soft delete” models. When models are soft deleted, they are not actually removed from your database. Instead, a …

Read More
ganarete-fake-data-using-laravel-faker
Laravel / PHP

Generate Fake Data Using Laravel Faker

August 24, 2019August 29, 2019 - by Chintan Panchal - Leave a Comment

In this tutorial, I will show you how to generate fake data using laravel faker. For that we will use this Faker package. Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress …

Read More
implement-yajra datatable in adminlte laravel
Laravel / PHP

Laravel 5.8 – Setup Yajra Datatable with AdminLTE [Step By Step]

July 26, 2019May 17, 2021 - by Chintan Panchal - 2 Comments.

Hello Friends, Today i will show you how to use datatable plugin with AdminLTE admin theme in laravel. DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, built upon the foundations of progressive enhancement, that adds all of these advanced features to any HTML …

Read More
create-admin-panel-in-laravel
Framework / Laravel

Create admin panel using laravel-AdminLTE package

July 23, 2019 - by Chintan Panchal - 2 Comments.

Hello coders, Today i will show you how to create admin panel in laravel. We will use most famous free AdminLTE theme for this tutorial. AdminLTE theme comes in a laravel package so it’s very easy and quick to setting up admin panel in laravel with AdminLTE theme.

Setup Laravel… Read More
move-laravel-model-into-models-directory
Laravel / PHP

Move laravel eloquent model into Models directory [Step By Step]

July 9, 2019August 29, 2019 - by Chintan Panchal - Leave a Comment

Normally when you create model file using artisan command php artisan make:model Test , It will create model file under app directory. Its fine for small projects where only 2 or 3 model files present but when you are developing big application with lot of model files then it is …

Read More
laravel-5.8-todo-crud
Laravel / PHP

Laravel 5.8 Todo CRUD Example Step By Step

July 1, 2019May 17, 2021 - by Chintan Panchal - Leave a Comment

In this tutorial i will show you how to create simple CRUD example in laravel. In the laravel CRUD example, we will create one Todo module for registered users. So users can create, read, update and delete there daily todos.

Lets install fresh laravel using this command. If you don’t …

Read More
Install Laravel 5.8 In XAMPP localhost (1)
Laravel / PHP

Install Laravel 5.8 On Windows XAMPP Using Composer

March 10, 2019June 24, 2019 - by Chintan Panchal - 2 Comments.

Laravel becomes more powerful and rapid framework day by day. Currently they launched laravel 5.8 version.

Its very easy to install laravel in localhost for experience developer who have worked on prior version of laravel.

New developer can follow below steps to install laravel in localhost. Lets start step by …

Read More

Posts navigation

Previous 1 2

Like us on Facebook

Codeandtuts

Popular Categories

  • AJAX
  • CSS
  • Framework
  • GitHub
  • HTML
  • JAVASCRIPT
  • JQUERY
  • Laravel
  • Laravel 6
  • MySQL
  • PHP
  • Text Editors

Pages

  • About Us
  • Advertise
  • Contact Us
  • Desclaimer
  • Privacy Policy
Copyright © 2023 CodeandTuts.
Powered by WordPress and HitMag.