when route does not match with given then paste below code in route file : Route::fallback(function() { return abort(404); });
Developers Map
Discy Latest Questions
Please Visit Below link : https://nwidart.com/ https://nwidart.com/laravel-modules/v6/introduction
if you want to setup your front end files or backend admin panel then you can use this zip file. in this you will find seperate admin panel or front view. dwonload the zip and set up uour sevrer. it ...
if you want add a select box inside data tables then We can add it easily. Use Code :
if you want to change your default timezone according to your client country then you can change it. you can change it in config/bootstrap.php file.Below is south africa time zone Code : // you can enter according your country
In this article, I will show you how to check file in folder exists or not.if you required to check if file is exists or not in given path then you can check easily. Use Code :
Learn how to copy text to the clipboard with JavaScript. Use this :
if you want to send mail in your website like cakephp , laravel, core php or other freamwork and you are facing some error like “failed to authenticate on smtp server with username” this. and you can use below code ...
if you are using laravel framework in website and you want to redirect http to https using htacess then you can use below code. USe code :
if you want to add twitter feed in your website without using any secrate key or any other access then you can use below code. it is very simple and easy to use. you can see latest tweets of ...
if you want auto suggestion address in your input field then you can use google autocomplete. it is very simple and easy to use . if you want to use google autocomplete then you can use below code. Code : Output ...
Now a days Cakephp is a most common framework. if you want to increment you column with any number you can use below sql code : Code :
if you want to get your browser name and version you can use below code it will helpful for you. it is a easy way to get browser name and version using Javascript. Code :
In php if you want to get last year and last month date and last week date then you can use below code . Last Week Last Month Last Year
if you want to use all country and their related state and their city sql file then you can download from here and import in your database. Use Below Sql : Click here to download sql file of Country-State-City OutPut ...