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
Use Command to install fresh laravel setup 1. composer create-project --prefer-dist laravel/laravel blog 2. chmod -R o+w blog/storage/ 3. composer install 4. php artisan key:generate
if(@function_exists('curl_version')){ ... }
Where can I get the latest and upcoming Indian government job listing REST APIs?
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 ...
Use Mysql Query SET @i:=0; UPDATE tbl_fedex SET fedex_id = @i:=(@i+1)
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