Menu
PHP BABA LOGO
  • Home
  • Interview Questions
    • PHP String Interview Question
    • PHP Array Interview Qutions
    • jQuery Interview Quetions
    • PHP Interviwe Question on php.ini file
    • htaccess File Interview Quetions
  • About
PHP BABA LOGO

Category: Laravel

laravel

Hide protected files in Laravel

If you have multiple folder on live/development server for demo purpose and you want to hide .env and package file then use below code. Create .htaccess file in root folder and past below code: # Disable index viewOptions -Indexes   # Hide a specific file<Files “.*”>    Order allow,deny    Deny from all</Files>   <Files…

Setup Laravel 5.x with Admin Panel by Boilerpate

Go to link GitHub – rappasoft/laravel-5-boilerplate: A Laravel 5 Boilerplate Project – http://laravel-boilerplate.com Download setup an extract folder in your local repository Open setup folder in CMD Run Command : update composer Open “Sublime Text” editer or any other editer, Open file .env.example from root directry “save as” file with name “.env” open .env file…

Recent Posts

  • Batch Class in Salesforce January 25, 2024
  • Platform Developer I Certification Maintenance (Winter ’24) Get Hands-on with Bind Variables in a SOQL Query December 19, 2023
  • How to check Salesforce current release version January 12, 2023
  • Salesforce Certification Coupons / Vouchers July 19, 2022
  • Nested / Cascade query in SOQL May 11, 2022
©2025 The Tech Paper | Powered by Abhinav Trivedi