How to use Laravel SessionWhat is a Session? Sessions are used to store information about the user temporarily across the requests. How to configure your session file in laravel The session configuration file is stored in config/session.php, from this file you can change the ...Nov 1, 2022Β·3 min read
use placeholder website to generate images1-How to use placeholder website to generate photos with the desired size : First, let's see why you must use this website : placeholder website allows you to use pictures in various sizes, You may also choose the text, in order to save time in fin...Feb 21, 2022Β·1 min read
Animate On Scroll Webpage with AOS libraryPreview 1-Setup AOS library to get the animate on scroll effect we have to use AOS library you have to add style in head <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> Just before closing the body tag, add a script ...Feb 21, 2022Β·1 min read
The most useful Arabic resources to learn programming π1- Elzero web school ELzero Academy is an instructional platform that offers a variety of web development pathways, each with an interactive thorough explanation in Arabic, as well as study programs and assessments to guarantee that the code is unde...Feb 19, 2022Β·1 min read