β prev | next β
the_peace_lover 2020-09-03 21:20:59
ok
Jadidi_82 2020-09-03 21:23:34
2020-09-03 21:04:20
You have to create a function named login and to attempt Auth if Auth Success set redirect()->back()

it take me to the home page instead of previous page!!
flyingdragons 2020-09-03 21:47:27
https://stackcoder.in/posts/stripe-payment-integration-with-laravel
Stripe Payment Integration With Laravel | StackCoder –
StackCoderIn this article lets discuss how to integrate Stripe with Laravel.
MonkeyDFeussom 2020-09-03 22:18:32
Hey laravel
2020-09-03 22:21:37
MonkeyDFeussom 2020-09-03 22:18:32
Hey laravel
The framework himself isnβt here
2020-09-03 22:21:51
We developers are here for help π
MonkeyDFeussom 2020-09-03 22:28:04
Hy i kno
luisdavidgd 2020-09-04 02:52:17
Jadidi_82 2020-09-03 21:23:34
it take me to the home page instead of previous page!!
This is because your previous page is /login but since you are currently logged in the middleware redirects you to /home
luisdavidgd 2020-09-04 02:54:10
what you need is to use return redirect()->intended (‘dashboard’); above they show you some of the documentation.
luisdavidgd 2020-09-04 02:54:40
https://laravel.com/docs/7.x/authentication#authenticating-users
Niraj 2020-09-04 07:50:53
I am trying to retrieve a column in sub query which is used in where condition in Oracle SQL. I am facing ORA-00904 invalid identifier error. Below is the query. Can someone please resolve.
trying to retrieve ev.type , ev.fil_path in the sub-query select ev.type , ev.fil_path,ev.test_path from effortvariation ev
Query:
select
ev.fil_path,
ev.tes_path,
sp.uname,
sp.pwd,
s.desc,
sp.option,
oq.master_id,
oq.status
from onlineQuery oq
inner join supporttask s
on oq.sq =s.seq
inner join securityports sp
on sp.sq=oq.sq
where sp.type in (select ev.type , ev.fil_path,ev.test_path from effortvariation ev
where ev.team =(select team from allTeams where id =’k238′)
and ev.name =’qa’
)
and sp.acct=’active’
Sumanta_mukhopadhyay 2020-09-04 10:35:39
Curlcuts.com
alaa_dev 2020-09-04 11:31:34
https://divinglaravel.com/features-and-changes-coming-to-laravel-8-queue-system
Features and Changes Coming to Laravel 8’s Queue System – Diving Laravel –
Diving LaravelLaravel 8 ships with cool new features as well as some changes to the queue component. In this post we’ll look into these features and changes.
foxit07 2020-09-04 11:45:38
There are two packages in both packages there are Vue components. I compile everything in packages via webpack.mix. The problem arises when I connect these packages in the framework. The problem is that Vue of package number 1 cannot find component 2 of the package because the component is not registered. In general, what can be the right way when connecting packages, when both packages have vue?
foxit07 2020-09-04 11:46:05
Sorry my English, I translated via google translate
Siberfx 2020-09-04 12:20:24
foxit07 2020-09-04 11:45:38
There are two packages in both packages there are Vue components. I compile everything in packages via webpack.mix. The problem arises when I connect these packages in the framework. The problem is that Vue of package number 1 cannot find component 2 of the package because the component is not registered. In general, what can be the right way when connecting packages, when both packages have vue?
maybe you should jave to check your package.json file first. and then you should have to check the logic of those packages. with vue its not that hard to find and fix an error, share some error views at least.
foxit07 2020-09-04 12:43:31
Siberfx 2020-09-04 12:20:24
maybe you should jave to check your package.json file first. and then you should have to check the logic of those packages. with vue its not that hard to find and fix an error, share some error views at least.
https://stackoverflow.com/questions/63738042/conflict-vue-in-two-different-laravel-packages?noredirect=1#comment112709805_63738042
Conflict vue in two different Laravel packages –
Stack OverflowThere are two packages in both packages there are Vue components. I compile everything in packages via webpack.mix. The problem arises when I connect these packages in the framework. The problem is…
foxit07 2020-09-04 12:43:47
Described here in more detail
2020-09-04 13:13:13
Coding High
A Place where Future Professional comes and learns new things Every day
Content That We Provide
(Books+Articles)
1. Machine learning
2. Artificial intelligence
3. Web Development (Html, CSS, JavaScript, Django, )
And Programing related content
Let’s Code
Channel Name Coding High
2020-09-04 15:48:26
why should someone consider using a frontend framework like vue/react ?
blade is so much powerful..
eL7alfa 2020-09-04 15:57:25
2020-09-04 15:48:26
why should someone consider using a frontend framework like vue/react ?
blade is so much powerful..
You need to know how powerful they are too then you can think why
2020-09-04 17:10:52
Any laravel freelancers???
Plz direct msg me
Mikedee 2020-09-04 18:09:35
<- Layer8 version @version.id@ –>. This just started showing on my app when i open in mobile…
Who has experience this before?
m_faza 2020-09-04 19:51:40
Hi π
I completed my project in a pure php ..
And now i learn laravel..am i have to start from the beginning to coding the project or what.. helpπ
DesolatorMagno 2020-09-04 19:53:11
Start doing some basic project in Laravel, take your time to learn and them you could use transfer the code in that pure php project to a Laravel project, don’t start by copy and paste.
m_faza 2020-09-04 19:53:58
DesolatorMagno 2020-09-04 19:53:11
Start doing some basic project in Laravel, take your time to learn and them you could use transfer the code in that pure php project to a Laravel project, don’t start by copy and paste.
Yes sure.. i have to do that
m_faza 2020-09-04 19:54:18
And thanks for response
DesolatorMagno 2020-09-04 19:55:08
But if the project is relatively big and you didn’t use MVC, them it would require a lot of work to migrate.
DesolatorMagno 2020-09-04 19:56:08
Pure PHP is a big thing, it could be code using good practices, composer and autoloading, or just code put together in the same doc to make it work somehow.
shikhar3198 2020-09-04 19:56:25
m_faza 2020-09-04 19:51:40
Hi π
I completed my project in a pure php ..
And now i learn laravel..am i have to start from the beginning to coding the project or what.. helpπ
Go to Itsolution stuff And then start from scratch it helps you a lot and i prefer you that please start from New Version of laravel Laravel 7
shikhar3198 2020-09-04 19:57:34
@m_faza https://www.itsolutionstuff.com/tag/laravel.html
Laravel Tag – It Solution Stuff –
ItsolutionstuffItsolutionstuff gives you list of all Laravel tutorial posts, Laravel articles, Laravel examples, Laravel codes, Laravel demos with PHP, mysql, HTML, css
m_faza 2020-09-04 19:57:55
DesolatorMagno 2020-09-04 19:56:08
Pure PHP is a big thing, it could be code using good practices, composer and autoloading, or just code put together in the same doc to make it work somehow.
Yes and i have to learn laravel for a protection
m_faza 2020-09-04 19:58:53
shikhar3198 2020-09-04 19:56:25
Go to Itsolution stuff And then start from scratch it helps you a lot and i prefer you that please start from New Version of laravel Laravel 7
And that what i do but the matter not so easy π
shikhar3198 2020-09-04 19:59:33
Brother it’s easy nd don’t be scared !!
m_faza 2020-09-04 20:00:44
shikhar3198 2020-09-04 19:59:33
Brother it’s easy nd don’t be scared !!
I learned a lot and i feel that the end but the protection that a problem
DesolatorMagno 2020-09-04 20:01:37
Is not hard… BUT, it also depends in what you already know, if you know about MVC, Composer, autoloading, routing, etc. It will be much faster and easier.
m_faza 2020-09-04 20:02:38
DesolatorMagno 2020-09-04 20:01:37
Is not hard… BUT, it also depends in what you already know, if you know about MVC, Composer, autoloading, routing, etc. It will be much faster and easier.
Yes that true π..
And that save alot of time
2020-09-04 20:48:23
I want to do the like system for their posts, I also do not want to use the package, thank you for your help
DesolatorMagno 2020-09-04 20:48:54
Siberfx 2020-09-04 20:49:17
yea Reny go for it :))
Pro 2020-09-04 21:03:39
DesolatorMagno 2020-09-04 20:48:54
I need to put this as my desktop bg π
Bhuvi100 2020-09-04 21:28:51
Hello guys searching a good project to work on to learn more.If someone has a cool project we can do together.
a_anj 2020-09-04 21:41:12
Hey can someone suggest me how I can achieve this?
4 type of users are there (admin user support user, and other two)
– Admin: has access to all menus (total 11 menus) has access of edit, delete, update, view
– Retain users : has some menu acess and edit, delete, update view access
– support user : has access of some 4 menus and only view permission
Need to display menus based on role Allow to edit, update, create,view
Please can you people help me on this
DesolatorMagno 2020-09-04 21:42:52
Roles and permission.
DesolatorMagno 2020-09-04 21:43:27
Each view, each action requires a permission.
a_anj 2020-09-04 22:06:24
DesolatorMagno 2020-09-04 21:43:27
Each view, each action requires a permission.
Yes
a_anj 2020-09-04 22:06:54
How can I achieve this
2020-09-04 22:08:50
Vue runs on shared hosting with no ssh access or not?
a_anj 2020-09-04 22:11:49
a_anj 2020-09-04 21:41:12
Hey can someone suggest me how I can achieve this?
4 type of users are there (admin user support user, and other two)
– Admin: has access to all menus (total 11 menus) has access of edit, delete, update, view
– Retain users : has some menu acess and edit, delete, update view access
– support user : has access of some 4 menus and only view permission
Need to display menus based on role Allow to edit, update, create,view
Please can you people help me on this
Any steps?
DesolatorMagno 2020-09-04 22:22:51
There should be tutorial online that explain it, you can also use policies and gates, there is more info about it on the documentation of Laravel.
β prev | next β