← prev | next →
MatPk 2019-09-25 20:45:20
hi
we have some idea for a little startup
i want to know which one is better for start? laravel or node?
which one is better for develop and create?
CM 2019-09-25 20:56:26
MatPk 2019-09-25 20:45:20
hi
we have some idea for a little startup
i want to know which one is better for start? laravel or node?
which one is better for develop and create?
Which one do you prefer the best.
MatPk 2019-09-25 20:58:07
CM 2019-09-25 20:56:26
Which one do you prefer the best.
problem is here. My friend is a node js dev and i am laravel dev
and we don’t know which one is better for this project
node js is faster. Laravel is very easier
vikaskumar_99 2019-09-25 20:58:46
Anyone can tell me best laravel admin-panel Package for e-commerce website
CM 2019-09-25 21:05:47
MatPk 2019-09-25 20:58:07
problem is here. My friend is a node js dev and i am laravel dev
and we don’t know which one is better for this project
node js is faster. Laravel is very easier
For me i prefer Laravel but you can meet up in between to choose best
CM 2019-09-25 21:05:58
vikaskumar_99 2019-09-25 20:58:46
Anyone can tell me best laravel admin-panel Package for e-commerce website
Admin LTE
vikaskumar_99 2019-09-25 21:06:43
Ok
CM 2019-09-25 21:07:43
vikaskumar_99 2019-09-25 21:06:43
Ok
Yah its very easy to integrate
vikaskumar_99 2019-09-25 21:08:37
Could you please give me link for e-commerce website.
CM 2019-09-25 21:12:01
vikaskumar_99 2019-09-25 21:08:37
Could you please give me link for e-commerce website.
Amazon dear
vikaskumar_99 2019-09-25 21:13:15
No no, I’m mean laravel e-commerce website tutorial.
DesolatorMagno 2019-09-25 21:17:19
If you search in Google you will find many, admin lte is cool, but, last time I checked it was using bootstrap 3.x and is a little heavy for me
vikaskumar_99 2019-09-25 21:24:27
DesolatorMagno 2019-09-25 21:17:19
If you search in Google you will find many, admin lte is cool, but, last time I checked it was using bootstrap 3.x and is a little heavy for me
Is any packages available for laravel like generator type like if you want defines roles, generate roles etc.?
CM 2019-09-25 21:27:11
DesolatorMagno 2019-09-25 21:17:19
If you search in Google you will find many, admin lte is cool, but, last time I checked it was using bootstrap 3.x and is a little heavy for me
Here is my laravel site i used Admin LTE but its still under development.
https://vforextrade.com/laravel/
DesolatorMagno 2019-09-25 21:28:59
Spatie permission.
CM 2019-09-25 21:30:25
DesolatorMagno 2019-09-25 21:28:59
Spatie permission.
I didnt understand
DesolatorMagno 2019-09-25 21:30:52
vikaskumar_99 2019-09-25 21:24:27
Is any packages available for laravel like generator type like if you want defines roles, generate roles etc.?
Was responding to sthis message.
CM 2019-09-25 21:31:17
Ok
vikaskumar_99 2019-09-25 21:32:50
CM 2019-09-25 21:30:25
I didnt understand
Yes thanks got it.
vikaskumar_99 2019-09-25 21:33:36
DesolatorMagno 2019-09-25 21:30:52
Was responding to sthis message.
Thanks for your valuable response.
CM 2019-09-25 21:34:44
vikaskumar_99 2019-09-25 21:32:50
Yes thanks got it.
Fine
CM 2019-09-25 21:35:05
Laravel is amazing..
2019-09-25 21:52:21
https://www.behance.net/gallery/80350917/Nocurrency
Nocurrency –
BehanceA barter system is an old method of exchange. Th is system has been used for centuries and long before money was invented. People exchanged services and goods for other services and goods in return.
oxbir 2019-09-25 23:04:23
My site is two languages. And I want to when after login an admin, go to https://example.com/en/admin/dashboard.
My Middleware
public function handle($request, Closure $next)
{
if (auth()->check())
{
if (auth()->user()->isAdmin())
{
return $next($request).app()->getLocale();
}
}
return redirect(‘/login’);
}
i get this error
> Trying to get property of non-object
behzadaminnima 2019-09-26 06:56:32
oxbir 2019-09-25 23:04:23
My site is two languages. And I want to when after login an admin, go to https://example.com/en/admin/dashboard.
My Middleware
public function handle($request, Closure $next)
{
if (auth()->check())
{
if (auth()->user()->isAdmin())
{
return $next($request).app()->getLocale();
}
}
return redirect(‘/login’);
}
i get this error
> Trying to get property of non-object
best answer
https://jobteam.ir/ProductUser/74-laravel-multi-language
سایت چند زبانه با لاراول –
جاب تیمایجاد سایت چند زبانه با لاراول یا laravel multi language ؟ در پروژه ها نیازمند پیاده سازی چند زبان مختلف برای پروژه خود داریم زبان های فارسی، انگلیسی، عربی، آلمانی و …
H_Bakhtar 2019-09-26 09:07:16
Hi friends! I want to show all record of an user that he/she inserted in database how can i do this?
2019-09-26 12:14:33

