Budget: 20000 UAH Deadline: 18 days
Good day . With the pleasure of realisation, for a precise assessment, you need the patterns from you. I am going to take examples of work.
Budget: 20000 UAH Deadline: 18 days
Good day . With the pleasure of realisation, for a precise assessment, you need the patterns from you. I am going to take examples of work.
Budget: 1000 UAH Deadline: 1 day
Good day ,
I am an IT company from the city of Chmelitsky.
We are engaged in a full cycle of project development and implementation: design, layer, front and back-end, SEO optimization, test and work servers deployment, administration, etc.
We work with the Laravel framework.
Unfortunately, real deadlines and budget cannot be determined without a preliminary assessment of the volume of work.
I propose to discuss the details in the format of an online conference and after that we will be able to go to work. Tell me when it will be comfortable.
Budget: 14999 UAH Deadline: 9 days
Good day ,
Ready to work,
The price is minimal,
Let’s talk about the details at L.S.
Budget: 25000 UAH Deadline: 20 days
Good day !
I have more than 10 years of experience in website development. I work with a wide range of technologies and can guarantee the quick delivery of all tasks.
For a detailed assessment of the value and deadlines, write in the personal message.
My portfolio is: Freelancehunt
Budget: 1000 UAH Deadline: 1 day
I have a lot of experience with Laravel, and I have developed it from the first versions.
Download the design in the image, the website on the WP, the cost and time assessment and we will move further
Budget: 50000 UAH Deadline: 30 days
Hello to you,
Thank you for the detailed description, I will be glad to help with the implementation of the MVP in accordance with your requirements. I am a Software Development Engineer with more than 6 years of experience in creating various websites, SaaS solutions, complex web platforms and MVP for startups. In the portfolio I pointed out some of the projects developed.
My stick includes the following technologies and their frameworks: PHP(Yii2, Laravel, Symfony), HTML5, CSS3, JS (Vue.js, React.js), MySQL, PostgreSQL.
I think it would be good to look at the TZ as well as the documentation of the project itself. I can also show more platforms and web solutions developed by me.
Budget: 20000 UAH Deadline: 20 days
Good day . I represent an IT company from Kiev. Our team needs specialists who are ready to complete the project in the shortest time and with guarantee. If you make a decision on further cooperation, we are ready to provide the "TZ" template for filling, on the basis of which we can talk about deadlines and price. With respect, Alexander
Budget: 14000 UAH Deadline: 21 days
Good day . Ready to start work on the project. I perform a full range of works from the stage to the implementation on Laravel.
My work:
1⃣ https://patriot-tour.com/
2⃣ https://bandit-tattoo.com.ua/
3⃣ https://skypride.com.ua/
Can we look at the design?
Budget: 10000 UAH Deadline: 30 days
Good Morning Nikita
I'm also from Dnepr, the main steak is Laravel.
In the face I will show examples of work on Laravel.
We can meet and discuss all issues.
I will create portals/internet stores/landings/corporate sites/burger/adminks/crm on the Laravel/Vue/ stick from zero and under key starting with the design, layer and ending with the finished site on the host.
Portfolio
Freelancehunt
Budget: 500 UAH Deadline: 1 day
Welcome to!
I don’t want to make a separate project, I want to make a separate project.
My year of work costs $8
Turn to!
Budget: 25000 UAH Deadline: 14 days
Hello to you! I will do it quickly and qualityly. To evaluate the time of execution and price, you need to see the full TZ and model.
Write to Ls, we will discuss the details. I will be happy to help in your question!
Budget: 22222 UAH Deadline: 22 days
Good day !
I have a great experience with Vue + Laravel.
I make a fast website and a convenient admin.
Go to turn.
Budget: 20000 UAH Deadline: 20 days
Good day .
I specialize in Laravel.
I also work with view, jQuery, version.
Examples of portfolio.
The price and time are indicated approximately.
Budget: 25000 UAH Deadline: 30 days
Hi, ready to implement, I have many years of development experience on Laravel and free to work. The time period is discussed.
I want a bot for Telegram. Loading dialogues. With the help of AI, checking for potential lies. A website with advanced features. Registration, API, statistics, etc.
An experienced Laravel developer is required for the integration of a payment system into an existing project. About the project Backend: Laravel Frontend: React Project: cloud file storage platform (similar to Dropbox) What needs to be implemented Integration of credit card payments via the payment system API. Creation of a payment. Redirecting the user to the payment page. Handling successful and unsuccessful payments. Processing callback/webhook. Checking the payment status. Correctly changing the order status after successful payment. Logging API requests and responses. Functioning in both test and production environments. Requirements Excellent knowledge of Laravel. Experience in integrating payment systems (bank APIs, etc.). Experience working with REST APIs. Will be an advantage Experience in integrating bank payment gateways. Ability to show similar projects. What we will provide Complete technical documentation of the payment system. Access to the test environment. When responding, please indicate: 1. Which payment systems you have already integrated. 2. Cost of work. 3. Completion time. 4. Examples of similar projects (if available).
It is necessary to migrate the Opencart online store from PHP 7.4 to PHP 8.x. Currently, the core version is 3.0.3.8. We read that most likely the core will also need to be migrated to version 4.0 and there shouldn't be many difficulties... The functionality is mostly custom, and there are also Simple, OCFilter, Nova Poshta. We are waiting for recommendations and an approximate price. Ideally, someone who has already done similar work.
It is necessary to perform the update, transfer, and configuration of Laravel projects to a new server, ensuring stable operation, security, protection against exploits, and correct functioning of all services after migration. 1. Main tasks Prepare the new server for operation. Transfer project files, databases, configurations, and cron jobs. Update server software. Configure a secure environment for Laravel. Check compatibility of PHP, Laravel, Composer packages, and dependencies. Ensure protection against known exploits, malicious requests, and unauthorized access. Set up SSL certificates. Check the functionality of the websites after the transfer. 2. Transfer of Laravel projects For each project, it is necessary to: Transfer project files. Transfer the database. Transfer the .env configuration. Set directory access permissions: storage bootstrap/cache Check functionality: homepage; admin panel; authorization; forms; API; file uploads; email sending; cron jobs; queue workers.3. Security and protection It is necessary to implement basic and application-level protection: close root access via SSH; configure SSH access only via keys; change the default SSH port if necessary; configure the firewall; allow only necessary ports; install Fail2Ban; hide service versions of Nginx/Apache/PHP; restrict access to .env, .git, backup files, log files; set correct file permissions; check projects for malicious files; check Composer packages for known vulnerabilities; update dependencies if it does not break functionality; configure protection against SQL injection, XSS, CSRF, and path traversal; check the correctness of Laravel APP_ENV and APP_DEBUG; set APP_DEBUG=false in production; configure rate limiting for critical endpoints; check access to storage/uploads; configure protection against PHP execution in upload directories; check access rights to admin panels. 4. SSL and domains It is necessary to: Install SSL certificates. Configure automatic SSL renewal. Enable redirect from HTTP to HTTPS. Check the correct operation of websites via HTTPS. 5. Backup It is necessary to configure backup: project files; databases; .env files; uploaded media; cron configurations; Nginx/Apache configurations. Backup should be performed automatically on a schedule. It is preferable to store copies separately from the main server. 6. Post-transfer verification After migration, it is necessary to check: absence of 500/403/404 errors; absence of critical errors in Laravel logs. 9. Result of execution After the work is completed, there should be: Laravel projects successfully transferred to the new server; websites are functioning stably; SSL is configured; the server is protected with basic security settings; access to critical files is restricted; backup is configured; cron and queues are operational; the old server can be turned off after final verification.
I am looking for a developer for a project consisting of 4 related tasks for the website best-matchmaking.com to be completed sequentially:Integration of a ready-made premium Blade template for blog articles + auto-generation of Schema/SEO markup (Article, FAQPage, Open Graph, canonical) for all current and future articlesRefinement of the blog structure: changing URLs with 301 redirects, renaming in the footer/menu/breadcrumbs, cleaning hidden code, removing categoriesNew block (photo + quote from a review) in the existing constructor for the main and landing pages = the ability to independently add text blocks between sectionsUnification of fonts, sizes, and colors across the entire site (except for the blog) — a single standard for headings and regular text, including header and footerDetailed technical specifications for each item — I am attaching them below via Google link.https://docs.google.com/document/d/1E5oQO2E-xmKJ3C0jW0ZsSPDBjaiELq0ETxfdivW6yIs/edit?tab=0 HTML samples and code will be sent in private messages after the response IMPORTANT! Please review all 4 tasks in detail before making an offer, especially the last one about fonts. There is quite a lot of work involved.Experience RequiredLaravel + Blade — confident, not beginner levelFrontend (CSS/JS) at the same level as backendExperience working with existing, not your own codeWork FormatBackup and test server before starting, transfer to production is MANDATORY — after agreement and testingMandatory self-check on all devices before submission — sending "ready, check" without your own testing is not acceptable. Bugs found after submission will be fixed within the same task. Bugs that arise during the transfer must also be fixed in production.Report with "before/after" screenshots for each itemDeadline and budget — after assessing the volume based on the detailed technical specifications. I look forward to your offers. Thank you