Who has got a database management tool such as Sequal Pro or Navicat Premium for Windows for free?

|
KUNAAL MANGAL 2020-06-20 08:21:00
my question is any one who knows the hack verification of laravel project because i want to learn how to hack the laravel project verification and i have some nulled project that required the purchased key when i setup it on localhost
Shijinsubramanniam 2020-06-20 08:38:06
laravel_discuss-42242.jpg
Any guess why!
arpansoni0007 2020-06-20 08:59:39
Check spelling of method in controller
sobirjonovs 2020-06-20 09:21:15
Who has got a database management tool such as Sequal Pro or Navicat Premium for Windows for free? Share us pls
noneshort 2020-06-20 09:26:40
Hi, How are you going ?
We are looking for some laravel or React developers to try on our new solution as bêta user.
It is a plateforme to generate projects and the goal is to economise developement time up to 90%.
Work less and and send more bills!

Inbox me!

TheGuyi 2020-06-20 13:35:28
hi anyone have knowledge on laravel with vuesax?
TheGuyi 2020-06-20 13:35:58
TheGuyi 2020-06-20 13:35:28
hi anyone have knowledge on laravel with vuesax?

i need help please

2020-06-20 14:13:00
i want to start in laravel can you tell me some guide
2020-06-20 14:13:11
so that i can start with
Roham0010 2020-06-20 14:31:09
2020-06-20 14:13:00
i want to start in laravel can you tell me some guide

Laravel.com
Or
Laracast.com

2020-06-20 14:32:30
what amount of php i neeed to start
2020-06-20 14:36:06
actually i am a front end dev and starting one project which need laravel
Roham0010 2020-06-20 14:36:08
2020-06-20 14:32:30
what amount of php i neeed to start

It’s better to be experienced and I suggest it..
If you want to improve and be a full stack you should have good knowledge of php

2020-06-20 14:36:32
okay any tutorial of official documentation is enough
2020-06-20 14:36:45
or*
Mr_Classy 2020-06-20 14:44:18
When I m using laravel in tinker method phpmyadmin in not create a tables. How can I solved this ?
Mr_Classy 2020-06-20 14:44:45
laravel_discuss-42259.jpg

Mr_Classy 2020-06-20 14:44:56
How can I solved ?
kuzmich321 2020-06-20 14:50:17
Did you connect correctly ?
Mr_Classy 2020-06-20 14:57:18
Yes
Mr_Classy 2020-06-20 14:58:11
I changed the database name in .env file.
Boss_meet 2020-06-20 15:15:19
i want laravel crud generator any one please help me
akhil341 2020-06-20 15:52:03
Guys Need Help on this..! I am working on a ecommerce project. Each products may have some product options.
Currently the price of option is added to the base price of the product.
But the problem in the scene when product with weight , like 100 Gm, 200Gm, 500 Gm and 1 KG how we manage price in this type of options. Pls give an idea. Thanks in Advance.
Roham0010 2020-06-20 15:54:47
Boss_meet 2020-06-20 15:15:19
i want laravel crud generator any one please help me

php artisan make:controller NameController —resource

in your routes:
Route::resource(‘url’, ‘NameController’);
Then you will have crud on your url

Boss_meet 2020-06-20 15:56:42
Roham0010 2020-06-20 15:54:47
php artisan make:controller NameController —resource

in your routes:
Route::resource(‘url’, ‘NameController’);
Then you will have crud on your url

i want generator tool whose make crud

Roham0010 2020-06-20 15:57:04
akhil341 2020-06-20 15:52:03
Guys Need Help on this..! I am working on a ecommerce project. Each products may have some product options.
Currently the price of option is added to the base price of the product.
But the problem in the scene when product with weight , like 100 Gm, 200Gm, 500 Gm and 1 KG how we manage price in this type of options. Pls give an idea. Thanks in Advance.

You have a price so you can calculate percentage of that price base on your weight

akhil341 2020-06-20 15:59:18
Roham0010 2020-06-20 15:57:04
You have a price so you can calculate percentage of that price base on your weight

no client need to custom price for each options.

Siberfx 2020-06-20 16:01:44
akhil341 2020-06-20 15:52:03
Guys Need Help on this..! I am working on a ecommerce project. Each products may have some product options.
Currently the price of option is added to the base price of the product.
But the problem in the scene when product with weight , like 100 Gm, 200Gm, 500 Gm and 1 KG how we manage price in this type of options. Pls give an idea. Thanks in Advance.

A service you should write, and manage the calculation in service side according to the weigt and price facts

Siberfx 2020-06-20 16:02:52
As same as in the multi currency matter. if you have a service for that, you can create another based on that one
Siberfx 2020-06-20 16:03:33
A service, and interface 🙂
james000079 2020-06-20 16:39:15
I am really confused, how do electronic signatures enter pdf, web base
james000079 2020-06-20 16:39:36
please help me
sadeqi125 2020-06-20 16:55:43
Cannot modify header information – headers already sent by IN CPANEL
sadeqi125 2020-06-20 16:55:56
HOW TO SOLVE THIS ERROR
sadeqi125 2020-06-20 16:57:05
when i use header(“Location: monograph/index.php”);
DesolatorMagno 2020-06-20 17:03:27
You can’t output anything before the redirect, the redirect have to be the first to check.
DesolatorMagno 2020-06-20 17:03:42
Even whitespace count.
sadeqi125 2020-06-20 17:08:19
DesolatorMagno 2020-06-20 17:03:42
Even whitespace count.

no output before

Siberfx 2020-06-20 17:08:25
sadeqi125 2020-06-20 16:57:05
when i use header(“Location: monograph/index.php”);

add after exit();

sadeqi125 2020-06-20 17:08:48
but my project work correct in local
sadeqi125 2020-06-20 17:09:00
not work in cpanel
Siberfx 2020-06-20 17:09:10
in local everything is different than production, so do it or ignore what I said 🙂
sadeqi125 2020-06-20 17:10:55
Siberfx 2020-06-20 17:09:10
in local everything is different than production, so do it or ignore what I said 🙂

can help me

Siberfx 2020-06-20 17:11:13
I already gaved you the tip
Siberfx 2020-06-20 17:11:32
header(“Location: monograph/index.php”); exit();
sadeqi125 2020-06-20 17:15:30
Siberfx 2020-06-20 17:11:32
header(“Location: monograph/index.php”); exit();

not work return white page

sadeqi125 2020-06-20 17:15:58
in login.php
Siberfx 2020-06-20 17:16:51
is that a laravel project or native php project ?
sadeqi125 2020-06-20 17:17:13
Siberfx 2020-06-20 17:16:51
is that a laravel project or native php project ?

native php

Siberfx 2020-06-20 17:18:23
well its not concerning laravel, check stackoverflow instead, but if its blank page, at least you dont get error. try to debug it, if the file is working, or in the place bla bla.
|