Aaisi Hi Kala Nahi hai Tumhari aankho Ka Kajal Kai Aashiq jale Honge Kai Aashiq jale Honge Jaruri nahi ki Sab jale Honge Kuch Honge Badnaseeb Jo Bache honge. Kar dena choti moti galtiyon ko Maaf itna bs ehsaan Kr de, Tu jo hai naraz meri saanse Na Chale Maan jaa tu jeena ye Assan kr de
Becoming like Iron Man, a fictional superhero from the Marvel Universe, involves a combination of various skills, traits, and technologies that are not currently available in the real world. However, you can draw inspiration from Iron Man's character to enhance different aspects of your life. Here are some aspects you might consider: 1. **Intellectual Pursuits:** - Like Tony Stark (Iron Man's alter ego), invest in your education and continuously seek to expand your knowledge. Stay curious and engaged in various fields, including science, engineering, business, and technology. 2. **Entrepreneurial Spirit:** - Tony Stark is a successful entrepreneur. If you have a passion or a business idea, explore entrepreneurship. Develop your skills in business management, innovation, and leadership. 3. **Physical Fitness:** - Train your body to achieve peak physical fitness. Regular exercise, strength training, and maintaining a healthy lifestyle can contr...
How to remove public from url in laravel 9 For Local i got the answer we can don this by :- cutting and pasting index.php & htaccess from public folder to root directory and the edit in index.php just change:- /../vender/autoload.php to ./vender/autoload.php and $app= /../vender/app.php to $app = ./vender/app.php For Server <IfModule mod_rewrite . c > RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule> After git clone server error When you are cloning a Laravel project from GitHub, you have to : Run composer install on your cmd or terminal Copy .env.example file to .env on the root folder Open your .env file and change the database name ( DB_DATABASE ) to whatever you have, username ( DB_USERNAME ) and password ( DB_PASSWORD ) field correspond to your configuration Run php artisan key:generate Run php artisan migrate Run php artisan serve Go to http://localhost:8000/
Comments
Post a Comment