whate this problem
2019-09-26 12:17:08
methodNotAllowed(array(‘GET’, ‘HEAD’, ‘PUT’)) not found
Agun17 2019-09-26 12:31:38
anyone knows how to make the loading process when sending messages at the sms gateway
vek866q 2019-09-26 12:37:06
are u using jquery/vuejs or which framework for js?
behzadaminnima 2019-09-26 12:48:39
2019-09-26 12:17:08
methodNotAllowed(array(‘GET’, ‘HEAD’, ‘PUT’)) not found
https://jobteam.ir/ProductUser/77-Laravel-Routing
مسیردهی یا routing لاراول 6 –
جاب تیممسیردهی یا routing لاراول چیست و چرا مهم می باشد؟ prefix ، group، middleware ،fallback، Redirect ، route name، sub domain
Agun17 2019-09-26 12:51:40
vek866q 2019-09-26 12:37:06
are u using jquery/vuejs or which framework for js?
I use jquery
2019-09-26 12:56:23
اوکی شد مهندس
2019-09-26 12:57:21
good thanks
MatPk 2019-09-26 12:58:43
who worked with swoole
2019-09-26 13:22:41
Guys, does anybody has good knowledge working with backpack/crud? I need to make summary or total column and autocomplete mathematics fields in my table. Googled it hard, searched in forum and stackoverflow. Found nothing helpful. If somebody can give an advice ill be happy).
toumanian_jacob 2019-09-26 13:25:36
Hello everyone. There is a new channel for all of you. For people interested at Laravel framework, news and latest updates. Everyone can join channel and also the chat for discussions. Welcome ))
https://t.me/laravel_armenia
Laravel Armenia –
TelegramThis channel was created for people who interested at Laravel Framework and want be notified about latest updates, news
arashrahimi46 2019-09-26 14:02:18
Any body have medium.com premium account
Mramoris 2019-09-26 15:12:53

всем привет.
кто-нибудь встречался с такой проблемой?
Mramoris 2019-09-26 15:12:53
met with such a problem?
Mramoris 2019-09-26 15:24:58
lightshot
Mramoris 2019-09-26 15:31:22
There is an error in the screenshot
Mramoris 2019-09-26 15:32:13
I don’t understand this error and I want to know if someone knows how to solve it.
Mramoris 2019-09-26 15:34:47
npm run dev
skys215 2019-09-26 16:51:36
Wrong group
rebory 2019-09-26 17:26:27
Laravel 6
php artisan make:auth not working.
Use:
composer required laravel/ui
2019-09-26 17:44:39
Hi … I need help, what reporter can I use to convert HTML to PDF, I’m using Laravel 5.8 with Vuejs.
DesolatorMagno 2019-09-26 17:45:04
When something work as supposed you can’t say it is not working.
← prev | next →