What is Laravel and use cases of Laravel?
What is Laravel? Laravel is an open-source, free PHP web framework designed for the development of web applications following the model-view-controller (MVC) architectural pattern. It was generated…
Complete guide of Laravel certification courses, tutorials & training
What is Laravel Laravel is a reliable and simple to use open-source PHP framework. It adheres to the model-view-controller pattern of design. Laravel makes use of pre-existing…
Top 100 laravel interview questions and answers
1) What is Laravel? Laravel is an open-source widely used PHP framework. The platform was intended for the development of web application by using MVC architectural pattern….
[SOLVED] Laravel : Supervisor FATAL/BACKOFF Exited too quickly (process log may have details)
Problem I’m trying to use Laravel queues with a supervisor but the service is not working properly. When I try to check status:$ sudo supervisorctl status$ laravel-worker:laravel-worker_00:…
How to Login with Token in Laravel PHP Framework?
How to Login with Token in Laravel PHP Framework? Step 1. Create a new Project, so write down the following command on Git Bash: Step 2. Move…
Directory Structure Of Laravel Application
devopsschool – This is Project Folder app – The app directory contains the core code of your application. bootstrap – The bootstrap directory contains the app.php file…
What is Composer and How to Install Composer?
In my previous article I have explained about the best concept about Laravel in which I mentions what is Laravel and many things about its feature. if…
What is Laravel? and Its Features.
In this Tutorial we are going to learn about Laravel. But most importantly you have to know about PHP first. If you don’t know about PHP and…
How to Fix ” Vue packages version mismatch:” error in Laravel 5.5
If you find any issue like above then run below Commands for solution : Solution : Above Command solve my issue if you are still in issue…
Laravel say that Auth guard [user] is not defined
I am trying to override default logout button in my Laravel project. so I defined below code in my LoginController->logout() function. but it’s showing that my guard…
Laravel 5.5 Error – “The page has expired due to inactivity. Please refresh and try again.”
i am trying to submit a form with some fields and showing this error “The page has expired due to inactivity. Please refresh and try again.” so…
Laravel – composer update asking about – phpunit/phpunit[7.5.0, …, 7.5.20] require ext-dom *
When ever you find above issue then do one thing that your ubuntu server is missing with some packages like ext-dom & php-xml. you have to do…
The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. Laravel 5.5
If you find this issue then you should remove App_key From .env and then run below command after running above command your issue will be resolved. Resources…
DataTables images issues like sort_asc.png & sort_both.png not found
Hi Friends, I am facing these issues for the last 1 month so I decided to solve this issue then I tried and I succeed. this is…
[SOLVED] ErrorException preg_match(): No ending delimiter ‘/’ found
I’m working on Laravel 5.8. I’m trying to use Validator to validate a name field with regex, here is my rule below: But as soon as…
Basic SQL Command in a database
The SQL ORDER BY Keyword The ORDER BY keyword is used to sort the result-set in ascending or descending order. The ORDER BY keyword sorts the records…
How to Display Recent and popular data from Database using left join and OderBy
Fist Step In Welcome.blade.php file for Table Secound Step In Pages.blade.php Third Step In Routing, Go To web.php Forth Step In GestController.php This is Return $gallery View…
Composer update fails with composer.json php version ^7.1.3
Hi geeks, yesterday i tried to run a command in my laravel project ver 5.8 then it’s showing two issue in my git bash. my php version…
Simple Ajax CRUD Application in Laravel
Step 1 – Create a fresh laravel projet First off all , create a project using following command given below – Change Directory to AjaxCrud folder Step…
Create Rest API with Laravel Passport Authentication
Laravel passport Laravel Passport is an OAuth2 server and API authentication package that is simple and enjoyable to use. We will use laravel passport to authenticate token-based request except for session You…
HOW TO CREATE EVENT CALENDAR IN LARAVEL? PART-5
Event Calendar Output Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel…
HOW TO CREATE EVENT CALENDAR IN LARAVEL? PART-4
Step 1. eventpage.blade.php Step 1. addevent.blade.php Step 3.display.blade.php Step 4.editform.blade Run the server, code is given below- Check output on the next page – How to create…
HOW TO CREATE EVENT CALENDAR IN LARAVEL? PART-3
Step 1.Create a Database in phpMyAdmin. (Write the same name of database which was written in .enf databse name). Step 2. We use the migrate command to…
HOW TO CREATE EVENT CALENDAR IN LARAVEL? PART-2
Step 1.Create a Laravel Project Firstly, Create a new project in laravel, so we open Git Bash, Go to My Computer/This PC–>LocalDisk(C:)–>Xampp–>Htdocs (Press right click on Mouse)…
HOW TO CREATE EVENT CALENDAR IN LARAVEL? PART-1
Step 1. Before creating the project firstly, we download all the setups. Composer XAMPP Visual Studio IDE Git Bash Here Step 2. Now open your Internet Browser…
How to Delete Multiple Records using Checkbox in Laravel?
It’s almost need to give feature for remove multiple records using checkbox, if you are developing e-commerce application or any big web application then you must give…
Upload image in the database with local folder and image send mail.
Step-1 open terminal as a git base here in C:\xampp\htdocs look a pic After click on git base Here it will be open like this look a…
How to create Login and Register Forms Popup in Laravel using Bootstrap Modals?
In this blog, I am going to explain how to create a login & register popup form in Laravel? So, before creating a Project like below- In…
Vue packages version mismatch laravel Error
Deepak KumarMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the MotoShare.in advantage…
