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
1) What is Laravel? Laravel is an open source PHP framework. It is used to design and develop web applications. It is based on MVC (Model-View-Controller) design pattern. It is created by Taylor Otwell in June 2011. 2) What are Advantages of Laravel? There are various advantages of Laravel: Easy and consistent syntax Set-up process is easy customization process is easy code is always regimented with Laravel 3) What are the feature of Laravel5.0? Laravel has following features : Method injection Contracts Route caching Events object Multiple file system Authentication Scaffolding dotenv - Environmental Detection Laravel Scheduler 4) Compare Laravel with Codeigniter? Laravel Codeigniter It is a framework with expressive, elegant syntax. It is a powerful PHP framework Development is enjoyable, creative experience It provides simple toolkit to create full-featured web applications. Laravel is built for latest version of PHP Codeigniter is an older more mature framework It is more obj...
Certainly! The Linux terminal is a powerful tool that allows users to interact with the operating system through a command-line interface. Here's a guide to some basic to advanced Linux commands: ### Basic Commands: 1. **Navigation:** - `pwd`: Print the current working directory. - `ls`: List files and directories. - `cd <directory>`: Change directory. - `cd ..`: Move up one directory. 2. **File Operations:** - `touch <filename>`: Create an empty file. - `cp <source> <destination>`: Copy files or directories. - `mv <source> <destination>`: Move/rename files or directories. - `rm <filename>`: Remove a file. - `rm -r <directory>`: Remove a directory and its contents. 3. **Directory Operations:** - `mkdir <directory>`: Create a new directory. - `rmdir <directory>`: Remove an empty dir...
Comments
Post a Comment