Posts

Showing posts from February, 2018

Laravel Latest Interview Questions With Answers

Image
1.What is Laravel? Laravel is free open source “PHP framework” based on MVC Design Pattern. It is created by Taylor Otwell. Laravel provides expressive and elegant syntax that helps in creating a wonderful web application easily and quickly. 2. List some official packages provided by Laravel? Cashier Envoy Passport Scout Socialite 3. List out latest features of Laravel. Inbuilt CRSF (cross-site request forgery) Protection. Inbuilt paginations Reverse Routing Query builder Route caching Database Migration IOC (Inverse of Control) Container Or service container. 4. List out some benefits of Laravel over other Php frameworks.  Setup and customization process is easy and fast as compared to others. Inbuilt Authentication System. Supports multiple file systems Pre-loaded packages like Laravel Socialite, Laravel cashier, Laravel elixir,Passport,Laravel Scout. Eloquent ORM (Object Relation Mapping) with PHP active record implementation. Built-in command line t

Convert a PHP script into a stand-alone windows executable

PHP Desktop is the most simple and best solution. It is an open source project founded by Czarek Tomczak in 2012 to provide a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript, and SQLite. You can download the PHP Desktop from  https://github.com/cztomczak/phpdesktop People who have used local server like xampp, wampp etc, it won't be a problem to understand the concept. Just download PHP Desktop and copy your whole project in the www folder located in PHP Desktop directory (phpdesktop/www/). Its done, now click the executable file (phpdesktop-chrome.exe). You will see an exact replica of your website. Please check these bellow link for further instruction : https://phpocean.com/tutorials/design-and-illustration/create-your-first-desktop-application-with-php-and-php-desktop/4 https://stackoverflow.com/questions/9046675/convert-a-php-script-into-a-stand-alone-windows-executable