This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Solution : https://www.tutsmake.com/laravel-7-please-provide-a-valid-cache-path/ */ | |
Sometimes, some error occurs on deploying laravel projects on webservers. So don’t worry about that this error “please provide a valid cache path laravel“. | |
The reason for occurring this error “please provide a valid cache path laravel” error occurs. Because inside your laravel project, does not have some directories/folders. The directories and folders are the following: | |
YourProjectFolder/storage/framework/ | |
sessions | |
views |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php artisan cache:clear | |
Failed to clear cache. Make sure you have the appropriate permissions. | |
/* | |
Solution : https://stackoverflow.com/questions/52231248/laravel-showing-failed-to-clear-cache-make-sure-you-have-the-appropriate-permi | |
*/ | |
Solution:: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. All p tag add 2 class 1 is table 2 is table-responsive | |
Solution is: | |
<script> | |
$('table').addClass('table').addClass('table-responsive'); | |
</script> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Bootstrap Media Query View Port Bootstrap Bootstrap Media breakpoints css bootstrap css media query css responsive grid system responsive grid system bootstrap css grid system --> | |
<style> | |
/* | |
#################################################### | |
M E D I A Q U E R I E S | |
#################################################### | |
*/ | |
/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
@media screen and ( max-width: 520px ){ | |
li.page-item { | |
display: none; | |
} | |
.page-item:first-child, | |
.page-item:last-child, | |
.page-item.active { | |
display: block; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://sketchboard.me | |
/* Free Hand Drawing Website */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is DMCA Protection | |
.htaccess for SEO --> https://www.danielmorell.com/guides/htaccess-seo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Laravel free learning laravel course free free course for laravel laravel php course free */ | |
https://laracasts.com/series/laravel-6-from-scratch | |
https://laracasts.com/series/build-a-laravel-app-with-tdd | |
https://laracasts.com/series/learn-laravel-forge/episodes/1 | |
https://laracasts.com/series/advanced-eloquent/episodes/1 | |
https://laracasts.com/series/lets-build-a-forum-with-laravel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- React React JS Course React JS Playlist youtube playlist best playlist for digitalocean youtube best playlist --> | |
/* React JS */ | |
https://youtu.be/F18Rxw6ftcM // Single video long video | |
https://youtu.be/C91a3Ay7y1M | |
https://youtube.com/playlist?list=PLu0W_9lII9agx66oZnT6IyhcMIbUMNMdt | |
https://youtube.com/playlist?list=PLjpp5kBQLNTTz1BZXJfU6ZHWKeyzTkgCo | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
React - A JavaScript library for building user interfaces https://reactjs.org/ | |
React Native Blog https://facebook.github.io/react-native/blog/ | |
ReactScript - Latest React & React Native Components With Live Demos http://reactscript.com/ | |
JSNews - React https://jsnews.io/react/ | |
Reddit - ReactJS https://www.reddit.com/r/reactjs/ | |
AppDividend - React.js https://appdividend.com/category/react-js/ | |
Made with React http://madewithreact.com/ | |
React Status https://react.statuscode.com/ | |
Medium - React Native Coach https://blog.reactnativecoach.com/ | |
React Sharing - Everything you need for React & React Native https://reactsharing.com/ |