AJAX Crud with laravel 5.8
samMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the MotoShare.in advantage of affordability and ease.
samMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the MotoShare.in advantage of affordability and ease.
Step-1 open terminal as a git base here in C:\xampp\htdocs look a pic After click on git base Here it will be open like this look a pic. After an open the terminal, you have to paste this code in the terminal below this code for making laravel project.and press enter to run this project….
Step:1 go to in your project and open .htaccess. Step:2 Then write this code in .htaccess file Step:3 After save you have run this code in your terminal php artisan c:cacheAfter you can check www.yourproject_name/.env ,Then you will get like this. I hope It will work properly. samMotoShare.in is your go-to platform for adventure and…
Open cpanel what you have url/cpanel Step: 2 Step:3 go to www folder Step:4 then click upload button. Step:5 select your file where you have to file location. as a zip format. Step:6 .follow this pic. how to select file for upload in cpanel. Step:7 After 100% you click on GoBack Step:8 Then extract file….
REST is acronym for REpresentational State Transfer. It is architectural style for distributed hypermedia systems and was first presented by Roy Fielding in 2000 in his famous. Guiding Principles of REST Client–server – The client-server constraint works on the concept that the client and the server should be separate from each other and allowed to evolve individually and independently. In other words,…
Microservices – also known as the microservice architecture – is an architectural style that structures an application as a collection of services that are. Highly maintainable and testable. Loosely coupled. Independently deployable. Organized around business capabilities. MICROSERVICES ARCHITECTURE While a monolithic application is a single unified unit, a microservices architecture breaks it down into a collection of smaller independent units….
Step:1 you have to make these(A) – php artisan make:controller ImageUploadController(B) – php artisan make:model ImageUpload -m Step:2 Open the welcome.blade.php page then write this code. Step:3 Then go to the route/web.php page and Define the controller and function like that. Step:4 Then open the table database/migration/create_image_uploads_table.php Step:5 Then open controller and define this. Step:6…
Step:1 go to this url and donwload zip file https://github.com/cztomczak/phpdesktop Step:2 Step:3 Step:4 Step:5 After extract files then folder open and go to in the www folder. and delete all files. and pase here (inside the www folder) what you have project. Step:6 Paste here what have you project. Step:7 After paste. go to back…
echo echo is a statement i.e used to display the output. it can be used with parentheses echo or without parentheses echo. echo can pass multiple strings separated as ( , ) echo doesn’t return any value echo is faster then print Example-2For Example (pass multiple arguments) Print Print is also a statement i.e used…
PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor. How can start php step:-1 first you have to install xampp server in c:/ drive. you can download from this link.https://www.apachefriends.org/download.html Step:2– After download xampp server you have to install. Step:3 after intall xampp.you…
Step:1 got to this path and change this tag.#127.0.0.1 seodaily (seodaily its my project name,whatever you have project name wrtite here on the seodaily place. ) Step:2 go to this path. Step:3 got this path. Step:4 -go to this path Step:5 go to this path. Step:6 and go to this path. Step:7 open this…
Q:-1 What is Laravel? Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern. Q:-2 How to Install Laravel via Composer? composer create-project –prefer-dist laravel/laravel myproject Q:-3 How to Install any Specific version of Laravel via Composer? Q:-4 What…
let’s see example of laravel validation no special characters. Example -1 use this code for validation:- ‘name’ => ‘required|regex:/^[a-zA-Z]+$/u’ Example:2- Use this code for validation:- ‘applyjobsforuser’ => ‘required|unique:applyjobs,applyjobsforuser’, Example-3 use this code for Spacial characters validation ‘message’ => ‘required||regex:/^[a-zA-Z]+$/u’ samMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the…
Step:1 Step:2 Step:3 Step:4 Step:5 Syntax of left join in SQL SELECT column_name(like that CustomerName and OrderID these are column name step-4)FROM table1 (Cumstomers is table name)LEFT JOIN table2 (orders is table name)ON table1.column_name = table2.column_name; samMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the MotoShare.in advantage…
we are going to install Linux or virtual machine on widows,let see step by step. Step:1 click this url https://www.virtualbox.org/or you can search virtualbox Step:2 Step:3 Step:4 Step:5 Step:6 Step:7 Step:8 Step:9 Step:10 Step:11 Step:12 Step:13 Step:15 Step:16 Step:17 Step:18 Step:19 you have to download linux minthttps://www.linuxmint.com/ after download then select file where you have…
Step:1 open git base in C:\xampp\htdocs Step:2 past this project name in the gitbase here composer create-project –prefer-dist laravel/laravel multimail “5.8.*” Step:3 Make One controller php artisan make:controller MultimailController Step:4 php artisan make:mail Multimail Step:5 resources\views\Multimail.blade.phppaste this code in Multimail.blade.php Step:6 app\Http\Controllers\MultimailController.phppaste this code in Multimailcontroller.php Step:7 routes\web.php paste this code in web.php Step:8 app\Mail\Multimail.phppaste…
Step:1 composer create-project –prefer-dist laravel/laravel uploadfile Step:2 make a controller like that.php artisan make:controller ImageUploadController Step:3 amke a Modelphp artisan make:model File -m Step:4 put this code in the create_files_table $table->string(‘filenames’); Step:5 then make a Database it will be of File_upload Step:6 write database name in the .env page Step:7 then make migrate the tablephp artisan…
Step:1 Make a page. resources/views/my_message.blade.php Copy this code and paste in the my_massage.blade.php Step:2 make a controller php artisan make:controller MessageController Step:3 Copy this code and paste in the MessageController.page Step:3 make a route function Step:4 php artisan serve paste this code in your browserhttp://127.0.0.1:8000/my_message samMotoShare.in is your go-to platform for adventure and exploration. Rent…
Step:1composer create-project –prefer-dist laravel/laravel captcha “5.8.*” Step:2 we have to add mews Captcha package.composer require mews/captcha Step:3 open config/app.php file and add service provider and alias. Step:4 routes/web.php paste this code in the web.php page Step:5 make one controllerphp artisan make: controller CaptchaController and paste this code in this controller. Step:6 make one blade page.resources/views/myCaptcha.blade.php Step:7 write…
Step:1 Step:II make controllerphp artisan make:controller PdfController Step:III Install Package composer require barryvdh/laravel-dompdf Step:IV open your config/app.php put this code after Providers Barryvdh\DomPDF\ServiceProvider::class,Step:V open your config/app.php put this code after aliases ‘PDF’ => Barryvdh\DomPDF\Facade::class, Step:VI Write this code in the PdfController Step:VII resources/view/welcome.php open welcome.php page and paste this code. Step:VIII route/web.phpopen this web.php and paste this…
Object-Oriented programming is faster and easier to execute. It makes the code easier to maintain. This is possible to create full reusable applications with less code What is Classes:- the collection of object is called class. Example:1 -Classes are nothing without an object. samMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes…
Why this error is coming when we are going to migrate db. how can solve this error. follow this step Step:1– app/Provider/AppServicesProvider.php then paste this code as a in this pic. samMotoShare.in is your go-to platform for adventure and exploration. Rent premium bikes for epic journeys or simple scooters for your daily errands—all with the…
Step:1 – Create first html page. with any name example(search.html) Step:2 – Create a second Html page.with any name example(page-one.html) Step:3 Then create a json page like that (data.json). let Start to crate html page: Step:1 After save this page and run on the browser it will look like this. Step:2– Then create second page…
Step: 1– Install Laravel 5.8 ApplicationStep: 2– Create ControllerStep: 3– Create View Blade FileStep: 4– Set Route of Controller MethodStep: 5– Run Laravel Application Step:1 composer create-project –prefer-dist laravel/laravel upload_image Create Controller now we need to create a controller for handle Http request for multiple images Step:2 php artisan make:controller MultipleUploadController Step:3 MultipleUploadController.php Step:3 Create…
Step:1- composer create-project laravel/laravel mail orcomposer create-project –prefer-dist laravel/laravel mail “5.8.*” Step:2 – Create Controller php artisan make:controller:SendEmailController This command will make SendEmailController.php file in app/Http/Controllers Step:3- Go to the this path app/Http/Controllers/SendEmailController.php copy this code all and paste in this controller page SendEmailController.php Step 4 – Create View Contact Form Now we would make a view file…
Step:-1 first of all you have to install xampp server use this url for download xampp: https://www.apachefriends.org/index.html Step:-2 Download gitbash and install the gitbash use this url: https://git-scm.com/downloads Step:-3 After install xampp server see the pic how to start xampp server Step:-4 follow this path for gitbash start. C:\xampp\htdocs or see this pic. Step:-5 In…
step:1– first, you have go this path: C:\xampp\htdocs. then you have right-click on the git base here. same as this pic. Step:2- write any project name like that. Step:3– composer create-project –prefer-dist laravel/laravel tutrial Strep:3– and press the Enter .it will take a few minutes for installing this project. Step:4– edit .env file and put your database name…
What is CSRF? CSRF stands for Cross Site Request Forgery and it’s a web attack that forces a user to make unintended requests to a web application where they are previously authenticated. Implementation:- CSRF is implemented within HTML forms declared inside the web applications. You have to include a hidden validated CSRF token in the form so that the…
1- What is Laravel Framework? Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern. 2- What are the main differences between Laravel 4 and Laravel 5.x? Summarizing Laravel 5.0 Release notes from the above article: 1. The old app/models…
Step:1 Step:2- click on Git base Here. It will look like this Step:3- you have to crate own project and put here Step:4- Press Enter than project will be run, it will be take time to install. Step:5- after install your project then go to inside your folder whatever project name. see the pic Step:6–…